redfin_search
Search Redfin listings using a location or region ID; filter by status, price, beds, and baths to receive normalized JSON results for for-sale and sold properties.
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; skips location resolution when provided | |
| region_type | No | Redfin region type, used with region_id (defaults to 6, city) |