Auto Trader UK Vehicle Search avatar

Auto Trader UK Vehicle Search

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Auto Trader UK Vehicle Search

Auto Trader UK Vehicle Search

Search public Auto Trader UK vehicle inventory by keyword and required UK postcode. Export normalized GBP prices, make, model, year, mileage, seller, location, images, and source URLs through Apify.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

AgentX

AgentX

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Auto Trader UK Vehicle Search is a United Kingdom car listings API for keyword and postcode-radius research, publishing GBP prices, vehicle details, seller context, images, and source links in a normalized 35-field Dataset.

  • Automatic Auto Trader UK source lock: every focused run is restricted to the named marketplace.
  • Required postcode contract: every run supplies a UK postcode or a place that resolves to one.
  • Source-native 50-mile scope: the resolved postcode is applied to the Auto Trader UK search.
  • 35 documented fields: values unavailable for a listing stay empty instead of becoming inferred facts.

Run a one-result test · View the API page

For the smallest useful test, search Toyota near SW1A 1AA, set max_results to 1, and budget at most $0.01850 on the FREE tier for one published result plus Actor Start. Open source_url before relying on price, mileage, seller, or availability. The intended Store and API destinations returned 404 on July 21, 2026, so publication verification is the remaining release blocker.

Why Choose This API

One UK route with a truthful location requirement

Auto Trader UK Vehicle Search queries public Auto Trader UK inventory around a required UK postcode. Unlike other focused Actors that share a country's runtime route with several sources, the United Kingdom route resolves only to Auto Trader UK. The public form therefore needs no platform field and cannot silently mix another marketplace.

The location field is required because the runtime rejects Auto Trader UK searches without it. When given a valid UK postcode, or a place that normalizes to one, the source request uses a 50-mile radius. This schema alignment prevents a production default from reaching a known runtime rejection.

Rich listing context when available

A qualifying result can include title, GBP price, make, model, year, mileage, vehicle location, seller type, primary image, platform attribution, and source URL. Other normalized fields remain available in the Dataset contract but are populated only when supported by source evidence.

The Actor is not affiliated with Auto Trader UK. It does not provide an inspection, title or ownership history, independent valuation, seller certification, financing offer, contact enrichment, or guaranteed inventory. Live listings can change after collection.

Quick Start Guide

Run a London-area Toyota test

  1. Open Auto Trader UK Vehicle Search.
  2. Keep country set to United Kingdom and enter Toyota.
  3. Keep or replace the required postcode SW1A 1AA.
  4. Set max_results to 1, start the Actor, and open the returned source URL.

The same input works in the Console and integrations:

{
"country": "United Kingdom",
"keyword": "Toyota",
"location": "SW1A 1AA",
"max_results": 1
}

The keyword is trimmed but not translated, expanded, or replaced. The location must be non-empty and must resolve to a valid UK postcode. max_results is a maximum number of publishable records, not a guarantee of live stock.

Input Parameters

Configuration fields

ParameterTypeRequiredAccepted value and behavior
countrystringYesUnited Kingdom, the only public market and the sole Auto Trader UK route.
keywordstringYesA non-empty vehicle make, model, trim, or search phrase.
locationstringYesUK postcode or place resolving to one; source search uses a 50-mile radius.
max_resultsintegerYes1 to 10,000; maximum Auto Trader UK records returned.

All four fields are required by the effective public contract. The postcode prefill SW1A 1AA makes a first Console run valid, but users should replace it with the geographic area relevant to their research.

Why there is no platform field

The runtime locks this Actor to Auto Trader UK before country and postcode checks. Adding a platform selector would not provide a real choice and could imply an unsupported override, so the public contract omits it.

Postcode handling

Direct UK postcodes are normalized to uppercase. A place name can be geocoded to a postcode, but a direct postcode is more predictable for repeatable tests. If no valid postcode is available, the run rejects the input instead of labeling unrelated results as local.

Output Data Schema

Normalized vehicle record

Each Dataset item follows 33 vehicle fields plus processor and processed_at, for 35 fields total.

Field groupFields
Listing identitytitle, listing_id, vin, description
Imagesmain_image, images
Priceprice, currency, price_text
Vehicle identityyear, make, model, trim, condition
Specificationsmileage, mileage_unit, body_type, fuel, transmission, engine, drive_type, exterior_color, interior_color
Seller and marketseller, seller_type, location, country, platform
Links and datessource_url, platform_url, official_url, posted_at, updated_at
Processingprocessor, processed_at

This abbreviated example illustrates the schema without claiming a current listing:

{
"main_image": "https://example.com/autotrader-uk/toyota-yaris.jpg",
"title": "Toyota Yaris 1.5 Hybrid Design CVT",
"price": 18495,
"currency": "GBP",
"year": 2022,
"make": "Toyota",
"model": "Yaris",
"mileage": 24000,
"mileage_unit": "mi",
"location": "London",
"seller": "Trade",
"country": "United Kingdom",
"platform": "Auto Trader UK",
"source_url": "https://www.autotrader.co.uk/car-details/example",
"processor": "https://apify.com/username/actor_name",
"processed_at": "2026-07-21T12:00:00Z"
}

Search results may omit specifications, identifiers, or dates. Empty values are valid and should remain nullable downstream. Current export formats are documented in the Dataset items API, including JSON, JSONL, CSV, Excel, XML, HTML, and RSS.

Integration Examples

REST API

The intended owner/name identifier is agentx/auto-trader-uk-vehicle-search. The public Store API did not return a current record for that identifier on July 21, 2026. This README therefore omits a numeric Actor ID, rating, user count, and old online run data.

After publication, use the synchronous endpoint with the required postcode:

curl -L "https://api.apify.com/v2/actors/agentx~auto-trader-uk-vehicle-search/run-sync-get-dataset-items?maxItems=1" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer <APIFY_TOKEN>" \
-d '{
"country": "United Kingdom",
"keyword": "Toyota",
"location": "SW1A 1AA",
"max_results": 1
}'

The official synchronous Actor endpoint documents authentication, timeout, response, and charge-limiting options.

MCP

Apify currently documents a hosted Streamable HTTP MCP server:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=actors,docs"
}
}
}

After publication, ask the MCP client to locate agentx/auto-trader-uk-vehicle-search, inspect its schema, run the one-result Toyota and SW1A 1AA scenario, and return the Dataset item. Authentication is required to run Actors. Review the Apify MCP guide.

Scheduled and workflow runs

Apify schedules, webhooks, Make, n8n, and client libraries can reuse the same four-field input. Each saved input must contain a valid postcode. Use the current Actor picker after publication rather than an unverified numeric ID.

Pricing & Cost Calculator

Auto Trader UK Vehicle Search uses pay-per-event pricing. Actor Start is charged at run start; one result event is charged for each item written to the default Dataset.

Billed event and tierPrice per eventBilling unit
Actor Start$0.01000One Actor run start.
Result - FREE$0.00850One published Dataset item.
Result - BRONZE$0.00822One published Dataset item.
Result - SILVER$0.00793One published Dataset item.
Result - GOLD$0.00765One published Dataset item.
Result - PLATINUM$0.00765One published Dataset item.
Result - DIAMOND$0.00765One published Dataset item.

On the FREE tier, one published listing costs $0.01000 + $0.00850 = $0.01850. A run that publishes no record can still incur Actor Start. Actual totals depend on the applicable tier and number of Dataset items. Confirm the live pricing panel after publication.

Use Cases & Applications

Local inventory research

Collect source-linked Toyota or other make/model results around a fixed postcode. Repeat the same input to build point-in-time inventory snapshots without changing geographic semantics.

Asking-price and mileage comparison

Compare GBP price, year, mileage, model, and location when present. Open source pages for any outlier and do not treat an asking price as a guaranteed sale price or independent valuation.

Seller and listing review

Create internal queues using seller type, vehicle location, image, and source URL when available. A public seller field does not grant permission for unsolicited contact or profiling.

Data and AI workflows

Load the normalized Dataset into spreadsheets, databases, dashboards, indexes, or internal analysis tools. Preserve nullable fields and provenance. Automated conclusions should not replace an inspection or direct source review.

Alternatives

Use All Vehicle Scraper when multi-country comparison is intentional. Browse Auto Trader UK manually for a single purchase decision needing full native context. Use an authorized data feed when contractual completeness or all platform-specific fields are required.

FAQ

Which inputs are required?

All four public fields are required: country, keyword, location, and max_results.

Why is a postcode required?

The Auto Trader UK route requires a location and a resolved postcode. The source search uses a 50-mile radius.

Can I omit platforms?

There is no platform field. The focused Actor is source-locked to Auto Trader UK and user input cannot broaden the route.

Can I use a city name?

Yes when it resolves to a UK postcode, but a direct postcode produces a more repeatable input.

Why are some fields empty?

Individual listings do not expose all 35 normalized fields. Missing values are not invented.

Does max_results guarantee the count?

No. It is a ceiling governed by live inventory, source responses, unique listings, and publishable records.

Can a listing become stale?

Yes. Listings and prices can change after collection. Rerun for current data and treat prior output as historical.

How is billing counted?

One result event is charged per Dataset item; Actor Start is billed separately.

Trust & Data Quality

  • Single-source route: United Kingdom maps only to Auto Trader UK.
  • Valid default scenario: the schema now requires location and prefills a valid UK postcode.
  • Source traceability: direct vehicle links support manual review.
  • Transparent nullability: unsupported fields stay empty.
  • Current-proof discipline: legacy online data is not used as current Store evidence.

For a reproducible issue, provide the run ID, exact four-field input, expected behavior, and one public source URL. Never include API tokens or private data.

Auto Trader UK Vehicle Search is intended for lawful analysis of publicly accessible listing information. Users are responsible for source terms, applicable laws, privacy requirements, intellectual-property rights, retention policies, and contractual restrictions. Do not use output for unlawful profiling, discrimination, fraud, unauthorized resale, or access to non-public information.

Independently verify price, condition, history, seller, location, and availability before purchase, financing, insurance, valuation, or safety decisions. This Actor does not certify vehicles or sellers.

Vehicle research

Enrichment and workflow tools

The related project directories were verified locally. Their Store links must be rechecked after publication.

Support & Community

Verified against local schemas, pricing metadata, source-lock regression evidence, and the current Auto Trader UK surface on July 21, 2026. Local Auto Trader UK-only routing passes; unresolved Store/API links remain the release blocker.

Run one postcode-valid UK test · Review the API page