# Autotrader UK Task

**Use case:** 

Scrape AutoTrader UK vehicles. Search/URL. Get price, make, model, year, mileage, specs, finance, history, photos & dealer contacts. Fast & robust.

## Input

```json
{
  "mode": "search",
  "channel": "cars",
  "postcode": "SW1A 1AA",
  "make": "BMW",
  "fuelType": "",
  "bodyType": "",
  "transmission": "",
  "drivetrain": "",
  "sellerType": "any",
  "writeoffStatus": "include",
  "priceSearchType": "total",
  "sortBy": "relevance",
  "urls": [
    "https://www.autotrader.co.uk/car-search?make=BMW&model=3%20Series&postcode=SW1A1AA"
  ],
  "fetchDetails": true,
  "includeFinanceGuides": false,
  "maxPages": 1,
  "maxListings": 0,
  "proxy": {
    "useApifyProxy": true
  },
  "maxResidentialRequests": 400
}
```

## Output

```json
{
  "advertId": {
    "label": "Advert ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "subTitle": {
    "label": "Derivative"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "year": {
    "label": "Year"
  },
  "condition": {
    "label": "Condition"
  },
  "mileage": {
    "label": "Mileage"
  },
  "price": {
    "label": "Price"
  },
  "priceFormatted": {
    "label": "Price (text)"
  },
  "priceIndicator": {
    "label": "Price rating"
  },
  "monthlyPrice": {
    "label": "Monthly"
  },
  "hasFinance": {
    "label": "Finance"
  },
  "fuelType": {
    "label": "Fuel"
  },
  "bodyType": {
    "label": "Body"
  },
  "transmission": {
    "label": "Gearbox"
  },
  "engineSizeLitres": {
    "label": "Engine"
  },
  "doors": {
    "label": "Doors"
  },
  "seats": {
    "label": "Seats"
  },
  "bodyColour": {
    "label": "Colour"
  },
  "co2Emissions": {
    "label": "CO2"
  },
  "annualTax": {
    "label": "Tax/yr"
  },
  "insuranceGroup": {
    "label": "Ins. group"
  },
  "sellerType": {
    "label": "Seller"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "dealerReviewRating": {
    "label": "Dealer rating"
  },
  "dealerReviewCount": {
    "label": "Dealer reviews"
  },
  "vehicleLocation": {
    "label": "Location"
  },
  "distanceMiles": {
    "label": "Distance (mi)"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "numberOfImages": {
    "label": "Photos"
  },
  "vehicleCheck": {
    "label": "History check"
  },
  "channel": {
    "label": "Type"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [Autotrader UK $1💰 URL Search | Keyword Filtering | Rich Output](https://apify.com/abotapi/autotrader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/autotrader) to learn more, explore other use cases, and run it yourself.