All datasets

New Dataset

Canada Real Estate

Search Canadian residential for-sale listings. Filter by province, city, neighbourhood, bounding box, price, beds, baths, and property type — then retrieve a full listing by listing ID or property ID.

Nationwide coverage

Active for-sale listings across all Canadian provinces

Flexible geo search

Province, city, neighbourhood, or lat/lng bounding box

Listing attributes

Price, beds, baths, sqft, HOA, property type, coordinates

Lookup by ID

Full listing details via listing ID or property ID

{
  "pagination": {
    "count": 4004,
    "nextOffset": 25
  },
  "listings": [
    { "mls_number": "X12993768", "price": 668000,
      "province": "Ontario",
      "address": "15 WYLIE WAY|Carleton Place" },
    { "mls_number": "W9387650", "price": 1200000,
      "province": "Ontario",
      "address": "1305 - 220 MISSINNIHE WAY|Mississauga" },
    { "mls_number": "W13664966", "price": 1249000,
      "province": "Ontario",
      "address": "2 GRENADINE COURT|Toronto" }
  ]
}

API endpoints

REST access via RapidAPI. Authenticate with your RapidAPI key.

GET/sales/search

Paginated active-sales search. Optional filters: province, city, neighbourhood, bbox, price, beds, baths, sqft, HOA, property type.

GET/sales/{id}

Full listing details by listing ID (e.g. X12993768) or numeric property ID.