# Scrape Tokyo Food Tour Prices & Reviews

**Use case:** 

Identify top-rated food experiences in Tokyo for market research and competitor analysis. Gain insights into pricing strategies and customer sentiment for new p

## Input

```json
{
  "mode": "searchActivities",
  "city": "Tokyo",
  "searchQuery": "Tokyo food tour",
  "sortBy": "rating",
  "minRating": 4.5,
  "startUrls": [],
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "category": {
    "label": "Category"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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