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/marktplaats/v1/categories1 credit
Category tree from search facets, or browse a category (l1/l2) with listings.
Parameters
Optional keyword to scope the category tree.
Marketplace edition — each is a separate site/country.
Browse this top-level category's listings.
Browse this sub-category's listings.
Pagination offset (skip N, page size 30). Page with meta.next_offset. (0–)
request preview
curl -X POST https://api.reefapi.com/marktplaats/v1/categories \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.