The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsRedfin
live/redfin · 5 endpoints
post/redfin/v1/search2 creditslistings by location/url; status=for_sale|sold|for_rent. (for_sale=gis JSON, sold=gis-csv sold_within_days, for_rent=rentals API)
location*urlstatusmax_resultssold_within_daysmin_pricemax_pricemin_bedsmax_bedsmin_bathsproperty_types
{
"location": "Austin, TX",
"max_results": 30
}Try in playground →post/redfin/v1/listing_detail3 creditsfull property: price/tax history (17yr), schools, amenities, agent, photos, description, Redfin Estimate, mortgage, parcel. property_id or /home/ url.
property_id*listing_idurl
Try in playground →post/redfin/v1/similar2 creditscomparable/similar listings near a property (comps + price band)
property_id*listing_idurl
Try in playground →post/redfin/v1/autocomplete1 creditresolve a query to Redfin places / agents / schools / buildings
query*
{
"query": "Seattle"
}Try in playground →post/redfin/v1/market_stats2 creditsderived market snapshot (median list price / $psf / DOM / inventory)
location*url
{
"location": "Austin, TX"
}Try in playground →