AutoScout24 Vehicle Search API
AutoScout24 Vehicle Search & VIN API is designed for teams that need both vehicle discovery and structured automotive data in one integration flow. It is suitable for used-car marketplaces, dealer tools, underwriting/risk systems, vehicle valuation products, and cross-border automotive data aggregation platforms. The API is JSON-first and supports an end-to-end workflow from taxonomy bootstrap…
AutoScout24 Vehicle Search API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
listVehicleMakes /api/autoscout24/makes |
Returns deduplicated make IDs and names for the selected vehicle type. Use this endpoint to build make/model filters before search. |
| GET |
listSupportedLocales /api/autoscout24/locales |
|
| POST |
getVehicleListingDetail /api/autoscout24/detail |
|
| GET |
decodeVin /api/autoscout24/vin |
Looks up vehicle taxonomy information from VIN. The backend may choose a compatible parsing strategy automatically based on market support. |
| POST |
searchVehicleListings /api/autoscout24/search |
Runs a vehicle search and returns normalized listing objects with pagination metadata. Pass optional make/model/price/mileage/year/location filters in JSON. |
| POST |
getNextSearchPage /api/autoscout24/search-nextpage |
Fetches the next page using `nextPageToken` from a prior search response. The token is opaque and should be passed back unchanged. |