The playground
Try any of 1534 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/zillow/v1/new_listings2 credits
New US inventory straight from Zillow's own published feed — the listings that appeared in the last couple of days, refreshed within the hour. Returns identity and location (zpid, canonical url, address as Zillow writes it, region, postal code, country, changed_at); pass a zpid to `property_detail` for price, beds, sqft, status and Zestimate.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/zillow/v1/new_listings \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"category":"for_sale","max_results":"5"}'Hit Send to run this endpoint live.