Get Zillow price history for a property
zillow_get_price_historyRetrieve listing-price events for a property, including price changes, pending, sold, and more, from a Zillow URL or ZPID.
Instructions
Listing-price events for a property — listings, price changes, pending, sold, etc. — by zpid or homedetails URL. Returns two parallel arrays: events (raw Zillow shape with event strings and MLS attribution) and events_normalized (cross-MCP shared shape with a fixed type enum: Listed/PriceChange/Pending/Contingent/Sold/Withdrawn/Relisted/Delisted). The normalized form lets callers merge histories across real-estate MCPs without re-implementing taxonomy. Sourced from the same homedetails page as zillow_get_property. For some listings (commonly non-Showcase) Zillow omits the history from the server-rendered page; then events is empty and an explanatory note is returned — distinct from a genuine no-history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Zillow homedetails URL or path | |
| zpid | No | Zillow Property ID |