
Zillow Price History Scraper
Pricing
$9.99 / 1,000 results
Go to Store

Zillow Price History Scraper
Scrape property price history from Zillow, including sale prices, price changes, and market trends.
5.0 (1)
Pricing
$9.99 / 1,000 results
1
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
2 days ago
This actor scrapes property price history information from Zillow.
Features
- Search price history using ZPID, URL, or address
- Returns detailed price history information including:
- Sale prices and dates
- Price changes and rates
- Price per square foot
- Event information (sale, listing, etc.)
- Agent information (if applicable)
Input Parameters
byzpid
(string, required): Zillow Property IDbyurl
(string, optional): Zillow property URLbyaddress
(string, optional): Property addressmaxItems
(integer, optional): Maximum number of price history records to scrape (default: 20, min: 20, max: 100)
Output Data
The output includes the following fields:
date
: Date of the price recordprice
: Property pricetime
: TimestamppricePerSquareFoot
: Price per square footpriceChangeRate
: Rate of price changeevent
: Event type (sale, listing, etc.)source
: Data sourcebuyerAgent
: Buyer's agent informationsellerAgent
: Seller's agent informationshowCountyLink
: County link availabilitypostingIsRental
: Rental statusattributeSource
: Additional attribute informationscrapedAt
: Data scraping timestamp
Example Usage
{"byzpid": "44471319","maxItems": 20}
Output Example
[{"date": "2025-03-31","price": 580000,"time": 1743379200000,"pricePerSquareFoot": 290,"priceChangeRate": 0,"event": "Listing removed","source": "realMLS","buyerAgent": null,"sellerAgent": null,"showCountyLink": false,"postingIsRental": false,"attributeSource": {"infoString1": "2012734","infoString2": "realMLS","infoString3": "https://photos.zillowstatic.com/fp/7e93ce7b14e79dd30af883babea7400f-zillow_web_logo_inf_11.jpg"},"scrapedAt": "2025-06-04T05:43:34.481Z"},...]
Notes
- Ensure valid query parameters are provided
- API may have rate limits
- Returned data may vary based on property history