# Scrape Low-Kilometre Used Cars - AutoTrader.ca

**Use case:** 

Collect low-kilometre used cars under 50,000 km from AutoTrader.ca with make, model, trim, year, price, mileage and province. Sorted by lowest mileage first.

## Input

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

## Output

```json
{
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "version": {
    "label": "Trim",
    "format": "text"
  },
  "modelYear": {
    "label": "Year",
    "format": "number"
  },
  "priceLabel": {
    "label": "Price",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "fuel": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Gearbox",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## 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.