# Analyze Miami, FL New Construction Listings

**Use case:** 

Scrape new construction listings in Miami, FL to monitor market supply, pricing strategies, and builder activity. This data is invaluable for developers, real e

## Input

```json
{
  "search": "Miami, FL",
  "mode": "BUY",
  "maxItems": 180,
  "endPage": 5,
  "scrapeDetails": true,
  "startUrls": [
    {
      "url": "https://www.zillow.com/miami-fl/new-construction/"
    }
  ]
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "beds": {
    "label": "Beds",
    "format": "integer"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sqft",
    "format": "integer"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Property Scraper](https://apify.com/crawlerbros/zillow-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/zillow-scraper) to learn more, explore other use cases, and run it yourself.