# Booking.com Hotel Review Extractor for Hilton London

**Use case:** 

Collect detailed reviews from the Hilton London Kensington on Booking.com. Get structured data including ratings, dates, and user insights.

## Input

```json
{
  "startUrl": "https://www.booking.com/hotel/gb/hilton-london-kensington.html",
  "results_wanted": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "hotelName": {
    "label": "Hotel",
    "format": "text"
  },
  "reviewTitle": {
    "label": "Review Title",
    "format": "text"
  },
  "reviewText": {
    "label": "Review",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewerCountry": {
    "label": "Country",
    "format": "text"
  },
  "hotelUrl": {
    "label": "Hotel URL",
    "format": "link"
  }
}
```

## About this Actor

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