# Competitor Real Estate Market Footprint Analysis

**Use case:** 

Understand where competitors in the real estate sector are focusing their efforts by analyzing market trends in their primary operating areas. This intelligence

## Input

```json
{
  "locations": [
    "Dallas, TX",
    "Austin, TX",
    "Houston, TX",
    "San Antonio, TX",
    "Fort Worth, TX"
  ],
  "historyMonths": 24
}
```

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