# AutoTrader.ca Vancouver SUV Monitor

**Use case:** 

Monitor AutoTrader.ca SUV listings in Vancouver and export vehicle prices, mileage, seller location, photos, and listing URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.autotrader.ca/cars/suv/bc/vancouver/?rcp=15&rcs=0&srt=35"
    }
  ],
  "maxItems": 75,
  "maxPagesPerStartUrl": 5,
  "includeDescriptions": true,
  "requestDelayMs": 1200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "sourceSearchUrl": {
    "label": "Source search",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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