{
  "generated": "2026-08-04",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Payotte — https://payotte.com",
  "publisher": "Payotte",
  "documentation": "https://payotte.com/llms.txt",
  "description": "Static JSON feed of Payotte-verified real estate experts, one endpoint per province. First-party data (CC BY 4.0). Server-side consumption — no CORS headers. Published experts only (verified professional, non-red score); missing fields are null, never fabricated.",
  "total": 684,
  "provinces": [
    {
      "slug": "quebec",
      "name": "Québec",
      "lang": "fr",
      "count": 170,
      "url": "https://payotte.com/api/experts/quebec.json"
    },
    {
      "slug": "ontario",
      "name": "Ontario",
      "lang": "en",
      "count": 223,
      "url": "https://payotte.com/api/experts/ontario.json"
    },
    {
      "slug": "alberta",
      "name": "Alberta",
      "lang": "en",
      "count": 97,
      "url": "https://payotte.com/api/experts/alberta.json"
    },
    {
      "slug": "british-columbia",
      "name": "British Columbia",
      "lang": "en",
      "count": 102,
      "url": "https://payotte.com/api/experts/british-columbia.json"
    },
    {
      "slug": "manitoba",
      "name": "Manitoba",
      "lang": "en",
      "count": 28,
      "url": "https://payotte.com/api/experts/manitoba.json"
    },
    {
      "slug": "nova-scotia",
      "name": "Nova Scotia",
      "lang": "en",
      "count": 20,
      "url": "https://payotte.com/api/experts/nova-scotia.json"
    },
    {
      "slug": "saskatchewan",
      "name": "Saskatchewan",
      "lang": "en",
      "count": 22,
      "url": "https://payotte.com/api/experts/saskatchewan.json"
    },
    {
      "slug": "new-brunswick",
      "name": "New Brunswick",
      "lang": "en",
      "count": 14,
      "url": "https://payotte.com/api/experts/new-brunswick.json"
    },
    {
      "slug": "newfoundland-and-labrador",
      "name": "Newfoundland and Labrador",
      "lang": "en",
      "count": 4,
      "url": "https://payotte.com/api/experts/newfoundland-and-labrador.json"
    },
    {
      "slug": "prince-edward-island",
      "name": "Prince Edward Island",
      "lang": "en",
      "count": 4,
      "url": "https://payotte.com/api/experts/prince-edward-island.json"
    }
  ],
  "relatedFeeds": {
    "regulators": "https://payotte.com/api/regulators.json",
    "market": "https://payotte.com/api/market.json"
  },
  "expertFields": {
    "slug": "string",
    "name": "string",
    "profession": "slug",
    "professionLabel": "string (localized)",
    "province": "slug",
    "provinceName": "string",
    "city": "slug",
    "cityName": "string",
    "sector": "slug",
    "sectorName": "string",
    "lang": "\"fr\" | \"en\"",
    "score": "{ total: number (0-100), color: \"green\" | \"yellow\" }",
    "licence": "{ body, number, status, registryUrl, registryEntryUrl } (nullable fields)",
    "google": "{ rating, reviewCount, profileUrl } | null",
    "experience": "{ years, since } | null",
    "languages": "string[]",
    "verifiedDate": "string (YYYY-MM-DD) | null",
    "url": "string (fiche URL)"
  }
}