Access Redfin's property data with the same search filters available on the website — price, beds, baths, sqft, and more.
Compare property data across Redfin, Zillow, and Realtor.com for comprehensive analysis.
Cover markets where Redfin has exclusive listings not available on other platforms.
Monitor price changes and new listings with scheduled scrapes and webhooks.
Request
curl -X POST https://scrapekit.dev/api/v1/scrape/redfin-search \
-H "X-API-Key: sk_live_your_key" \
-H "Content-Type: application/json" \
-d '{"location": "Seattle, WA", "beds_min": 2}'200 OK Response
{
"location": "Seattle, WA",
"total_count": 215,
"properties": [
{
"address": "789 Pine St",
"price": 650000,
"beds": 2,
"baths": 2,
"sqft": 1200
}
]
}Sign up for free, get 50 credits, and make your first request in 30 seconds.
Get Started Free