AutoScout24 API
## AutoScout24 API — Europe's Largest Used-Car Marketplace Get structured JSON data from AutoScout24 — the most complete third-party data API for Europe's #1 used-car portal. **11 endpoints** covering everything competitors miss: dealer profiles, full inventory pagination, reviews, and complete taxonomy for makes, models, body types and equipment. ## Key Endpoints - **`/search`** — Paginated…
AutoScout24 API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
/api/v1/search /api/v1/search |
Paginated vehicle search across AutoScout24. Mirrors the full set of filter parameters exposed on `/lst`. Returns up to 20 listings per page and supports up to 200 pages (4 000… |
| Listings | ||
| GET |
/api/v1/listings/{id}/similar /api/v1/listings/{id}/similar |
Returns up to N comparable listings (same make+model, year ±2, price ±20%). |
| GET |
/api/v1/listings/by-url /api/v1/listings/by-url |
Same payload as /listings/{id}, ergonomic for callers holding a full AutoScout24 URL. |
| GET |
/api/v1/listings/{id} /api/v1/listings/{id} |
Full listing details including vehicle spec, prices, seller, equipment, financing, and images. |
| Dealers | ||
| GET |
/api/v1/dealers/{slug} /api/v1/dealers/{slug} |
|
| GET |
/api/v1/dealers/{slug}/listings /api/v1/dealers/{slug}/listings |
|
| GET |
/api/v1/dealers/{slug}/reviews /api/v1/dealers/{slug}/reviews |
|
| Taxonomy | ||
| GET |
/api/v1/taxonomy /api/v1/taxonomy |
Combined reference data for building filter UIs — body types, fuel types, drivetrains, equipment, colors, countries, emission classes, etc. Cache this once per hour. |
| GET |
/api/v1/makes /api/v1/makes |
|
| GET |
/api/v1/makes/{makeIdOrSlug}/models /api/v1/makes/{makeIdOrSlug}/models |
Returns models, model groups and (if populated) model lines for a make. Accepts either the numeric make id or the make slug (e.g. "audi"). |
| Locations | ||
| GET |
/api/v1/locations/autocomplete /api/v1/locations/autocomplete |
Suggests cities/zip codes matching a query string. |
AutoScout24 API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $35 / month | — |
|
| MEGA | $99 / month | — |
|