# Realtor CA Powerful Filters + Deep Search

**Use case:** 

Extract property listings from realtor.ca, Canada's largest property marketplace. Get full listing data: prices, descriptions, images, agent contacts.

## Input

```json
{
  "mode": "location",
  "locations": [
    {
      "city": "Toronto",
      "province": "ON"
    }
  ],
  "listingType": "buy",
  "propertySearchCategory": "residential",
  "sortBy": "6-D",
  "soldWithinDays": "1year",
  "openHouseOnly": false,
  "urls": [
    "https://www.realtor.ca/map#ZoomLevel=11&Center=43.718245%2C-79.376682&LatitudeMax=43.86034&LongitudeMax=-79.12303&LatitudeMin=43.57584&LongitudeMin=-79.63033&view=list&Sort=6-D&PGeoIds=g30_dpz89rm7&GeoName=Toronto%2C%20ON&PropertyTypeGroupID=1&TransactionTypeId=2&PropertySearchTypeId=1&Currency=CAD&IncludeHiddenListings=false"
  ],
  "maxListings": 20,
  "maxPages": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "resumeFromCheckpoint": true,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "propertyId": {
    "label": "Property ID",
    "format": "string"
  },
  "mlsNumber": {
    "label": "MLS Number",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "features": {
    "label": "Features",
    "format": "object"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Realtor CA $1💰 Powerful Filters + Deep Search](https://apify.com/abotapi/realtor-ca-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/realtor-ca-scraper) to learn more, explore other use cases, and run it yourself.