# Minneapolis Housing Market — Trends, Hotness & Comps

**Use case:** 

Live Minneapolis, MN housing market: 60-month price & demand trends, Compete Score hotness, sold comps, schools & climate risk. Export CSV/JSON, no key.

## Input

```json
{
  "locations": [
    "Minneapolis, MN"
  ],
  "includeMarketTrends": true,
  "includeMarketHotness": true,
  "includeRecentlySold": true,
  "includeSchools": true,
  "includeClimateRisk": true,
  "includeNationalTrends": false
}
```

## Output

```json
{
  "dataset": {
    "label": "🗂️ Dataset",
    "format": "string"
  },
  "queryLocation": {
    "label": "📍 Query Location",
    "format": "string"
  },
  "regionId": {
    "label": "🆔 Region ID",
    "format": "string"
  },
  "regionName": {
    "label": "🏷️ Region Name",
    "format": "string"
  },
  "regionType": {
    "label": "🧭 Region Type",
    "format": "string"
  },
  "trendMetrics": {
    "label": "📈 Trend Metrics",
    "format": "array"
  },
  "competeScore": {
    "label": "🔥 Compete Score",
    "format": "object"
  },
  "nearbyCompeteScores": {
    "label": "🗺️ Nearby Compete Scores",
    "format": "array"
  },
  "soldHomes": {
    "label": "🏠 Sold Homes",
    "format": "array"
  },
  "soldHomesReturned": {
    "label": "🔢 Sold Homes Returned",
    "format": "number"
  },
  "dataSourceNames": {
    "label": "📡 Data Sources",
    "format": "array"
  },
  "schoolCounts": {
    "label": "🎓 School Counts",
    "format": "object"
  },
  "schools": {
    "label": "🏫 Schools",
    "format": "array"
  },
  "climateRisk": {
    "label": "🌊 Climate Risk",
    "format": "object"
  },
  "propertyId": {
    "label": "🏘️ Property ID",
    "format": "string"
  },
  "listingId": {
    "label": "🧾 Listing ID",
    "format": "string"
  },
  "listingAddress": {
    "label": "📮 Listing Address",
    "format": "object"
  },
  "tourInsights": {
    "label": "🚪 Tour Insights",
    "format": "object"
  },
  "popularityInfo": {
    "label": "👀 Popularity",
    "format": "object"
  },
  "priceDropInfo": {
    "label": "📉 Price Drop",
    "format": "object"
  },
  "fetchedAt": {
    "label": "🕒 Fetched At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Redfin Housing Market Data Scraper — Trends, Comps, Hotness](https://apify.com/sian.agency/redfin-market-analytics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/redfin-market-analytics-scraper) to learn more, explore other use cases, and run it yourself.