Get Redfin market report for a region
redfin_get_market_reportFetch a market report for any Redfin region with median list/sold prices, price per square foot, sale-to-list ratio, and total homes for sale and sold, including year-over-year and month-over-month changes.
Instructions
Market report for a Redfin region: median list/sold prices, $/sqft, sale-to-list ratio, total homes for sale + sold, all with year-over-year and month-over-month change. Provide either (a) location — free-text we resolve via autocomplete (best with city names; "New York", "Seattle"; neighborhoods typically return empty data), or (b) region_id + region_type directly. property_type defaults to 1 (all). Each metric returns { label, value, unit, yoy_change_fraction, yoy_direction, mom_change_fraction, mom_direction }. Read-only; safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | No | Free-text location to autocomplete (alternative to region_id+region_type) | |
| region_id | No | Redfin region id (e.g. 30749 for New York City) | |
| region_type | No | Redfin region type code (2 = city, 5 = zip code, 6 = neighborhood) | |
| property_type | No | Property type filter, default 1 (all) |