The playground
Try any of 1042 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/rightmove/v1/agent1 credit
estate-agent branch profile (+ that branch's live listings via BRANCH^id)
Working example
Parameters
An estate-agent branch landing-page URL (full or path). Provide this OR branch_id.
Rightmove branch id — lists that branch's live stock via BRANCH^id. Provide this OR branch_url.
How many 24-result pages to fetch and merge (ignored when fetch_all=true). (1–)
request preview
curl -X POST https://api.reefapi.com/rightmove/v1/agent \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"branch_url":"/estate-agents/agent/Aspire/Clapham-45021.html"}'Hit Send to run this endpoint live.