# Analyze reviews for Tokyo Disneyland on Klook

**Use case:** 

Export verified Klook reviews for Tokyo Disneyland. Collect ratings, translated reviews, traveler photos, and review metadata for sentiment analysis and market

## Input

```json
{
  "urls": [
    {
      "url": "https://www.klook.com/activity/695-tokyo-disneyland-japan/"
    }
  ],
  "max_review_per_page": 100,
  "sort_by": "sort_most_relevant",
  "language": "en",
  "cutoff_date": ""
}
```

## Output

```json
{
  "page_url": {
    "label": "Activity Page URL",
    "format": "string"
  },
  "page_id": {
    "label": "Activity 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"
  },
  "like_count": {
    "label": "Like Count",
    "format": "number"
  }
}
```

## 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.