redfin_search
Retrieve Redfin property listings as clean JSON data. Filter for-sale or sold homes by location, price, beds, baths, and status.
Instructions
Search Redfin listings. Returns normalized Redfin public listing search results from Redfin's credential-free region CSV endpoint. Pass region_id/region_type from autocomplete to skip location resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page | |
| status | No | Listing status: for_sale or sold | |
| location | No | Display location; resolved via autocomplete when region_id is omitted | |
| min_beds | No | Minimum bedrooms filter | |
| max_price | No | Maximum price filter | |
| min_baths | No | Minimum bathrooms filter | |
| min_price | No | Minimum price filter | |
| region_id | No | Redfin region id from autocomplete | |
| region_type | No | Redfin region type from autocomplete (defaults to 6, city) |