# Autotrader UK \[$0.75💰/1K] - Car Scraper, Full Detail (`blackfalcondata/autotrader-uk-scraper`) Actor

Scrape UK car listings from Auto Trader by make, model, price, year, mileage, fuel, and body type. Get full spec, seller details, and per-advert descriptions — with incremental runs that return only new or changed adverts.

- **URL**: https://apify.com/blackfalcondata/autotrader-uk-scraper.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.75 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

### What does Autotrader UK Car Scraper do?

Autotrader UK Car Scraper extracts structured listing data from [autotrader.co.uk](https://autotrader.co.uk) — including make, model, registration year, price, mileage, full descriptions, and seller contact details. It supports keyword search, location filters, and controllable result limits, so you can run the same query consistently over time. The actor also offers detail enrichment (full descriptions and contact information) where the source provides them.

### How to use this actor

- 👉 **Register for a free Apify account** — no credit card required.
- 🎉 Just click **[Sign up free on Apify →](https://console.apify.com/sign-up?fpr=1h3gvi&fp_sid=ctarich)** and complete a quick signup.
- 💰 A free Apify account includes $5 in monthly credits — enough to test this actor.
- ⏳ Scrape during the free trial, with no commitment or upfront payment required.

### Key features

<!-- KEY_FEATURES:START -->
- **🚗 Vehicle data depth** — every car returns structured vehicle fields as first-class columns — make, model, registration year, mileage, fuel type, transmission, body type, engine, colour, and price (with Auto Trader's price indicator) — not buried in description text. Enable detail enrichment to add the full seller description, the complete photo gallery, spec and history highlights, and seller contact details in the same pass. Filter by make, model, price, year, mileage, fuel, transmission, body type, colour, and seller type.
- **🔗 Paste-mode** — build the search you want on autotrader.co.uk — make, model, price, range — copy the resulting car-search URL, and paste it in. Every filter in the URL is honored; paste several and the results are merged and de-duplicated by advert ID into a single dataset. (Paste search URLs, not individual car-details pages.)
- **📋 Detail enrichment** — two-stage scraping: first collect the listings, then enrich each advert with its full detail page — complete description, spec and running-cost fields, history highlights, the full image gallery, and seller contact. On by default; turn it off for a faster, lighter run with the headline fields only.
- **🔔 Notifications** — Telegram, Slack, Discord, WhatsApp Cloud API, and generic webhook out of the box. Pair with incremental for daily new-listing alerts without pipeline glue.
- **📦 Compact mode** — AI-agent and MCP-friendly payloads with core fields only.
- **✂️ Description truncation** — cap description length with `descriptionMaxLength` to control LLM prompt cost and dataset size — set 0 for full descriptions, or any char-limit to trim.
- **🧹 Empty-field stripping** — drop null, empty-string, and empty-array fields from each record before push. Smaller payloads for AI agents and dashboards that already handle missing fields gracefully.
- **♻️ Incremental mode** — recurring runs emit and charge only for listings that are new or whose tracked content changed. First run builds the baseline; subsequent runs emit only NEW / UPDATED / REAPPEARED records (UNCHANGED + EXPIRED opt-in). Saves 80–95% on daily monitoring.
- **📤 Export anywhere** — Download the dataset as JSON, CSV, or Excel from the Apify Console, or stream live via the Apify API and integrations (Make, Zapier, Google Sheets, n8n, …).
- **🔌 MCP connectors** — export your results into Notion via Apify's MCP connectors — a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping, no AI. Built on Apify's connector framework, so more destinations open up as their catalog grows.
<!-- KEY_FEATURES:END -->

### What data can you extract from Auto Trader?

Each result includes Core listing fields (`listingId`, `listingKey`, `url`, `portalUrl`, `listingType`, `title`, `subtitle`, and `attentionGrabber`, and more), detail fields when enrichment is enabled (`engineDescription`, `description`, `descriptionText`, and `detailFetched`), and contact information (`contactEmail` and `contactPhone`). In standard mode, all fields are always present — unavailable data points are returned as `null`, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions and contact information where the source provides them.

### Input

The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.

Key parameters:

- **`query`** — Optional free-text keyword(s), e.g. "M Sport" or "low mileage". Combine with the make/model filters below to narrow a search. Leave empty to browse purely by the filters.
- **`make`** — Manufacturer to search, e.g. "BMW", "Audi", "Ford". Use the brand name exactly as it appears on Auto Trader.
- **`model`** — Model to search within the chosen make, e.g. "3 Series", "Golf", "Fiesta".
- **`location`** — UK postcode used as the distance anchor, e.g. "SW1A 1AA" or "M1". Results are sorted by distance from this point.
- **`startUrls`** — Paste Auto Trader UK car-search URLs (one per line). Each URL's filters are honored, and results are merged and deduplicated across all URLs. When provided, search URLs take precedence over the filter fields below. (default: `[]`)
- **`country`** — Market to search. (default: `"GB"`)
- **`maxResults`** — Maximum total cars to return (0 = unlimited). The actor self-sizes memory to the run: 256 MB for runs up to 2000 results, 512 MB above that. (default: `25`)
- **`minPrice`** — Lowest price to include, in GBP.
- **`maxPrice`** — Highest price to include, in GBP.
- **`minYear`** — Earliest registration year to include, e.g. 2015.
- **`maxYear`** — Latest registration year to include, e.g. 2023.
- **`minMileage`** — Lowest mileage to include (miles).
- ...and 28 more parameters

### Input examples

**By make & model with full detail** — Scrape a specific make and model, enriching every advert with full specification, seller details, and the advert description.

→ Up to 50 BMW 3 Series adverts, each with full spec + seller + description.

```json
{
  "make": "BMW",
  "model": "3 Series",
  "maxResults": 50,
  "includeDetails": true
}
````

**By keyword search** — Search by free-text keyword instead of structured filters — useful for trims, packages, or descriptive terms.

→ Up to 50 adverts matching the keyword, with full detail.

```json
{
  "query": "M Sport diesel estate",
  "maxResults": 50,
  "includeDetails": true
}
```

**Paste an Auto Trader search URL** — Configure the search on autotrader.co.uk, copy the resulting URL, and paste it in. All filters in the URL are honored; multiple URLs are merged and deduplicated.

→ Adverts from the pasted search, deduplicated across URLs.

```json
{
  "startUrls": [
    "https://www.autotrader.co.uk/car-search?advertising-location=at_cars&make=Audi&model=A4&postcode=M1%201AE"
  ],
  "maxResults": 75,
  "includeDetails": true
}
```

**Track new & changed adverts (incremental)** — Run on a schedule and return only adverts that are new or changed since the previous run, keyed by a stable state key.

→ Only new or changed adverts since the last run for this state key.

```json
{
  "make": "BMW",
  "model": "3 Series",
  "maxResults": 25,
  "includeDetails": true,
  "incrementalMode": true,
  "stateKey": "bmw-3series-uk"
}
```

### Output

Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example listing record

```json
{
  "listingId": "5fe34791be66f91f0bdbbaaf2da9da8ceaa9b9b642d196cd6715633261225842",
  "listingKey": "202605252681294",
  "url": "https://www.autotrader.co.uk/car-details/202605252681294",
  "portalUrl": "https://www.autotrader.co.uk/car-details/202605252681294",
  "listingType": "FEATURED_LISTING",
  "title": "BMW 6 Series Gran Turismo",
  "subtitle": "3.0 630d M Sport GT Auto xDrive Euro 6 (s/s) 5dr",
  "attentionGrabber": "M SPORT PLUS",
  "make": "BMW",
  "model": "6 Series Gran Turismo",
  "trim": "M Sport",
  "year": 2018,
  "condition": "used",
  "mileage": 49885,
  "registration": "2018 (18 reg)",
  "registrationDate": "06/06/2018",
  "fuelType": "Diesel",
  "bodyType": "Hatchback",
  "transmission": "Automatic",
  "colour": "White",
  "engineSizeLitres": 3,
  "engineSizeCc": 2993,
  "engineDescription": "3.0L",
  "drivetrain": "Four Wheel Drive",
  "emissionClass": "Euro 6",
  "doors": 5,
  "seats": 5,
  "owners": 2,
  "co2Emissions": "154g/km",
  "insuranceGroup": "44P",
  "taxPerYear": "£200*",
  "fuelConsumptionAvg": "48mpg",
  "priceText": "£18,868",
  "priceValue": 18868,
  "priceCurrency": "GBP",
  "priceIndicator": "LOW",
  "priceIndicatorLabel": "Lower price",
  "priceDeviation": "£1,857 below market average",
  "priceDeviationValue": -1857,
  "adminFee": "£99",
  "hasFinance": true,
  "sellerName": "Carsa",
  "sellerType": "TRADE",
  "sellerId": "10026616",
  "sellerRating": 4.1,
  "sellerReviewCount": 2122,
  "sellerLogoUrl": "https://m.atcdn.co.uk/dealer-logo/at2/adbranding/10026616/images/fpa_logo.gif",
  "sellerWebsite": "https://www.carsa.co.uk/autotradervehiclelocator?vehicleid=202605252681294&VRM=YD18VVK&extref=2652716&utm_source=autotrader&utm_medium=referral",
  "contactEmail": "marketing@carsa.co.uk",
  "contactPhone": "(023) 8221 7045",
  "location": "Can be moved to 62 miles away",
  "distanceMiles": 0,
  "description": "Experience luxury and innovation with this stunning white BMW 6 Series Gran Turismo. Enjoy the premium Harman/Kardon sound system, immersive head-up display, and BMWs cutting-edge Technology Package....",
  "descriptionText": "Experience luxury and innovation with this stunning white BMW 6 Series Gran Turismo. Enjoy the premium Harman/Kardon sound system, immersive head-up display, and BMWs cutting-edge Technology Package....",
  "features": [
    "20GB HDD Memory",
    "BMW ConnectedDrive Online Services",
    "BMW ConnectedDrive Services",
    "BMW Emergency Call",
    "BMW Professional Radio with Single CD Player - MP3 and DVD Playback Compatibility",
    "BMW TeleServices",
    "Bluetooth Hands Free with USB Audio Interface and Voice Control",
    "Control Display - 10.25in Colour Touch Sensitive Display Screen",
    "DAB Digital Radio",
    "Enhanced Bluetooth Telephone Preparation with Wireless Charging",
    "Loudspeaker System - Harman Kardon",
    "Navigation System - BMW Professional Multimedia",
    "Power Sockets 12V - 2x Front - 1x Rear",
    "Real Time Traffic Information",
    "Remote Services",
    "WiFi Hotspot Preparation",
    "Brake Force Display",
    "Cruise Control with Brake Function",
    "Drive Performance Control with ECO PRO - Comfort and Sport Modes",
    "Head-Up Display",
    "OBC - On-Board Computer",
    "OBD - On Board Diagnosis",
    "PDC - Park Distance Control - Front and Rear",
    "Parking Assistant",
    "Reversing Assist Camera",
    "TPMS - Tyre Pressure Monitoring System",
    "iDrive Touch Controller with Shortcut Buttons",
    "19in Alloy Wheels - Light M Double-Spoke Style Bi-Colour - 647M with Run Flat Tyres",
    "20in Alloy Wheels - Light M-Double Spoke Style Bi-Colour 648M with Run Flat Tyres",
    "Active Air Stream Kidney Grille",
    "Active Rear Spoiler",
    "Electric Windows - Front and Rear with Open-Close Fingertip Control - Anti-Trap Facility and Comfort Closing Function",
    "Exhaust Tailpipes - Single - Left and Right - Chrome - Quadrilateral",
    "Exterior Door Handle Illumination",
    "Exterior Mirrors - Folding with Anti Dazzle",
    "Exterior Trim - High Gloss Shadowline",
    "Locking Wheel Bolts - Thatcham Approved",
    "M Aerodynamic Bodystyling",
    "M Designation on Front Side Panels - Left and Right",
    "M Sport Package",
    "M Sport Plus Package",
    "Mineral White exterior colour",
    "Panoramic Glass Sunroof",
    "Run Flat Tyres",
    "Sun Protection Glass",
    "Sun Protection Glazing",
    "Windscreen Washer Jets - Heated",
    "xDrive Designation on Tailgate",
    "BMW Icon Adaptive LED Headlights",
    "Daytime Running Lights - LED",
    "Dynamic Brake Lights with LED Technology",
    "Follow Me Home Headlight Function",
    "High-Beam Assistant",
    "Air Conditioning - Automatic - Dual Zone",
    "Ambient interior lighting",
    "Armrests",
    "BMW Gesture Control",
    "Battery in Luggage Compartment with Jump Start Facility in Engine Bay",
    "Cup Holders - Front x2 and Rear x2",
    "Dakota Leather with Exclusive Stitching - Black-Blue Stitching with Black Interior",
    "Digital Cockpit",
    "Door Sill Finishers - BMW Designation",
    "Door Sill Inlays - BMW M Designation Illuminated",
    "Favourite Buttons",
    "Floor Mats - Velour",
    "Footwell Lights - Front and Rear",
    "Glove Compartment - Lockable and Illuminated",
    "Headlining - Anthracite",
    "Instrument Panel in Sensatec",
    "Interior Rear-View Mirror with Automatic Anti-Dazzle Function",
    "Interior Trim - Aluminium Rhombicle with Highlight Trim Finishers Pearl Chrome",
    "M Specific Key",
    "M Specific Pedals",
    "M Sport Multi-Function Leather Steering Wheel - Three-Spoke",
    "Multifunction Controls for Steering Wheel",
    "Rain Sensor with Automatic Headlight Activation",
    "Reading Lights - Front and Rear",
    "Seat Adjustment - Front Electric with Driver Memory",
    "Seat Heating - Front",
    "Split Folding Rear Seat - 40-20-40",
    "Sport Seats - Front",
    "Steering Column with Adjustable Height and Length",
    "Steering Wheel - Gearshift Paddles",
    "Tailgate Operation - Powered",
    "Technology Package",
    "Through-Loading System",
    "Two Tone Horn",
    "Welcome Light Carpet",
    "2+1 rear seat system",
    "20\" Light M-Double Spoke Style Bi-Colour 648M Wheels",
    "2x Rear ISOFIX",
    "3 Zone Climate Control",
    "Adaptive LED Headlights",
    "Air suspension",
    "Auto Xenon Headlights",
    "BMW Professional Satellite Navigation",
    "BMW Sport Automatic Transmission",
    "BMW Technology Package",
    "Bluetooth Audio Streaming",
    "Comfort Access",
    "Cruise Control with Speed Limiter",
    "DAB Digital Radio/CD Player With USB Input",
    "Dakota Leather with Exclusive Stitching",
    "Digital Dash",
    "Driver Memory Seat",
    "Driving Modes",
    "Electric Boot",
    "Electric Folding Mirrors",
    "Electric Windows",
    "Electronic hand brake",
    "Enhanced Bluetooth",
    "Four Wheel Drive",
    "Front and Rear Parking Sensors",
    "Gesture Control",
    "Harman/Kardon Sound System",
    "Heated Seats",
    "High Beam Assistant",
    "Keyless Start",
    "LED Daytime Running Lights",
    "M Sport Plus pack",
    "Multi-Function Steering Wheel",
    "Paddle Shift",
    "Panoramic Roof",
    "Park Assist",
    "Performance Control",
    "Reversing Camera",
    "Speed Limit Display",
    "Split Folding Rear Seats",
    "Sports Suspension",
    "Start/Stop",
    "Voice Control",
    "Wifi",
    "Wireless Charger",
    "Mineral White",
    "EPS - Electric Power Steering with Servotronic",
    "Launch Control",
    "M Sport Suspension",
    "M Sport braking system",
    "Self-levelling Air Suspension - Rear",
    "Speed Limiting Function",
    "Active Guard",
    "Airbags",
    "Alarm System - Thatcham 1 with Remote Control and Engine Immobiliser",
    "Anti Roll Bars - Front and Rear",
    "BMW Display Key",
    "Child Seat ISOFIX Attachment - Outer Rear Seats - includes Top Tether",
    "Comfort Access with Smart Opener",
    "Crash Sensor - Activating Central Locking - Hazard Warning Lights - Fuel Cut Off - Interior Lights",
    "DSC - Dynamic Stability Control - Stabilises the Vehicle in Extreme Situations - Controls Traction",
    "Deformation Zones - Front and Rear",
    "Driving Assistant",
    "Electro Mechanical Parking Brake With Automatic Drive-Away and Auto-Hold Function",
    "First Aid Kit and Warning Triangle",
    "Head Restraints - Front Anti-Whiplash",
    "Seat Belts - Front - Inertia Reel with Pyrotechnical Belt Latch Tensioner - Belt Force Limiter and Belt Restrainer",
    "Seat Belts - Rear - Three with Inertia Reel",
    "Side Impact Protection"
  ],
  "featureCount": 157,
  "categoryTags": [
    "bigboot",
    "family"
  ],
  "motExpiry": "17/02/2027",
  "serviceHistory": "Service history not provided",
  "vehicleCheckStatus": "PASSED",
  "vehicleCheckSummary": "9 checks passed, 1 item to note",
  "expertReviewRating": 3.8,
  "expertReviewUrl": "http://www.autotrader.co.uk/content/car-reviews/bmw-6-series-gran-turismo-review-hatchback-2017",
  "imageUrl": "https://m.atcdn.co.uk/a/media/w600h450/e41a2fe05b794bbc859968ac8b78648d.jpg",
  "galleryUrls": [
    "https://m.atcdn.co.uk/a/media/w600h450/e41a2fe05b794bbc859968ac8b78648d.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/dd37f39e57014b99b7d79acae311e118.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/ed61050227264cb09e217a7622bbc22e.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/b4cacb4ae6864ef6bd0eadb2c9234af8.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/520e26426f854feaa67c101f7c1d36de.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/f224edc2b54b4b08938bbd396be83188.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/3ece5054bdc04235b3bbebfe5a9b9cff.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/e415463b449e4e88b8679dbb45839d8d.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/d4dd57005c614504913a26259f9b7646.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/fad3e5c07b8a4e76a820827e42d06299.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/ab4d07f67cc2405da6e01ba73b4faa59.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/e470cab817394a01bd5c5be6d5ccd606.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/252935fcd6a945e882b8bf39bd58fe38.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/cdc30cf7c8704b1bb8d832e8099557f2.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/f8b38ce24354413fa93c5c2951776926.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/62d3d101f48c44cf8bae78258ee771b4.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/103dc877aeb341448a99cb8eb8d65a95.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/12a068946138419fa4b9b913a10798c9.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/32a3fc285ce348aa8d208759520cef75.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/314bd8903e7347b2b51887e9b07af326.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/16ccc75269a64613af6d023f50297892.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/378dc0b916464e4980caf3df256de087.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/aea202e13ceb4c62b65c4e8e08c8f573.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/f03d8bcecc3c477886d64b41cda12f1f.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/28b82006754f4d788c3713eca0ee5813.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/b8eefd128dce4f1796e1487bc5c8660f.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/0e4e390a973241959c17618485469858.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/2a003be1532d4954b3d2322effb7725f.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/3acde6df7510474599aea54cf3bc9393.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/566ec5576fc4435fa6a8823f38742a83.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/141905f2228a4a3598eedcca4ec6304e.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/36dea7009ac4451e98adfa08f40fa54f.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/c7794560c6fc44f79572c90d93311792.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/a48582573ef94948b2646432a1bf2623.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/95d94bf4d2ef4aa09cfd13c96b4db7f8.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/591111d47ff240259f5ff6d192343482.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/c2671c86876b4ea489da7c9bcfe12996.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/bfd6817083a5437a8b41ba6e461062c0.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/4cce46c6de9a4032b09db6d8eb63955f.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/7206beb07aaf4d1dacd7e9ff397a887d.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/d43951e060134537a44560de32eff656.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/427bb287ac1e4fdaa45fbbda1517667a.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/5c5a2371c2064ab8b816d7c945af4ef3.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/dbf5b95a60344aa591b14a11511d670f.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/90087a88d86f4bc9b9c1a3f77282138e.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/18e8fc4778df48d2a57d3ee4d8e165b2.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/511c715ee66348d6b07febd0560e7960.jpg",
    "https://m.atcdn.co.uk/a/media/w600h450/47c1247a89f44ccea50ee29f4a7c0ebe.jpg"
  ],
  "imageCount": 48,
  "videoUrl": "https://youtube.com/embed/rkedDiKRTy8?autoplay=1&rel=0",
  "searchQuery": "BMW",
  "contentQuality": "full",
  "detailFetched": true,
  "scrapedAt": "2026-06-25T00:00:00.000Z",
  "source": "autotrader.co.uk",
  "contentHash": "8df6ec85f326394715cd876ff729010fa0eaf2210265022bc4d676576e6294ab"
}
```

### Incremental fields

When incremental mode is on, each record also carries:

- `changeType` — one of `NEW`, `UPDATED`, `UNCHANGED`, `REAPPEARED`, `EXPIRED`. Default output covers `NEW` / `UPDATED` / `REAPPEARED`; set `emitUnchanged: true` or `emitExpired: true` to opt into the others.
- `isRepost`, `repostOfId`, `repostDetectedAt` — populated when a new listing matches the tracked content of a previously expired one. Set `skipReposts: true` to drop detected reposts from the output.

### How to scrape Auto Trader

1. Go to [Autotrader UK Car Scraper](https://apify.com/blackfalcondata/autotrader-uk-scraper?fpr=1h3gvi) in Apify Console.
2. Enter a search keyword and optional location filter.
3. Set `maxResults` to control how many results you need.
4. Enable `includeDetails` if you need full descriptions, contact info, equipment and emissions data.
5. Click **Start** and wait for the run to finish.
6. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Extract listing data from Auto Trader for market research and competitive analysis.
- Track pricing trends across regions and categories over time.
- Monitor new and changed vehicles on scheduled runs without processing the full dataset every time.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.
- Benchmark seller / dealer reputation using rating fields.

### How much does it cost to scrape Auto Trader?

Autotrader UK Car Scraper uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.005 per run
- **Per result:** $0.00075 per listing record

Example costs:

- 10 results: **$0.013**
- 25 results: **$0.024**
- 100 results: **$0.08**
- 200 results: **$0.15**
- 500 results: **$0.38**

#### Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of vehicles that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 100 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---:|---:|---:|---:|
| 5% — stable niche query | $0.08 | $0.00875 | $0.07 (89%) | $0.26 |
| 15% — moderate broad query | $0.08 | $0.02 | $0.06 (80%) | $0.49 |
| 30% — high-volume aggregator | $0.08 | $0.03 | $0.05 (66%) | $0.82 |

Full re-scrape monthly cost at daily polling: $2.40. First month with incremental costs $0.33 / $0.55 / $0.88 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage (compute and proxies) is billed separately by Apify based on actual consumption. Incremental runs consume less on result processing, though fixed per-run overhead stays the same.

### FAQ

#### How many results can I get from Auto Trader?

The number of results depends on the search query and available vehicles on Auto Trader. Use the `maxResults` parameter to control how many results are returned per run.

#### Does Autotrader UK Car Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed vehicles on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

#### Can I integrate Autotrader UK Car Scraper with other apps?

Yes. Autotrader UK Car Scraper works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use Autotrader UK Car Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use Autotrader UK Car Scraper through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use compact mode, `descriptionMaxLength`, and `excludeEmptyFields` to keep payloads manageable for LLM context windows.

#### Is it legal to scrape Auto Trader?

This actor extracts publicly available data from Auto Trader. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/autotrader-uk-scraper/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [🚗 mobile.de \[$1/1K💰\] Fast Scraper · Finance · Dealer GPS](https://apify.com/blackfalcondata/mobile-de-scraper?fpr=1h3gvi) — Scrape mobile.de — Germany's largest car marketplace (1.4M+ listings) at $1 / 1,000 results. Full.
- [AutoScout24 Scraper — European Car Listings with Dealer Data](https://apify.com/blackfalcondata/autoscout24-scraper?fpr=1h3gvi) — Scrape autoscout24.com — Europe's largest used-car marketplace with 770K+ listings across 8.
- [Autotrader AU \[$0.9💰\] Car & Caravan Scraper 🇦🇺](https://apify.com/blackfalcondata/autotrader-au-scraper?fpr=1h3gvi) — Scrape autotrader.com.au car & caravan listings — advertised + previous price with a computed.
- [Autotrader Canada Scraper — Car & Truck Listings + Dealers](https://apify.com/blackfalcondata/autotrader-ca-scraper?fpr=1h3gvi) — Scrape autotrader.ca — Canada's largest car marketplace. Get structured make/model/year/price.
- [Bilbasen Scraper - Denmark’s Car Marketplace](https://apify.com/blackfalcondata/bilbasen-scraper?fpr=1h3gvi) — Scrape bilbasen.dk, Denmark’s largest car marketplace, with full vehicle specs, seller contacts,.
- [Coches.net Scraper — Used Cars, Vans & Motorbikes in Spain](https://apify.com/blackfalcondata/coches-scraper?fpr=1h3gvi) — Coches.net Scraper — scrape car, van, motorhome, classic & motorcycle listings from Spain's largest.
- [DBA Scraper - Denmark’s Largest Marketplace](https://apify.com/blackfalcondata/dba-listings-scraper?fpr=1h3gvi) — Scrape dba.dk — Denmark's largest classifieds platform. Covers both marketplace and vehicle.
- [Finn.no Mobility Scraper 💰 $2/1K — Cars, MC, Boats & More](https://apify.com/blackfalcondata/finn-mobility-scraper?fpr=1h3gvi) — Scrape finn.no/mobility — Norway's largest vehicle marketplace with 100,000+ listings across 6.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi\&fp_sid=ctarich) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

# Actor input Schema

## `query` (type: `string`):

Optional free-text keyword(s), e.g. "M Sport" or "low mileage". Combine with the make/model filters below to narrow a search. Leave empty to browse purely by the filters.

## `make` (type: `string`):

Manufacturer to search, e.g. "BMW", "Audi", "Ford". Use the brand name exactly as it appears on Auto Trader.

## `model` (type: `string`):

Model to search within the chosen make, e.g. "3 Series", "Golf", "Fiesta".

## `location` (type: `string`):

UK postcode used as the distance anchor, e.g. "SW1A 1AA" or "M1". Results are sorted by distance from this point.

## `startUrls` (type: `array`):

Paste Auto Trader UK car-search URLs (one per line). Each URL's filters are honored, and results are merged and deduplicated across all URLs. When provided, search URLs take precedence over the filter fields below.

## `country` (type: `string`):

Market to search.

## `maxResults` (type: `integer`):

Maximum total cars to return (0 = unlimited). The actor self-sizes memory to the run: 256 MB for runs up to 2000 results, 512 MB above that.

## `minPrice` (type: `integer`):

Lowest price to include, in GBP.

## `maxPrice` (type: `integer`):

Highest price to include, in GBP.

## `minYear` (type: `integer`):

Earliest registration year to include, e.g. 2015.

## `maxYear` (type: `integer`):

Latest registration year to include, e.g. 2023.

## `minMileage` (type: `integer`):

Lowest mileage to include (miles).

## `maxMileage` (type: `integer`):

Highest mileage to include (miles).

## `fuelType` (type: `string`):

Filter by fuel type, exactly as listed on Auto Trader, e.g. "Petrol", "Diesel", "Electric", "Hybrid – Petrol/Electric".

## `transmission` (type: `string`):

Filter by gearbox.

## `bodyType` (type: `string`):

Filter by body style, exactly as listed on Auto Trader, e.g. "Hatchback", "SUV", "Saloon", "Estate", "Coupe", "Convertible", "MPV".

## `colour` (type: `string`):

Filter by exterior colour, e.g. "Black", "White", "Grey", "Blue".

## `sellerType` (type: `string`):

Restrict to trade (dealer) or private sellers.

## `includeDetails` (type: `boolean`):

Fetch each car's full detail page for the richest output (spec, history, running costs, full description, gallery, seller contact). Turn off for a faster, lighter run with the headline fields only.

## `descriptionMaxLength` (type: `integer`):

Truncate the car description to N characters. 0 = no truncation.

## `compact` (type: `boolean`):

Return core fields only (for AI-agent / MCP workflows).

## `excludeEmptyFields` (type: `boolean`):

Drop null, empty-string, and empty-array fields from each record before output. Smaller payloads for AI agents and dashboards.

## `incrementalMode` (type: `boolean`):

Compare against the previous run and only output new and changed cars. State Key is optional — it defaults to a stable key derived from your search inputs (keywords, make, model, location, country) so different filter sets never share state.

## `stateKey` (type: `string`):

Optional. Stable identifier for the tracked search. Leave empty to auto-generate from the search inputs.

## `skipReposts` (type: `boolean`):

When incremental, skip cars whose content matches a car that disappeared in a prior run (cross-run duplicate detection for relisted vehicles).

## `emitUnchanged` (type: `boolean`):

When incremental, also output cars that are unchanged since the previous run (tagged changeType:UNCHANGED). Off by default — incremental runs emit only new and changed cars.

## `emitExpired` (type: `boolean`):

When incremental, also output cars that disappeared since the previous run (tagged changeType:EXPIRED). Only emitted when the run provably enumerated the full result set. Off by default.

## `telegramToken` (type: `string`):

Telegram bot token (from @BotFather). Required for Telegram notifications.

## `telegramChatId` (type: `string`):

Telegram chat or channel ID (e.g. "-100123456789"). Required when Telegram Bot Token is set.

## `discordWebhookUrl` (type: `string`):

Discord incoming webhook URL. Server Settings → Integrations → Webhooks → New Webhook.

## `slackWebhookUrl` (type: `string`):

Slack incoming webhook URL. api.slack.com/messaging/webhooks.

## `notificationLimit` (type: `integer`):

Maximum number of cars included in each notification message (1–20).

## `notifyOnlyChanges` (type: `boolean`):

When Incremental Mode is on, only send notifications for NEW and UPDATED cars. Has no effect outside incremental mode.

## `whatsappAccessToken` (type: `string`):

WhatsApp Cloud API permanent access token (System User token from Meta Business). Recipient must have messaged the business number within the last 24h (service-conversation window — free since Nov 2024).

## `whatsappPhoneNumberId` (type: `string`):

Your WhatsApp Business phone-number ID (numeric, from Meta dashboard). Required when WhatsApp Access Token is set.

## `whatsappTo` (type: `string`):

Recipient phone in E.164 format without + (e.g. "447700900123"). Recipient must have messaged your business number within the last 24h.

## `webhookUrl` (type: `string`):

Receives a JSON POST with {metadata, items} after each run. Universal escape hatch for n8n / Make / Zapier / custom backends.

## `webhookHeaders` (type: `object`):

Optional JSON object of custom headers (e.g. {"Authorization":"Bearer ..."}).

## `appConnector` (type: `string`):

Optional. Pick a connected app under Settings → API & Integrations to receive your results (including any contact details). Best-effort across MCP connectors as Apify expands its catalog.

## `mcpIssueTeam` (type: `string`):

Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one.

## Actor input object example

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

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "make": "BMW",
    "maxResults": 5,
    "includeDetails": false,
    "excludeEmptyFields": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("blackfalcondata/autotrader-uk-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "make": "BMW",
    "maxResults": 5,
    "includeDetails": False,
    "excludeEmptyFields": False,
}

# Run the Actor and wait for it to finish
run = client.actor("blackfalcondata/autotrader-uk-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "make": "BMW",
  "maxResults": 5,
  "includeDetails": false,
  "excludeEmptyFields": false
}' |
apify call blackfalcondata/autotrader-uk-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=blackfalcondata/autotrader-uk-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Autotrader UK [$0.75💰/1K] - Car Scraper, Full Detail",
        "description": "Scrape UK car listings from Auto Trader by make, model, price, year, mileage, fuel, and body type. Get full spec, seller details, and per-advert descriptions — with incremental runs that return only new or changed adverts.",
        "version": "0.1",
        "x-build-id": "ctURcns7kh53F4GxP"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/blackfalcondata~autotrader-uk-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-blackfalcondata-autotrader-uk-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/blackfalcondata~autotrader-uk-scraper/runs": {
            "post": {
                "operationId": "runs-sync-blackfalcondata-autotrader-uk-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/blackfalcondata~autotrader-uk-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-blackfalcondata-autotrader-uk-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "title": "🔍 Keyword(s)",
                        "type": "string",
                        "description": "Optional free-text keyword(s), e.g. \"M Sport\" or \"low mileage\". Combine with the make/model filters below to narrow a search. Leave empty to browse purely by the filters."
                    },
                    "make": {
                        "title": "🚗 Make",
                        "type": "string",
                        "description": "Manufacturer to search, e.g. \"BMW\", \"Audi\", \"Ford\". Use the brand name exactly as it appears on Auto Trader."
                    },
                    "model": {
                        "title": "🚙 Model",
                        "type": "string",
                        "description": "Model to search within the chosen make, e.g. \"3 Series\", \"Golf\", \"Fiesta\"."
                    },
                    "location": {
                        "title": "📍 Postcode",
                        "type": "string",
                        "description": "UK postcode used as the distance anchor, e.g. \"SW1A 1AA\" or \"M1\". Results are sorted by distance from this point."
                    },
                    "startUrls": {
                        "title": "🔗 Search URLs",
                        "type": "array",
                        "description": "Paste Auto Trader UK car-search URLs (one per line). Each URL's filters are honored, and results are merged and deduplicated across all URLs. When provided, search URLs take precedence over the filter fields below.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "country": {
                        "title": "🌍 Country",
                        "enum": [
                            "GB"
                        ],
                        "type": "string",
                        "description": "Market to search.",
                        "default": "GB"
                    },
                    "maxResults": {
                        "title": "💯 Max Results",
                        "minimum": 0,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Maximum total cars to return (0 = unlimited). The actor self-sizes memory to the run: 256 MB for runs up to 2000 results, 512 MB above that.",
                        "default": 25
                    },
                    "minPrice": {
                        "title": "💷 Min Price (£)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Lowest price to include, in GBP."
                    },
                    "maxPrice": {
                        "title": "💷 Max Price (£)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Highest price to include, in GBP."
                    },
                    "minYear": {
                        "title": "📅 Min Year",
                        "minimum": 1900,
                        "maximum": 2100,
                        "type": "integer",
                        "description": "Earliest registration year to include, e.g. 2015."
                    },
                    "maxYear": {
                        "title": "📅 Max Year",
                        "minimum": 1900,
                        "maximum": 2100,
                        "type": "integer",
                        "description": "Latest registration year to include, e.g. 2023."
                    },
                    "minMileage": {
                        "title": "🛣️ Min Mileage",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Lowest mileage to include (miles)."
                    },
                    "maxMileage": {
                        "title": "🛣️ Max Mileage",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Highest mileage to include (miles)."
                    },
                    "fuelType": {
                        "title": "⛽ Fuel Type",
                        "type": "string",
                        "description": "Filter by fuel type, exactly as listed on Auto Trader, e.g. \"Petrol\", \"Diesel\", \"Electric\", \"Hybrid – Petrol/Electric\"."
                    },
                    "transmission": {
                        "title": "⚙️ Transmission",
                        "enum": [
                            "Automatic",
                            "Manual"
                        ],
                        "type": "string",
                        "description": "Filter by gearbox."
                    },
                    "bodyType": {
                        "title": "🚘 Body Type",
                        "type": "string",
                        "description": "Filter by body style, exactly as listed on Auto Trader, e.g. \"Hatchback\", \"SUV\", \"Saloon\", \"Estate\", \"Coupe\", \"Convertible\", \"MPV\"."
                    },
                    "colour": {
                        "title": "🎨 Colour",
                        "type": "string",
                        "description": "Filter by exterior colour, e.g. \"Black\", \"White\", \"Grey\", \"Blue\"."
                    },
                    "sellerType": {
                        "title": "🏷️ Seller Type",
                        "enum": [
                            "trade",
                            "private"
                        ],
                        "type": "string",
                        "description": "Restrict to trade (dealer) or private sellers."
                    },
                    "includeDetails": {
                        "title": "📋 Include Full Details",
                        "type": "boolean",
                        "description": "Fetch each car's full detail page for the richest output (spec, history, running costs, full description, gallery, seller contact). Turn off for a faster, lighter run with the headline fields only.",
                        "default": true
                    },
                    "descriptionMaxLength": {
                        "title": "✂️ Description Max Length",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Truncate the car description to N characters. 0 = no truncation.",
                        "default": 0
                    },
                    "compact": {
                        "title": "📦 Compact Output",
                        "type": "boolean",
                        "description": "Return core fields only (for AI-agent / MCP workflows).",
                        "default": false
                    },
                    "excludeEmptyFields": {
                        "title": "🧹 Exclude Empty Fields",
                        "type": "boolean",
                        "description": "Drop null, empty-string, and empty-array fields from each record before output. Smaller payloads for AI agents and dashboards.",
                        "default": false
                    },
                    "incrementalMode": {
                        "title": "♻️ Incremental Mode",
                        "type": "boolean",
                        "description": "Compare against the previous run and only output new and changed cars. State Key is optional — it defaults to a stable key derived from your search inputs (keywords, make, model, location, country) so different filter sets never share state.",
                        "default": false
                    },
                    "stateKey": {
                        "title": "🔑 State Key",
                        "type": "string",
                        "description": "Optional. Stable identifier for the tracked search. Leave empty to auto-generate from the search inputs."
                    },
                    "skipReposts": {
                        "title": "🚫 Skip Reposts",
                        "type": "boolean",
                        "description": "When incremental, skip cars whose content matches a car that disappeared in a prior run (cross-run duplicate detection for relisted vehicles).",
                        "default": false
                    },
                    "emitUnchanged": {
                        "title": "♻️ Emit Unchanged Cars",
                        "type": "boolean",
                        "description": "When incremental, also output cars that are unchanged since the previous run (tagged changeType:UNCHANGED). Off by default — incremental runs emit only new and changed cars.",
                        "default": false
                    },
                    "emitExpired": {
                        "title": "🗑️ Emit Expired Cars",
                        "type": "boolean",
                        "description": "When incremental, also output cars that disappeared since the previous run (tagged changeType:EXPIRED). Only emitted when the run provably enumerated the full result set. Off by default.",
                        "default": false
                    },
                    "telegramToken": {
                        "title": "🔑 Telegram Bot Token",
                        "type": "string",
                        "description": "Telegram bot token (from @BotFather). Required for Telegram notifications."
                    },
                    "telegramChatId": {
                        "title": "💬 Telegram Chat ID",
                        "type": "string",
                        "description": "Telegram chat or channel ID (e.g. \"-100123456789\"). Required when Telegram Bot Token is set."
                    },
                    "discordWebhookUrl": {
                        "title": "🎮 Discord Webhook URL",
                        "type": "string",
                        "description": "Discord incoming webhook URL. Server Settings → Integrations → Webhooks → New Webhook."
                    },
                    "slackWebhookUrl": {
                        "title": "💼 Slack Webhook URL",
                        "type": "string",
                        "description": "Slack incoming webhook URL. api.slack.com/messaging/webhooks."
                    },
                    "notificationLimit": {
                        "title": "📊 Max Cars Per Notification",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum number of cars included in each notification message (1–20).",
                        "default": 5
                    },
                    "notifyOnlyChanges": {
                        "title": "🔄 Notify Only New/Updated",
                        "type": "boolean",
                        "description": "When Incremental Mode is on, only send notifications for NEW and UPDATED cars. Has no effect outside incremental mode.",
                        "default": false
                    },
                    "whatsappAccessToken": {
                        "title": "📱 WhatsApp Access Token",
                        "type": "string",
                        "description": "WhatsApp Cloud API permanent access token (System User token from Meta Business). Recipient must have messaged the business number within the last 24h (service-conversation window — free since Nov 2024)."
                    },
                    "whatsappPhoneNumberId": {
                        "title": "📞 WhatsApp Phone Number ID",
                        "type": "string",
                        "description": "Your WhatsApp Business phone-number ID (numeric, from Meta dashboard). Required when WhatsApp Access Token is set."
                    },
                    "whatsappTo": {
                        "title": "📲 WhatsApp Recipient",
                        "type": "string",
                        "description": "Recipient phone in E.164 format without + (e.g. \"447700900123\"). Recipient must have messaged your business number within the last 24h."
                    },
                    "webhookUrl": {
                        "title": "🪝 Generic Webhook URL",
                        "type": "string",
                        "description": "Receives a JSON POST with {metadata, items} after each run. Universal escape hatch for n8n / Make / Zapier / custom backends."
                    },
                    "webhookHeaders": {
                        "title": "📋 Webhook Headers",
                        "type": "object",
                        "description": "Optional JSON object of custom headers (e.g. {\"Authorization\":\"Bearer ...\"})."
                    },
                    "appConnector": {
                        "title": "Send results to a connected app",
                        "type": "string",
                        "description": "Optional. Pick a connected app under Settings → API & Integrations to receive your results (including any contact details). Best-effort across MCP connectors as Apify expands its catalog."
                    },
                    "mcpIssueTeam": {
                        "title": "Issue tracker team",
                        "type": "string",
                        "description": "Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
