VOOZH about

URL: https://apify.com/abotapi/autotrader

โ‡ฑ Autotrader $1๐Ÿ’ฐ URL Search | Keyword Filtering | Rich Output ยท Apify


๐Ÿ‘ Autotrader $1๐Ÿ’ฐ URL Search | Keyword Filtering | Rich Output avatar

Autotrader $1๐Ÿ’ฐ URL Search | Keyword Filtering | Rich Output

Pricing

from $1.00 / 1,000 results

Go to Apify Store

Autotrader $1๐Ÿ’ฐ URL Search | Keyword Filtering | Rich Output

From $1/1K. Point it at a search, get back clean JSON with 30+ fields per vehicle. Designed for dealers, market analysts, valuation pipelines, lead generation, and anyone who needs autoscout24 data on tap.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

AutoTrader UK Scraper

Pull structured vehicle listings from AutoTrader UK at scale: price, make, model, year, mileage, full specification, finance, a 10-point vehicle history check, the complete photo gallery and every dealer contact detail. Search by filters or paste AutoTrader URLs. The scraper is fast, robust against page redesigns, and runs on the cheap datacenter connection tier by default.

Covers all eight AutoTrader marketplaces: cars, vans, bikes, motorhomes, caravans, trucks, farm and plant.

Why this scraper

  • More data than the alternatives. 120+ fields per vehicle, including full dealer contact (name, phone, email, postal address, GPS coordinates, opening hours), FCA finance registration, a 10-point history check, structured spec, running costs and the full gallery with per-image classification tags.
  • Lower cost. An efficient data path means a default run uses the datacenter connection tier. No premium connection is needed for typical runs.
  • Reliable. Built to keep working through the site's frequent visual redesigns.
  • Two ways in. Search by filters (make, model, price, year, mileage, fuel, body, transmission, colour, drivetrain, seller, distance and more) or paste any AutoTrader search or advert URL.
  • Forward auto-pagination. Walks result pages automatically up to the site's 100-page ceiling (about 2,000 listings per search).
  • Smart connections. Rotates the exit on a rejection, escalates to a stronger connection tier only when needed (with a configurable usage cap), and steps back down to the cheap tier when healthy.
  • Pay only for what you use. Listing-grid runs are cheap; the per-advert detail enrichment is billed only when you turn it on.

Data you get

Sample shape: values are illustrative placeholders, not from a live listing.

FieldExample
advertId"000000000000000"
url"https://www.autotrader.co.uk/car-details/000000000000000"
title"BMW 3 Series"
subTitle"2.0 320d M Sport Auto"
make / model"BMW" / "3 Series"
year2020
condition"used"
mileage30000
price20000
priceFormatted"ยฃ20,000"
priceIndicator"GREAT"
monthlyPrice"ยฃ300"
fuelType"Diesel"
bodyType"Saloon"
transmission"Automatic"
engineSizeLitres"2.0L"
doors / seats"4" / "5"
bodyColour"Black"
sellerType"TRADE"
dealerName"Sample Motors"
dealer.phone"+440000000000"
dealer.email"sales@example.com"
dealer.postcode"AB12 3CD"
latitude / longitude51.0000 / -0.1000
vehicleCheck.status"PASSED"
numberOfImages20

Detail fields (description, full specification, history check, service history, finance, gallery, dealer contact) are populated when Fetch full advert details is on, and null otherwise, so the output shape is stable either way.

How to use

Search a make and model, listing grid only (cheapest):

{
"mode":"search",
"channel":"cars",
"make":"BMW",
"model":"3 Series",
"postcode":"SW1A 1AA",
"maxPages":3,
"fetchDetails":false
}

Search with filters and full detail enrichment:

{
"mode":"search",
"channel":"cars",
"make":"Audi",
"minPrice":10000,
"maxPrice":25000,
"minYear":2019,
"fuelType":"Diesel",
"transmission":"Automatic",
"radius":50,
"postcode":"M1 1AE",
"maxListings":200,
"fetchDetails":true
}

Scrape vans within 25 miles, sorted by most recent:

{
"mode":"search",
"channel":"vans",
"radius":25,
"sortBy":"most_recent",
"postcode":"B1 1AA",
"maxPages":5
}

Paste URLs (search results and a single advert in one run):

{
"mode":"url",
"urls":[
"https://www.autotrader.co.uk/car-search?make=Tesla&postcode=SW1A1AA",
"https://www.autotrader.co.uk/car-details/000000000000000"
],
"maxPages":2,
"fetchDetails":true
}

Input parameters

ParameterTypeDefaultDescription
modestring"search""search" (filters) or "url" (paste links).
channelstring"cars"cars, vans, bikes, motorhomes, caravans, trucks, farm, plant.
postcodestring"SW1A 1AA"Search centre and distance reference.
makestring-Exact AutoTrader make, e.g. BMW.
modelstring-Exact AutoTrader model; applies when make is set.
minPrice / maxPriceinteger-Price band (basis set by priceSearchType).
minYear / maxYearinteger-Year band.
minMileage / maxMileageinteger-Mileage band.
fuelTypestringanyPetrol, Diesel, Electric, Hybrid and plug-in variants.
bodyTypestringanyHatchback, Saloon, Estate, SUV, Coupe, Convertible, MPV, Pickup.
transmissionstringanyAutomatic or Manual.
colourstring-Exterior colour, e.g. Black.
drivetrainstringanyFront, Rear or Four Wheel Drive.
sellerTypestringanytrade (dealer) or private.
minEngineSize / maxEngineSizestring-Engine size band in litres, e.g. 2.0.
doors / seatsinteger-Exact door / seat count.
radiusinteger-Miles from postcode; empty for national.
writeoffStatusstring"include"include, exclude, or only written-off vehicles.
priceSearchTypestring"total"Apply price filters to total price or monthly payment.
sortBystring"relevance"relevance, price_asc, price_desc, distance, mileage, year_dsc, year_asc, most_recent.
urlsarray-AutoTrader search or advert URLs (url mode).
fetchDetailsbooleantrueAdd full per-advert detail (one extra request per listing).
includeFinanceGuidesbooleanfalseKeep the static finance explainer text (large, identical per advert).
maxPagesinteger2Pages per search (site cap is 100).
maxListingsinteger0Overall cap; 0 means unlimited.
maxResidentialRequestsinteger400Cap on residential exits before falling back to the backup pool; 0 disables residential.
proxyobjectdatacenterApify Proxy configuration.

Output example

Sample shape: values are illustrative placeholders, not from a live listing.

{
"advertId":"000000000000000",
"url":"https://www.autotrader.co.uk/car-details/000000000000000",
"channel":"cars",
"title":"BMW 3 Series",
"subTitle":"2.0 320d M Sport Auto",
"make":"BMW",
"model":"3 Series",
"year":2020,
"condition":"used",
"mileage":30000,
"price":20000,
"priceFormatted":"ยฃ20,000",
"priceIndicator":"GREAT",
"monthlyPrice":"ยฃ300",
"hasFinance":true,
"fuelType":"Diesel",
"bodyType":"Saloon",
"engineSizeLitres":"2.0L",
"engineSizeCC":1995,
"transmission":"Automatic",
"drivetrain":"Rear Wheel Drive",
"doors":"4",
"seats":"5",
"bodyColour":"Black",
"emissionClass":"Euro 6",
"trim":"M Sport",
"sellerType":"TRADE",
"dealerName":"Sample Motors",
"dealerReviewRating":4.6,
"dealerReviewCount":100,
"latitude":51.0000,
"longitude":-0.1000,
"numberOfImages":20,
"vehicleCheck":{
"status":"PASSED",
"statusText":"10 checks passed",
"checks":[{"id":"STOLEN","label":"Not recorded as stolen","status":"PASSED"}]
},
"serviceHistory":{"type":"FULL","label":"Service history","description":"Full service history"},
"finance":{"monthlyPrice":"ยฃ300","fcaName":"Sample Motors Limited","fcaNumber":"000000","lenderType":"appointed representative"},
"dealer":{
"name":"Sample Motors",
"email":"sales@example.com",
"phone":"+440000000000",
"website":"https://www.example.com",
"address":"1 Sample Road",
"town":"Sampletown",
"county":"Sampleshire",
"postcode":"AB12 3CD",
"openingHours":[{"day":"Monday","hours":"09:00 - 18:00"}]
},
"keyFeatures":["Sat Nav","Heated Seats"],
"images":["https://m.atcdn.co.uk/a/media/w800h600/00000000000000000000000000000000.jpg"],
"scrapedAt":"2026-01-01T00:00:00.000Z"
}

Notes on results

  • A single AutoTrader search returns at most about 2,000 listings (the site caps a query at 100 pages). To pull more, subdivide the search by price band, year, make or area and run again.
  • Featured and sponsored adverts can appear first regardless of the chosen sort order.
  • Optional fields vary by vehicle: electric vehicles expose different spec than petrol or diesel, and finance details depend on the dealer.

Plan and connection notes

  • The default datacenter connection tier works for this scraper, so it runs on any Apify plan, including the free plan.
  • If datacenter exits start getting rejected, the run automatically escalates to UK residential (subject to the residential usage cap) and then to a backup pool. Residential proxy access requires a paid Apify plan.
  • For the largest runs, leave the proxy on the default and let the scraper manage the tiers, or pin a residential country if you prefer.

You might also like

Autoscout24 $0.8๐Ÿ’ฐ Powerful Filters + Deep Search

abotapi/autoscout24-scraper

From $0.8/1K. A lean, production-grade scraper for autoscout24.com. Point it at a search, get back clean JSON with 30+ fields per vehicle. Designed for dealers, market analysts, valuation pipelines, lead generation, and anyone who needs autoscout24 data on tap.

Carsales AU $1๐Ÿ’ฐ Powerful Filters + Deep Search

abotapi/carsales-au-scraper

From $1/1K. The fastest, cheapest way to pull structured vehicle listings from carsales.com.au. Point it at a search, get back clean JSON with 30+ fields per listing. built for dealers, analysts, pricing tools, and real-time data pipelines.

Website Scraper API

kindred_sheng/stealthscrape-api

Give any URL and get back clean Markdown text. Perfect for AI agents, LLM pipelines, and anyone who needs live web data without the HTML clutter.

Rightmove $1๐Ÿ’ฐ URL Search | Keyword Filtering | Rich Output

abotapi/rightmove-scraper

From $1/1K. Fast, reliable Rightmove.co.uk scraper for sale, rent, and sold-price listings. Search by location or direct URL and extract 80+ structured fields per property.

Immobilienscout24 (.de|.ch|.at) ๐Ÿ’š $1/1k | By Search URL

azzouzana/immobilienscout24-de-search-results-scraper-by-search-url

$1/1K ๐Ÿ”ฅ Fast #1 ImmoScout24 search pages scraper for Germany ๐Ÿ‡ฉ๐Ÿ‡ช, Switzerland ๐Ÿ‡จ๐Ÿ‡ญ & Austria ๐Ÿ‡ฆ๐Ÿ‡น! Scrape search results for just $1 per 1k listings. Get data in seconds via JSON, CSV, Excel, or API. Simply paste the URL and extract thousands of listings instantly! Fast, cheap & DACH-ready. โšก

359

5.0

Autoscout24 Scraper

crawlerbros/autoscout24-scraper

Production-grade scraper for AutoScout24 vehicle listings. Extracts comprehensive vehicle data including specifications, features, seller info, and images.

3

5.0

AutoScout24 All-Country Scraper

fayoussef/autoscout24

Our autoscout24 scraper makes it simple to collect listings at scale and in all countries. Works on autoscout24.de, .at, .fr, .it, .es, .nl, .be, .lu and .com

๐Ÿ‘ User avatar

youssef farhan

31

5.0

AutoScout24 Scraper

moving_beacon-owner1/autoscout24-scraper

AutoScout24 Scraper is an Apify actor that extracts car listings and detailed vehicle information from AutoScout24. It supports paginated search results, individual car URLs, configurable page limits, and exports structured listing and detail data to the Apify dataset.

2

Willhaben.at $1๐Ÿ’ฐ URL Search | Keyword Filtering | Rich Output

abotapi/willhaben-at-scraper

From $1/1K. Extract structured listing data directly from Willhaben.at into clean JSON with 40+ fields, including GPS coordinates, photos, dates, seller details, and category-specific attributes. Search by filters or any Willhaben URL.

Autoscout24 Product Script

hello.datawizards/autoscout24-product-script

Extract detailed vehicle data from Autoscout24 with this powerful Apify Actor. Get clean JSON including price, specs, mileage, seller info, and images. Ideal for market research, dealerships, analytics, and automation. Reliable, fast, and proxy-optimized by DataWizards.