Get Zestimate history for a property
zillow_get_zestimate_historyRetrieve historical Zestimate values for a property, including rent estimates when available. Returns a time series of date, value, and rent to analyze value trends over time.
Instructions
Historical Zestimate values for a property by zpid or homedetails URL. Returns a time series of {date, value, rent?} entries (rent included when Zillow has a rent Zestimate for the property). Note: zillow_get_property returns only the current Zestimate as a scalar — call this tool when you need the trend. For some listings (commonly non-Showcase) Zillow renders the trend client-side and omits it from the server-rendered page; then points is empty and an explanatory note is returned — distinct from a genuine no-history. Read-only; safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Zillow homedetails URL (or path). Provide either zpid or url. | |
| zpid | No | Zillow Property ID. Provide either zpid or url. |