# Scrape Miami Beach Family Resort Data for Travel Bloggers

**Use case:** 

Collect detailed information on family-friendly resorts in Miami Beach, including kid-specific amenities, ratings, and review highlights, for content creation. 

## Input

```json
{
  "destination": "Miami Beach",
  "checkIn": "2025-03-10",
  "checkOut": "2025-03-17",
  "adults": 2,
  "rooms": 2,
  "maxItems": 30,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Hotel Name",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "totalPrice": {
    "label": "Total Price",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "string"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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