# Autotrader Canada Deals by Price

**Use case:** 

Find autotrader.ca electric vehicles under a price cap — price, photos and location. Spot deals fast, structured JSON.

## Input

```json
{
  "make": "bmw",
  "priceTo": 40000,
  "fuelType": "electric",
  "condition": "all",
  "maxResults": 10,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": false,
  "skipReposts": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "year": {
    "label": "Year"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "mileageKm": {
    "label": "Mileage km"
  },
  "fuelType": {
    "label": "Fuel type"
  },
  "transmission": {
    "label": "Transmission"
  },
  "condition": {
    "label": "Condition"
  },
  "city": {
    "label": "City"
  },
  "province": {
    "label": "Province"
  },
  "sellerType": {
    "label": "Seller type"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Autotrader Canada Scraper — Car & Truck Listings + Dealers](https://apify.com/blackfalcondata/autotrader-ca-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/autotrader-ca-scraper) to learn more, explore other use cases, and run it yourself.