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

What you can look upbeta
  • Search cars
  • Listing details
Use cases

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.

For developers

AutoScout24 endpoints

All AutoScout24 endpoints are served under the /asc prefix and share the same API key and quota as every other platform.

Search cars
GET/asc/search

Cars matching make, model, price, year, mileage, fuel, gearbox, seller type or distance, 20 per page, with the total number of matches.

makemodelpriceFrompriceToyearFromyearTomileageFrommileageTofuelgearsellerTypeconditionzipradiussortpagedomainCode
Listing details
GET/asc/listing-details

Everything about one car by listing link or id: price rating, typical market price, history, equipment, photos.

urliddomainCode

Example 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

200 OK · application/json
{
  "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"
      }
    }
  ]
}
API reference
Pricing

Included in every plan

The AutoScout24 API is part of the shared quota – no separate subscription needed.

Free

€0/ month
Requests / month
100
Rate limit
10 / min
Platforms
all
Support
e-mail

Starter

€30/ month
Requests / month
5,000
Rate limit
50 / min
Platforms
all
Support
e-mail

Production

Recommended
€80/ month
Requests / month
50,000
Rate limit
100 / min
Platforms
all
Support
e-mail

Business

€300/ month
Requests / month
300,000
Rate limit
250 / min
Platforms
all
Support
e-mail
All plans

Frequently asked questions

Something missing? Write to support@everydata.io.

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.