/redfin/properties/search
Search Redfin homes for sale in a region (city/neighborhood/ZIP region id). Returns property cards with price, beds, baths, sqft, price_per_sqft, lot_size, year_built, property_type, full address (street_line, city, state, zip), latitude/longitude, days_on_market, MLS id and status, listing agent/broker, description and key facts.
Price: 20 credits per 100 results
💡 AI Hint: Search homes for sale within a Redfin region. region_id is the numeric id from the region’s Redfin URL (/city//… -> region_type 6, /neighborhood//… -> region_type 1, /zipcode//… -> region_type 2). Each item has id (property id), listing_id, url, mls_id, mls_status, price, hoa, beds, baths, sqft, price_per_sqft, lot_size, year_built, property_type, street_line/unit_number/location/city/state/zip, latitude/longitude, days_on_market, photo_count, listing_agent, listing_broker, description, key_facts and listing_tags. Use the returned id with the Redfin property endpoint for full details.
Authorizations
API token from the dashboard
Headers
Body
Numeric Redfin region id, taken from the region page URL (e.g. /city/30749/NY/New-York -> 30749, /neighborhood/3040/... -> 3040)
1"30749"
"16163"
Region type: city, neighborhood, zip, county, or school district
1, 2, 4, 6, 7 Max number of homes to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response