# Autotrader.ca Vehicle Listing Extractor

**Use case:** 

Gather up to 200 detailed vehicle listings from Autotrader.ca. Obtain pricing, mileage, VIN details, and dealer information for automotive insights.

## Input

```json
{
  "startUrl": "https://www.autotrader.ca/cars",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "price_formatted": {
    "label": "Price",
    "format": "text"
  },
  "mileage_formatted": {
    "label": "Mileage",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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