Redfin API
# Redfin API — Real-Time Real Estate Data The most comprehensive Redfin API on RapidAPI — **33 endpoints** covering search, property detail, agents, regional markets, mortgage rates, and unique features no competitor offers. ## What you can do - 🔎 **Search listings** — for-sale, for-rent, sold, plus **map / bounding-box search** and **open-houses search** (white-space features) - 🏠 **Property…
Redfin API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Autocomplete | ||
| GET |
/api/v1/autocomplete /api/v1/autocomplete |
|
| Search | ||
| GET |
/api/v1/search/sold /api/v1/search/sold |
|
| GET |
/api/v1/search/for-rent /api/v1/search/for-rent |
|
| GET |
/api/v1/search/for-sale /api/v1/search/for-sale |
|
| GET |
/api/v1/search/open-houses /api/v1/search/open-houses |
|
| Property | ||
| GET |
/api/v1/property/similar /api/v1/property/similar |
|
| GET |
/api/v1/property/public-records /api/v1/property/public-records |
|
| GET |
/api/v1/property/agent /api/v1/property/agent |
|
| GET |
/api/v1/property/climate /api/v1/property/climate |
|
| GET |
/api/v1/property/popularity /api/v1/property/popularity |
|
| GET |
/api/v1/property/mortgage /api/v1/property/mortgage |
|
| GET |
/api/v1/property/history /api/v1/property/history |
|
| GET |
/api/v1/property/amenities /api/v1/property/amenities |
|
| GET |
/api/v1/property/photos /api/v1/property/photos |
|
| GET |
/api/v1/property/by-url /api/v1/property/by-url |
|
| GET |
/api/v1/property /api/v1/property |
|
| GET |
/api/v1/property/walk-score /api/v1/property/walk-score |
|
| GET |
/api/v1/property/schools /api/v1/property/schools |
|
| GET |
/api/v1/property/price-drops /api/v1/property/price-drops |
|
| GET |
/api/v1/property/estimate /api/v1/property/estimate |
|
| GET |
/api/v1/property/tour-insights /api/v1/property/tour-insights |
|
| GET |
/api/v1/property/compete-score /api/v1/property/compete-score |
|
| GET |
/api/v1/property/parcel /api/v1/property/parcel |
|
| Agents | ||
| GET |
/api/v1/agents/search /api/v1/agents/search |
|
| GET |
/api/v1/agents/autocomplete /api/v1/agents/autocomplete |
Returns Redfin agent profiles matching the query. Use a full or near-full name — a bare first name usually has no agent matches. |
| GET |
/api/v1/agents/{id}/transactions /api/v1/agents/{id}/transactions |
|
| GET |
/api/v1/agents/{id} /api/v1/agents/{id} |
`id` is the agent slug (e.g. "lewis-kallinsky"), as returned by /agents/search and /agents/autocomplete. A numeric agentId also works if the agent is in a major-city directory. |
| GET |
/api/v1/agents/{id}/reviews /api/v1/agents/{id}/reviews |
|
| Region & Market | ||
| GET |
/api/v1/region/market /api/v1/region/market |
|
| GET |
/api/v1/region /api/v1/region |
|
| GET |
/api/v1/zipcode /api/v1/zipcode |
|
| Mortgage | ||
| GET |
/api/v1/mortgage/rates /api/v1/mortgage/rates |
|
Redfin API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA Recommended | $40 / month | — |
|
| MEGA | $99 / month | — |
|