# Analyze Hotel Gracery Shinjuku reviews

**Use case:** 

Download verified Klook hotel reviews for Hotel Gracery Shinjuku including ratings, translated content, room information, and traveler feedback.

## Input

```json
{
  "urls": [
    {
      "url": "https://www.klook.com/en-US/hotels/detail/285841-hotel-gracery-shinjuku/"
    }
  ],
  "max_review_per_page": 100,
  "sort_by": "sort_most_relevant",
  "language": "en",
  "cutoff_date": ""
}
```

## Output

```json
{
  "page_url": {
    "label": "Hotel Page URL",
    "format": "string"
  },
  "page_id": {
    "label": "Hotel Page ID",
    "format": "string"
  },
  "review_id": {
    "label": "Review ID",
    "format": "string"
  },
  "time": {
    "label": "Review Time",
    "format": "string"
  },
  "content_original": {
    "label": "Review Content (Original Language)",
    "format": "string"
  },
  "content_translate": {
    "label": "Review Content (Translated)",
    "format": "string"
  },
  "score": {
    "label": "Review Score",
    "format": "number"
  },
  "score_description": {
    "label": "Score Description",
    "format": "string"
  },
  "images": {
    "label": "Review Images",
    "format": "array"
  },
  "check_in_info": {
    "label": "Check-in Information",
    "format": "string"
  },
  "content_original_language": {
    "label": "Original Content Language",
    "format": "string"
  },
  "content_translate_language": {
    "label": "Translated Content Language",
    "format": "string"
  }
}
```

## About this Actor

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