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.
Keyword search with optional location, category, sort, price range, seller type, pagination.
Free-text keyword. (search needs query OR category_slug.)
City / postal code to scope results (e.g. Berlin or 10115).
Numeric category id (the c<NNN> in a category URL).
Category slug, e.g. handy-telefon (from a category URL s-<slug>).
Sort key passed to Kleinanzeigen's sortierung (e.g. preis, neueste).
Minimum price in EUR (whole euros, not cents).
Maximum price in EUR.
Seller type filter. privat=private, gewerblich=commercial dealer.
Result page (1-based). Page forward with meta.next_page. (1–)
curl -X POST https://api.reefapi.com/kleinanzeigen/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"iphone"}'Hit Send to run this endpoint live.