HTML 82.1%
Python 14.6%
TypeScript 1.9%
CSS 1%
JavaScript 0.5%
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : jobka/connectors/insite_property_solutions.py6# Rôle : Connecteur Insite Property Solutions — breezy (org « insite-property-solutions »)7# [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23]8# Créé : 2026-08-23 Modifié : 2026-08-279# =============================================================================10# NOTE ka6 (2026-08-27) : employeur AMÉRICAIN de gestion immobilière (Insite11# Property Solutions, Pacific Northwest) — les 6 postings du board sont tous12# dans l'État de Washington (Kirkland, Redmond, Bothell, Greater Seattle),13# zéro Québec. Les 2 offres historiques (« Leasing Consultant (Roving) » et14# « Maintenance Supervisor (Roving) », Kirkland) étaient des faux positifs :15# Kirkland, WASHINGTON — « Kirkland » (ville de l'île de Montréal, _QC_CITIES)16# matchait dans le libellé, même famille que gastro_health 900f025,17# family_resource_home_care 51c2615 et x4th_day_trucking c4bfc7b. Corrigé par18# le garde pays de BreezyConnector._keep (location.country.id != CA → rejet).19# Volume 0 = comportement correct.20from .breezy import BreezyConnector212223class InsitePropertySolutionsConnector(BreezyConnector):24 source_id = 'insite_property_solutions'25 EMPLOYER = 'Insite Property Solutions'26 ORG = 'insite-property-solutions'27