Zillow Tax History Scraper
Pricing
$9.99 / 1,000 results
Go to Apify Store
Zillow Tax History Scraper
Scrape property tax history from Zillow, including tax amounts, value changes, and tax rates.
Pricing
$9.99 / 1,000 results
Rating
5.0
(1)
Developer

PowerAI
Maintained by Community
Actor stats
1
Bookmarked
6
Total users
2
Monthly active users
6 days ago
Last modified
Categories
Share
This actor scrapes property tax history information from Zillow.
Features
- Search tax history using ZPID, URL, or address
- Returns detailed tax history information including:
- Tax amounts paid
- Tax increase rates
- Property values
- Value increase rates
- Historical tax records
Input Parameters
byzpid(string, required): Zillow Property IDbyurl(string, optional): Zillow property URLbyaddress(string, optional): Property addressmaxItems(integer, optional): Maximum number of tax history records to scrape (default: 20, min: 20, max: 100)
Output Data
The output includes the following fields:
time: Timestamp of the tax recordtaxPaid: Amount of tax paidtaxIncreaseRate: Rate of tax increasevalue: Property valuevalueIncreaseRate: Rate of value increasescrapedAt: Data scraping timestamp
Example Usage
{"byzpid": "44471319","maxItems": 20}
Output Example
[{"time": 1717480316511,"taxPaid": 5602.03,"taxIncreaseRate": 0.028076459,"value": 347848,"valueIncreaseRate": 0.02999849,"scrapedAt": "2025-06-04T05:51:56.574Z"},...]
Notes
- Ensure valid query parameters are provided
- API may have rate limits
- Returned data may vary based on property tax history
