Redfin Scraper API
Real-time Redfin data API — search active listings with filters, browse recently sold properties for comp analysis, and get automated property value estimates. All data is scraped directly from Redfin and returned as clean, structured JSON. 3 endpoints: - Search Listings — Search active Redfin listings by location with filters for min/max price, minimum bedrooms, and sort order (recommended,…
Redfin Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Property | ||
| GET |
Get Property Details /redfin/property/{property_id} |
Get full property details from Redfin including description, photos, price history, tax history, features, and listing agent info. Accepts a numeric property ID (from search/sold… |
| Search | ||
| GET |
searchListings /redfin/search |
Search active Redfin property listings by location with optional filters for price, bedrooms, and sort order. Returns up to 50 listings per page. Location can be a Redfin city… |
| Sold | ||
| GET |
getSoldProperties /redfin/sold |
Fetch recently sold properties in a given location. Filter by how far back to look (1–365 days). Useful for market analysis and comparable sales research. |
| Valuation | ||
| GET |
getPropertyEstimate /redfin/estimate |
Get Redfin's automated valuation model (AVM) estimate for a property. Returns the estimated value along with basic property details. The property_id can be obtained from search… |
Redfin Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $100 / month | — |
|