# Market Research on Miami Condos for Sale for Developers

**Use case:** 

Collect detailed data on condos for sale in Miami, FL, including prices, features, and agent information, to inform new development projects and marketing strat

## Input

```json
{
  "search": "Miami, FL",
  "mode": "BUY",
  "maxItems": 300,
  "endPage": 15,
  "scrapeDetails": true
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "listPrice": {
    "label": "Price",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "text"
  },
  "sqft": {
    "label": "Sqft",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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