The playground
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.
Playground demo key · api.reefapi.com
post/kleinanzeigen/v1/listing1 credit
Full listing detail by url or slug path.
Working example
Parameters
Full Kleinanzeigen listing URL. (listing needs url OR slug.)
Listing slug/path (the s-anzeige/... part, alternative to url).
request preview
curl -X POST https://api.reefapi.com/kleinanzeigen/v1/listing \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"slug":"iphone-17-pro-256gb-alle-farben-neu-versiegelt-ovp-rechnung/3372412834-173-1563"}'Hit Send to run this endpoint live.