AutoBundle — German Car Market API
The German Auto Market Intelligence API brings together Germany's two largest used-car marketplaces, Mobile.de (~1.5M listings) and AutoScout24 (~2M listings), under a single API. Each platform uses its own schema, and the same vehicle is often listed separately on both. This API normalizes every listing into one consistent schema, detects when the same physical car appears on both platforms,…
AutoBundle — German Car Market API endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
searchVehicles /v1/search |
Queries both sources in parallel, normalizes to a single schema, and (by default) de-duplicates cross-platform matches. Vehicle class defaults to `car` (also supports… |
| listings | ||
| GET |
getListing /v1/listings/{source}/{id} |
|
| match | ||
| GET |
matchVehicle /v1/match |
Provide either an existing listing (`source` + `id`) or descriptive fields (`make` + `year` + …). Returns the matched cross-platform listings with a confidence level and price… |
| market | ||
| GET |
marketDeals /v1/market/deals |
|
| GET |
marketStats /v1/market/stats |
De-duplicated distributions computed over the current market pool for a make (optionally model, year, mileage). Useful for understanding supply composition. Sample size reflects… |
| GET |
marketPrice /v1/market/price |
|
| reference | ||
| GET |
referenceMakes /v1/reference/makes |
All makes the API recognizes, with the platforms that carry each. Use these `name` values for the `make` filter on search/market. Cached for 24h. |
| GET |
referenceModels /v1/reference/makes/{make}/models |
Models available for a make, merged across both platforms and de-duplicated by name. `group=true` marks a model series/group (e.g. "1 Series") vs an individual model. Use these… |
AutoBundle — German Car Market API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|