# Zillow Zestimate history

**Use case:** 

Track how a home value has moved over time. With include_zestimate_history on, each run returns the current zestimate and rent_zestimate, plus zestimate_range_low, zestimate_range_high, zestimate_low_percent and zestimate_high_percent, and the full zestimate_history series: about ten years of monthly Zestimate points including Zillow forecast, with address and last_sold_price for context.

## Input

```json
{
  "Urls": [
    "https://www.zillow.com/homedetails/7601-Gillman-Ct-Charlotte-NC-28269/6144198_zpid/",
    "https://www.zillow.com/homedetails/5521-Anderson-Rd-Charlotte-NC-28269/6157659_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`).
