# AutoTrader UK BMW listings extractor

**Use case:** 

Extract BMW vehicle adverts from AutoTrader UK with model, year, price, seller, location, finance, badges, images, and advert IDs.

## Input

```json
{
  "searchUrl": "https://www.autotrader.co.uk/car-search?sort=relevance&postcode=SW1A%201AA&radius=10",
  "postcode": "M1 1AE",
  "radius": 50,
  "make": "BMW",
  "minYear": 2020,
  "sellerType": "all",
  "maxItems": 100,
  "maxPages": 6
}
```

## Output

```json
{
  "advertId": {
    "label": "Advert ID"
  },
  "title": {
    "label": "Vehicle"
  },
  "derivative": {
    "label": "Derivative"
  },
  "price": {
    "label": "Displayed price"
  },
  "priceValue": {
    "label": "Price (£)"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "sellerType": {
    "label": "Seller"
  },
  "vehicleLocation": {
    "label": "Location"
  },
  "distanceMiles": {
    "label": "Miles away"
  },
  "financeAvailable": {
    "label": "Finance"
  },
  "imageCount": {
    "label": "Photos"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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