The playground
Try any of 2165 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/immoweb/v1/agency_search1 credit
The immoweb estate-agency directory, ranked by how much stock each agency is advertising: name, group, description, website, VAT and IPI registration number, address and coordinates, opening hours, and live for-sale / to-rent counts. Pass the agency_id to `search` to list everything that agency has on the market.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/immoweb/v1/agency_search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"postal_codes":"[\"9000\"]"}'Hit Send to run this endpoint live.