# Analyze Tokyo Resort Amenities and Guest Reviews

**Use case:** 

Collect data on popular resorts in Tokyo, including their amenities, services, and guest review sentiments. This helps hospitality businesses benchmark their of

## Input

```json
{
  "location": "Tokyo",
  "checkinDate": "2024-11-05",
  "checkoutDate": "2024-11-10",
  "adults": 2,
  "rooms": 1,
  "currency": "JPY",
  "propertyType": "resorts",
  "minRating": 7.5,
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Hotel",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "reviewWord": {
    "label": "Score",
    "format": "string"
  },
  "address": {
    "label": "Location",
    "format": "string"
  },
  "distance": {
    "label": "Distance",
    "format": "string"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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