# Monitor Competitor Airbnb Prices in Miami Beach

**Use case:** 

Extract nightly rates and availability for competitor Airbnb properties in Miami Beach to dynamically adjust your own pricing strategy. Gain a competitive edge 

## Input

```json
{
  "location": "Miami Beach, Florida",
  "checkIn": "2024-08-15",
  "checkOut": "2024-08-22",
  "adults": 4,
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "type": {
    "label": "Property Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  }
}
```

## About this Actor

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