# Zillow Market Trends for Investment Property Analysis

**Use case:** 

Evaluate the viability of potential real estate investments across key U.S. markets by gathering comprehensive Zillow market data. Identify cities with optimal 

## Input

```json
{
  "locations": [
    "Miami, FL",
    "Phoenix, AZ",
    "Nashville, TN",
    "Raleigh, NC",
    "Boise, ID"
  ],
  "historyMonths": 36
}
```

## 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.