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/listings/search2 credits

search for-sale listings in a location

Working example
Parameters

Search location: a 'City, ST' string or a 5-digit ZIP code.

Pagination offset — skip N listings (results page in steps of 42). (0–)

Listing status filter for Realtor search (default for_sale). Accepts one value or a list; unknown values are passed through, not rejected.

request preview
curl -X POST https://api.reefapi.com/us-re/v1/listings/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"location":"Austin, TX"}'

Hit Send to run this endpoint live.