# Autotrader UK Car Listings Extractor

**Use case:** 

Extract detailed car listings from Autotrader UK, including prices, specs, dealer info, and VIN data for market research and analysis.

## Input

```json
{
  "startUrl": "https://www.autotrader.co.uk/car-search?channel=cars&postcode=SW1A+1AA&make=&homeDeliveryAdverts=include&advertising-location=at_cars&year-to=2026",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Car",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "monthlyPrice": {
    "label": "Monthly",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "priceRating": {
    "label": "Rating",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "distance": {
    "label": "Dist",
    "format": "text"
  },
  "dealerRating": {
    "label": "Stars",
    "format": "number"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  },
  "image": {
    "label": "Photo",
    "format": "image"
  }
}
```

## About this Actor

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