# Collect Tokyo Family Hotel Rates (4 Guests)

**Use case:** 

Scrape hotel listings in Tokyo suitable for a family of four, capturing prices and property details. This provides valuable insights for family travel agencies 

## Input

```json
{
  "location": "Tokyo",
  "checkinDate": "2024-10-15",
  "checkoutDate": "2024-10-20",
  "adults": 4,
  "rooms": 2,
  "currency": "JPY",
  "maxResults": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Hotel",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "reviewWord": {
    "label": "Score",
    "format": "string"
  },
  "address": {
    "label": "Location",
    "format": "string"
  },
  "distance": {
    "label": "Distance",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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