# Analyze Miami Furnished Rental Competitors

**Use case:** 

Scrape detailed listing data for furnished rentals in Miami, FL to conduct competitor analysis. This allows property managers to benchmark their offerings, iden

## Input

```json
{
  "city": "Miami",
  "state": "FL",
  "maxItems": 5,
  "moreDetails": false,
  "includeReviews": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "monthlyPrice": {
    "label": "Rent (USD)",
    "format": "integer"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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