# Analyze Rome Boutique Hotel Ratings and Reviews

**Use case:** 

Extract ratings, review sentiments, and key features of boutique hotels in Rome's historic center to identify market trends and customer preferences. This insig

## Input

```json
{
  "destination": "Rome",
  "checkIn": "2024-10-05",
  "checkOut": "2024-10-12",
  "adults": 2,
  "rooms": 1,
  "maxItems": 50,
  "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.