# Used electric vehicles on AutoTrader Canada

**Use case:** 

Scrape used EV listings from AutoTrader.ca across Canada. Track the Canadian EV resale market for price trends and inventory analysis.

## Input

```json
{
  "start_urls": [
    {
      "url": "https://www.autotrader.ca/cars/?rcp=100&rcs=0&srt=35&fuel=Electric"
    }
  ],
  "max_listings": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "ad_id": {
    "label": "Ad ID",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "price_formatted": {
    "label": "Price",
    "format": "text"
  },
  "price_cad": {
    "label": "Price (CAD)",
    "format": "number"
  },
  "mileage_formatted": {
    "label": "Mileage",
    "format": "text"
  },
  "mileage_km": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "body_type": {
    "label": "Body Type",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "exterior_color": {
    "label": "Colour",
    "format": "text"
  },
  "seller_name": {
    "label": "Dealer",
    "format": "text"
  },
  "full_location": {
    "label": "Location",
    "format": "text"
  },
  "listing_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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