# AutoTrader BMW Scraper - Vancouver Used Cars

**Use case:** 

Extract used BMW listings in Vancouver from AutoTrader.ca with price, mileage, and dealer data. Export as JSON, CSV, or Excel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.autotrader.ca/cars/bmw/bc/vancouver/?rcp=100&rcs=0"
    }
  ],
  "maxListings": 100,
  "fetchDetails": true,
  "scrapeNewListings": true
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "make": {
    "label": "Make"
  },
  "year": {
    "label": "Year"
  },
  "price": {
    "label": "Price"
  },
  "mileage": {
    "label": "Mileage"
  },
  "transmission": {
    "label": "Transmission"
  },
  "dealer_name": {
    "label": "Dealer name"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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