Try any of 817 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Paginated car search by make (+ model/filters) across EU TLDs; deal signals priceEvaluation+superDeal
Vehicle make/brand slug (e.g. bmw, audi, volkswagen). Empty = all makes.
Model slug within the make (discover via the models action).
Model-group/line slug (broader than model).
AutoScout24 country edition (TLD) — each is a separate marketplace.
Result page (1-based). Page forward with meta.next_page. (1–)
Sort field. Common AS24 keys shown; others accepted.
Sort descending (true) instead of ascending.
Minimum price (local currency).
Maximum price (local currency).
Earliest first-registration year.
Latest first-registration year.
Minimum mileage (km).
Maximum mileage (km).
Fuel type (AS24 code). B=petrol, D=diesel, E=electric, 2=LPG, 3=CNG.
Gearbox. A=automatic, M=manual.
Body type (AS24 code — discover via filter_options).
Postal code center for a radius search.
Search radius (km) around zip.
Minimum engine power (kW).
Maximum engine power (kW).
Only listings flagged superDeal (priced well below market).
Seller type. D=dealer, P=private.
Offer type (AS24 code, e.g. U=used, N=new, J=annual car).
curl -X POST https://api.reefapi.com/autoscout24/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"make":"bmw","country":"de"}'Hit Send to run this endpoint live.