Zillow Tax History Scraper avatar
Zillow Tax History Scraper

Pricing

$9.99 / 1,000 results

Go to Store
Zillow Tax History Scraper

Zillow Tax History Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

Scrape property tax history from Zillow, including tax amounts, value changes, and tax rates.

5.0 (1)

Pricing

$9.99 / 1,000 results

1

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

3 days ago

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 ID
  • byurl (string, optional): Zillow property URL
  • byaddress (string, optional): Property address
  • maxItems (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 record
  • taxPaid: Amount of tax paid
  • taxIncreaseRate: Rate of tax increase
  • value: Property value
  • valueIncreaseRate: Rate of value increase
  • scrapedAt: 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

  1. Ensure valid query parameters are provided
  2. API may have rate limits
  3. Returned data may vary based on property tax history