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/redfin/v1/listing_detail3 credits

Full property record: 17-year price & tax history, schools, amenities, agent, photos, description, Redfin Estimate, mortgage, parcel.

Parameters

Redfin property ID — `property_id` from a search result, or the last number in a /home/ URL.

Advanced: Redfin listing ID (pairs with property_id for the exact active listing).

Redfin /home/ property URL (alternative to property_id).

request preview
curl -X POST https://api.reefapi.com/redfin/v1/listing_detail \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.