# Zillow price & tax history

**Use case:** 

Pull the money trail behind any Zillow listing. Paste property URLs and each run returns price_history and tax_history for the home, plus last_sold_price, last_sold_date, property_tax_rate, tax_assessed_value and monthly_hoa_fee, with address, listing_price and zestimate for context. Useful for underwriting, valuation and appraisal research on the specific properties you already hold URLs for.

## Input

```json
{
  "Urls": [
    "https://www.zillow.com/homedetails/5401-Mountain-Point-Ln-Charlotte-NC-28216/6138030_zpid/",
    "https://www.zillow.com/homedetails/3025-Belmeade-Dr-Charlotte-NC-28214/6167915_zpid/"
  ],
  "zpids": [
    "39949685",
    "333108303"
  ],
  "include_zestimate_history": true
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "object"
  },
  "home_status": {
    "label": "Status",
    "format": "text"
  },
  "home_type": {
    "label": "Home Type",
    "format": "text"
  },
  "listing_price": {
    "label": "Price",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "living_area": {
    "label": "Living Area (sqft)",
    "format": "number"
  },
  "lot_area_value": {
    "label": "Lot Size",
    "format": "number"
  },
  "lot_area_units": {
    "label": "Lot Units",
    "format": "text"
  },
  "lot_size": {
    "label": "Lot Size (sqft)",
    "format": "number"
  },
  "year_built": {
    "label": "Year Built",
    "format": "number"
  },
  "zestimate": {
    "label": "Zestimate",
    "format": "number"
  },
  "rent_zestimate": {
    "label": "Rent Zestimate",
    "format": "number"
  },
  "zestimate_range_low": {
    "label": "Est. Sales Range Low",
    "format": "number"
  },
  "zestimate_range_high": {
    "label": "Est. Sales Range High",
    "format": "number"
  },
  "zestimate_low_percent": {
    "label": "Zestimate Low %",
    "format": "text"
  },
  "zestimate_high_percent": {
    "label": "Zestimate High %",
    "format": "text"
  },
  "last_sold_price": {
    "label": "Last Sold Price",
    "format": "number"
  },
  "last_sold_date": {
    "label": "Last Sold Date",
    "format": "text"
  },
  "property_tax_rate": {
    "label": "Property Tax Rate (%)",
    "format": "number"
  },
  "tax_assessed_value": {
    "label": "Tax Assessed Value",
    "format": "number"
  },
  "monthly_hoa_fee": {
    "label": "HOA / month",
    "format": "number"
  },
  "time_on_zillow": {
    "label": "Time on Zillow",
    "format": "text"
  },
  "likely_to_sell_faster_than_nearby_percent": {
    "label": "Sells Faster Than % Nearby",
    "format": "number"
  },
  "view_count": {
    "label": "View Count",
    "format": "number"
  },
  "favorite_count": {
    "label": "Favorite Count",
    "format": "number"
  },
  "brokerage_name": {
    "label": "Brokerage",
    "format": "text"
  },
  "county_name": {
    "label": "County",
    "format": "text"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "county_fips": {
    "label": "County FIPS",
    "format": "text"
  },
  "parcel_id": {
    "label": "Parcel ID",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "zillow_id": {
    "label": "ZPID",
    "format": "text"
  },
  "page_type": {
    "label": "Page Type",
    "format": "text"
  },
  "original_url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "whats_special": {
    "label": "What's Special",
    "format": "array"
  },
  "virtual_tour_url": {
    "label": "3D Virtual Tour",
    "format": "text"
  },
  "street_view_image_url": {
    "label": "Street View Image",
    "format": "text"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "reso_facts": {
    "label": "RESO Facts",
    "format": "object"
  },
  "ad_targets": {
    "label": "Ad Targets",
    "format": "object"
  },
  "attribution_info": {
    "label": "Attribution Info",
    "format": "object"
  },
  "listing_sub_type": {
    "label": "Listing Sub-type Flags",
    "format": "object"
  },
  "foreclosure_types": {
    "label": "Foreclosure Flags",
    "format": "object"
  },
  "zestimate_history": {
    "label": "Zestimate History",
    "format": "array"
  },
  "price_history": {
    "label": "Price History",
    "format": "array"
  },
  "tax_history": {
    "label": "Tax History",
    "format": "array"
  },
  "nearby_schools": {
    "label": "Nearby Schools",
    "format": "array"
  },
  "assigned_schools": {
    "label": "Assigned Schools",
    "format": "array"
  },
  "nearby_homes": {
    "label": "Nearby Homes",
    "format": "array"
  },
  "similar_homes": {
    "label": "Comparable Homes",
    "format": "array"
  },
  "tour_eligibility": {
    "label": "Tour Eligibility",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Property Details Scraper](https://apify.com/delicious_zebu/zillow-property-details-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/delicious_zebu/zillow-property-details-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/delicious_zebu/zillow-property-details-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
