# Booking API Scraping Example - NYE in Bali for Two

**Use case:** 

Get comprehensive hotel pricing, availability, and reviews for Bali on New Year's Eve 2026. Access structured data for informed decision-making.

## Input

```json
{
  "search": "Bali, Indonesia",
  "country": "id",
  "hotel_ids": [],
  "checkin": "2026-12-31",
  "checkout": "2027-01-01",
  "rooms": 1,
  "adults": 2,
  "childrenAges": [],
  "currency": "USD",
  "language": "en-us",
  "accommodationTypes": [
    "204"
  ],
  "minReviewScore": 8,
  "sortBy": "review_score",
  "sortDirection": "descending",
  "includeRooms": true,
  "includeDetails": true,
  "includeReviews": true,
  "maxReviews": 10,
  "includeExtraCharges": true,
  "maxItems": 100,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "deep_link_url": {
    "label": "Deep link",
    "format": "text"
  },
  "products": {
    "label": "Products",
    "format": "array"
  }
}
```

## About this Actor

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