# Extract Specific Klook Activity Details

**Use case:** 

Gather detailed information for specific Klook activity URLs for in-depth competitor analysis or content enrichment. This ensures accurate and comprehensive dat

## Input

```json
{
  "mode": "byActivityUrls",
  "city": "Tokyo",
  "searchQuery": "Tokyo",
  "sortBy": "most_relevant",
  "startUrls": [
    "https://www.klook.com/en-US/activity/69-tokyo-skytree-ticket-tokyo/",
    "https://www.klook.com/en-US/activity/715-universal-studios-japan-osaka/"
  ],
  "maxItems": 50
}
```

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