# Extract Miami Rental Listing Data for Market Analysis

**Use case:** 

Gather comprehensive data on rental properties in Miami, FL to understand current rental market trends and pricing. Use this information to set competitive rent

## Input

```json
{
  "startUrls": [
    "https://www.redfin.com/city/11203/CA/Los-Angeles"
  ],
  "searchMode": "RENT",
  "search": "Miami, FL",
  "maxItems": 150
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqFt": {
    "label": "Sq Ft",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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