# Home Value Appraisal Support Data

**Use case:** 

Provide appraisers and real estate agents with detailed historical market data for specific ZIP codes to justify property valuations and pricing strategies. Acc

## Input

```json
{
  "locations": [
    "78704",
    "78703",
    "78746",
    "78757",
    "78727"
  ],
  "historyMonths": 12
}
```

## Output

```json
{
  "location": {
    "label": "Location",
    "format": "string"
  },
  "locationType": {
    "label": "Type",
    "format": "string"
  },
  "zhviLatest": {
    "label": "Home Value Index $",
    "format": "number"
  },
  "zhviYoY": {
    "label": "ZHVI YoY",
    "format": "number"
  },
  "medianListingPrice": {
    "label": "Median List Price $",
    "format": "number"
  },
  "medianSalePrice": {
    "label": "Median Sale Price $",
    "format": "number"
  },
  "forSaleInventory": {
    "label": "Inventory",
    "format": "number"
  },
  "medianDaysToPending": {
    "label": "Days to Pending",
    "format": "number"
  },
  "saleToListRatio": {
    "label": "Sale/List Ratio",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Market Trends Scraper](https://apify.com/crawlerbros/zillow-market-trends-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/zillow-market-trends-scraper) to learn more, explore other use cases, and run it yourself.