# Developer Land Acquisition Market Trends

**Use case:** 

Identify promising regions for new development projects by scraping Zillow market data for entire states. This helps real estate developers and investors pinpoi

## Input

```json
{
  "locations": [
    "Florida",
    "Texas",
    "North Carolina",
    "Colorado",
    "Arizona"
  ],
  "historyMonths": 48
}
```

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