cars-data.com — Car Specs API (102k+ variants, 19 languages) avatar

cars-data.com — Car Specs API (102k+ variants, 19 languages)

Pricing

from $3.00 / 1,000 searches

Go to Apify Store
cars-data.com — Car Specs API (102k+ variants, 19 languages)

cars-data.com — Car Specs API (102k+ variants, 19 languages)

180 spec types per variant — engine & fuel, performance, EV/hybrid, safety (30 specs), comfort & interior (47), exterior, chassis, dimensions & weights, consumption (WLTP/NEDC). Search, localized specs, filters, compare. Pay-per-event, no API key.

Pricing

from $3.00 / 1,000 searches

Rating

0.0

(0)

Developer

CarsDataCom

CarsDataCom

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Car Specs API — 102k+ vehicle variants, 19 languages, EV data

The car-specs data source built for AI agents. Search, full localized specs, side-by-side compare, and structured filters over 102,191 vehicle variants, 1,300+ models, 5,299+ generations, 180 spec types, across 19 languages (including Arabic, RTL) — from cars-data.com.

No other car-specs provider covers this many European generations in this many languages. This Actor is also auto-exposed as an MCP tool, so it works directly inside Claude, Cursor, and Windsurf — not just the Apify Store.

What it does

Pick a mode and this Actor calls the matching cars-data.com endpoint and pushes the result to the run's dataset:

modeWhat it doesRequired input
searchFree-text search by brand/model/generation namequery
get_specsFull localized specs for one variant — 180 spec types, with confidence + freshnessvariantId
compareSide-by-side specs for 2-4 variantsvariantIds
filterStructured filter: fuel, body, drive, power, price, year, EV(all optional)

Every get_specs/compare result carries a confidence score per spec value and a last_synced_at timestamp — so you can be honest about data freshness instead of presenting stale or uncertain values as fact.

What's in the 180 specs

CategorySpecsExamples
Interior32seat material, layout, storage
Safety30ABS, airbags, ADAS, crash rating
Exterior21lights, wheels, roof, body trim
Fuel & Engine14displacement, cylinders, injection
Interior Sizes12headroom, legroom, shoulder room
Comfort15climate control, seats, infotainment
Chassis11suspension, brakes, steering
Weights9kerb weight, payload, towing
Exterior Sizes7length, width, height, wheelbase
Performance50-100, top speed, power-to-weight
Consumption (WLTP/NEDC)7combined/city/highway consumption
Electric/Hybrid3battery capacity, range, charging
General, Drive, Transmission, Luggage, Service, Costs22the rest of the 180
{
"mode": "search",
"query": "bmw 3 series",
"locale": "ro",
"limit": 5
}

Example input — full specs

{
"mode": "get_specs",
"variantId": 42164,
"locale": "de"
}

Example input — compare

{
"mode": "compare",
"variantIds": [42164, 42165],
"locale": "en"
}

Example input — filter (electric, 200+ hp)

{
"mode": "filter",
"fuel": "electric",
"powerMin": 200,
"limit": 10
}

Pricing

Pay-per-event — no subscription, no rental. You are charged only for completed runs, per the event triggered by your chosen mode (search, spec-lookup, compare, or filter). See this Actor's Pricing tab for exact per-event rates.

Data & attribution

Data comes from cars-data.com's multilingual vehicle-specs database. Output is licensed for use within your own application/workflow, not for resale or reconstruction of the underlying dataset — see cars-data.com/api/terms.

Also available as an MCP server

The same read-model backs a remote MCP server at https://api.cars-data.com/mcp — connect it directly in Claude, ChatGPT connectors, Cursor, or Windsurf.