# Scrape Booking.com Hotel Data for Travel Research

**Use case:** 

Returns name, price, rating, reviews, stars, location, distance, and amenities per hotel. Compare cities, study availability, and power travel and revenue resea

## Input

```json
{
  "destination": "Paris",
  "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.