ShoppingBeta
AutoScout24 Car Listings API
Live AutoScout24 data, fetched the moment you ask and handed back in a clean, structured form. Use it in your own app, a spreadsheet or as a tool for an AI assistant.
What you can get: Car listings: search, prices and vehicle details (DE, AT, IT).
100 free requests every month · no credit card
- Search cars
- Listing details
What teams build with AutoScout24 data
Live car listings from AutoScout24 in Germany, Austria and Italy. Search by make, model, price, year, mileage, fuel and distance and get the total number of matching cars, or look up one listing with all its details: price, AutoScout24 price rating and typical market price, mileage, first registration, engine, equipment and photos. Built so an AI assistant can answer questions like “What does a 2019 VW Golf with 100,000 km cost?” with today’s numbers. Vehicle data only – private sellers are never named or contactable through the API.
- AI assistants answering car price questions
- Used-car price research
- Dealer stock and price monitoring
- Market reports by make and model
Works with AI assistants
Models only know what they saw in training. Add the AutoScout24 endpoints as a tool in ChatGPT, Claude, Gemini or your agent framework, and your assistant can look up current data while it answers.
AutoScout24 endpoints
All AutoScout24 endpoints are served under the /asc prefix and share the same API key and quota as every other platform.
Cars matching make, model, price, year, mileage, fuel, gearbox, seller type or distance, 20 per page, with the total number of matches.
makemodelpriceFrompriceToyearFromyearTomileageFrommileageTofuelgearsellerTypeconditionzipradiussortpagedomainCodeEverything about one car by listing link or id: price rating, typical market price, history, equipment, photos.
urliddomainCodeExample request
curl "https://api.everydata.io/asc/search?make=bmw&model=3er&priceFrom=10000&priceTo=30000&yearFrom=2018" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"domainCode": "de",
"make": "bmw",
"model": "3er",
"numberOfResults": 2890,
"numberOfListings": 20,
"listings": [
{
"id": "31f43fb8-0719-43b3-89cd-9d5977fb998e",
"title": "BMW 340 M340d xDrive M Sport Navi GD H&K",
"price": 25390,
"currency": "EUR",
"priceRating": "top-price",
"firstRegistration": "2021-04",
"mileageKm": 199413,
"fuel": "Diesel",
"powerHp": 340,
"location": {
"countryCode": "DE",
"zip": "35463",
"city": "Fernwald-Steinbach"
},
"seller": {
"type": "dealer",
"companyName": "AutoExpo Deutsche Automarkt GmbH"
}
}
]
}Included in every plan
The AutoScout24 API is part of the shared quota – no separate subscription needed.
Production
Recommended- Requests / month
- 50,000
- Rate limit
- 100 / min
- Platforms
- all
- Support
Frequently asked questions
Try the AutoScout24 API with your own data.
Sign up with your e-mail, copy your API key and make your first request in about a minute. The free plan never expires.