# AutoTrader UK dealer car price monitor

**Use case:** 

Monitor AutoTrader UK trade listings by make, year, mileage and price for recurring dealer inventory and automotive market analysis.

## Input

```json
{
  "searchUrl": "https://www.autotrader.co.uk/car-search?sort=relevance&postcode=SW1A%201AA&radius=10",
  "postcode": "B1 1AA",
  "radius": 100,
  "make": "Ford",
  "minYear": 2021,
  "maxMileage": 50000,
  "sellerType": "trade",
  "sort": "newest",
  "maxItems": 250,
  "maxPages": 15
}
```

## 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.