# Scrape Car Dealer Leads in Canada - AutoTrader.ca

**Use case:** 

Build a Canadian car-dealer lead list from AutoTrader.ca with dealer, phone, website, email, province and Google rating. Ready-to-use contact list.

## Input

```json
{
  "mode": "dealerLeads",
  "make": "Honda",
  "province": "",
  "transmission": "",
  "condition": "all",
  "sort": "standard",
  "includeDetails": false,
  "emitDealerLeads": true,
  "enrichDealerEmails": false,
  "maxResults": 200,
  "maxDealers": 50,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Dealer",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "googleRating": {
    "label": "Google rating",
    "format": "number"
  },
  "inventoryCount": {
    "label": "Inventory",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [AutoTrader.ca Scraper - Cars, Prices & Dealer Leads](https://apify.com/scrapesage/autotrader-ca-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/autotrader-ca-scraper) to learn more, explore other use cases, and run it yourself.