# California Housing Market Trend Research

**Use case:** 

Track the long-term performance of various housing markets within California to understand regional shifts and identify emerging opportunities. This data suppor

## Input

```json
{
  "locations": [
    "Los Angeles, CA",
    "San Francisco, CA",
    "San Diego, CA",
    "Sacramento, CA",
    "Orange County, CA"
  ],
  "historyMonths": 60
}
```

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