# Auto Trader Scraper by Keyword

**Use case:** 

Scrape Auto Trader listings by keyword for any city. No browser, structured JSON.

## Input

```json
{
  "query": "M Sport diesel estate",
  "make": "BMW",
  "startUrls": [],
  "country": "GB",
  "maxResults": 50,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "skipReposts": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "priceValue": {
    "label": "Price",
    "format": "number"
  },
  "priceText": {
    "label": "Price (text)",
    "format": "text"
  },
  "priceIndicator": {
    "label": "Price Indicator",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "bodyType": {
    "label": "Body Type",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "changeType": {
    "label": "Change Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Autotrader UK [$0.75💰/1K] - Car Scraper, Full Detail](https://apify.com/blackfalcondata/autotrader-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/autotrader-uk-scraper) to learn more, explore other use cases, and run it yourself.