# Track Booking.com Pricing for Hotel Revenue

**Use case:** 

Returns hotel name, nightly price, rating, reviews, and stars per property. Track competitor pricing daily, study booking-window dynamics, and feed revenue-mana

## Input

```json
{
  "destination": "Dubai",
  "checkinDate": "2026-12-01",
  "checkoutDate": "2026-12-03",
  "adults": 2,
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "hotel_name": {
    "label": "Hotel",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "text"
  },
  "distance_from_center": {
    "label": "Distance",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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