# Realtor.ca Agent Leads Scraper by City — Toronto

**Use case:** 

Scrape Realtor.ca listings with the agent's phone, office & brokerage by Canadian city. Example: for-sale homes in Toronto. Export to CSV/JSON for lead gen.

## Input

```json
{
  "mode": "citySearch",
  "cities": [
    "Toronto"
  ],
  "postalCodes": [
    "M5V"
  ],
  "listingStatus": "forSale",
  "maxResults": 20,
  "requestDelayMs": 400
}
```

## Output

```json
{
  "mlsNumber": {
    "label": "MLS number",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sqft",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "streetAddress": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "agentPhone": {
    "label": "Agent phone",
    "format": "text"
  },
  "agentCellPhone": {
    "label": "Agent cell",
    "format": "text"
  },
  "officeName": {
    "label": "Office",
    "format": "text"
  },
  "brokerName": {
    "label": "Brokerage",
    "format": "text"
  },
  "agentProfileUrl": {
    "label": "Agent profile",
    "format": "link"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "searchCity": {
    "label": "Search city",
    "format": "text"
  },
  "searchPostalCode": {
    "label": "Search postal",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Realtor.ca Scraper — Canada Real Estate Agent Leads & Phones](https://apify.com/juramoshkov/realtor-ca-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/juramoshkov/realtor-ca-agent-scraper) to learn more, explore other use cases, and run it yourself.