# Kyoto Hotel Pricing & Reviews Tracker During Cherry Blossoms

**Use case:** 

Monitor hotel prices and reviews for Kyoto from April 1-7, 2026. Get detailed data on availability and pricing during cherry blossom season.

## Input

```json
{
  "destination": "Kyoto, Japan",
  "checkin": "2026-04-01",
  "checkout": "2026-04-07",
  "adults": 2,
  "rooms": 1,
  "currency": "JPY",
  "languageCountry": "en-us",
  "maxHotelsPerSearch": 50,
  "searches": [
    {
      "destination": "Berlin",
      "checkin": "2026-08-15",
      "checkout": "2026-08-17",
      "adults": 2,
      "rooms": 1
    },
    {
      "destination": "Amsterdam",
      "checkin": "2026-09-10",
      "checkout": "2026-09-12",
      "adults": 1,
      "rooms": 1
    }
  ],
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Hotel",
    "format": "string"
  },
  "starRating": {
    "label": "Stars",
    "format": "integer"
  },
  "reviewScore": {
    "label": "Review Score",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "integer"
  },
  "priceAmount": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "roomType": {
    "label": "Room Type",
    "format": "string"
  },
  "distanceFromCenter": {
    "label": "Distance",
    "format": "string"
  },
  "hotelUrl": {
    "label": "Hotel URL",
    "format": "string"
  }
}
```

## About this Actor

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