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/us-re/v1/agents1 credit
Find real-estate agents in a US city/area (Realtor.com agent search). Each agent: name, broker/office, average rating + review/recommendation counts, REALTOR flag, avatar and listing stats. Paginated (24/page).
Parameters
US city + state (e.g. 'Austin, TX', 'San Antonio, Texas').
Result page (24 agents per page). (1–)
request preview
curl -X POST https://api.reefapi.com/us-re/v1/agents \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.