# Scrape Booking.com reviews for your hotel & competitors

**Use case:** 

Use Booking Reviews Scraper to extract Booking.com guest reviews for your property and competitors. Analyze sentiment, complaints, and ratings at scale.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.booking.com/hotel/cz/jeromehouse.en-gb.html"
    }
  ],
  "maxReviewsPerHotel": 100,
  "sortReviewsBy": "f_recent_desc",
  "reviewScores": [
    "ALL"
  ]
}
```

## Output

```json
{
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Review Title",
    "format": "string"
  },
  "likedText": {
    "label": "Liked Text",
    "format": "string"
  },
  "dislikedText": {
    "label": "Disliked Text",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review Date",
    "format": "string"
  },
  "numberOfNights": {
    "label": "Number of Nights",
    "format": "number"
  },
  "travelerType": {
    "label": "Traveler Type",
    "format": "string"
  },
  "userName": {
    "label": "Reviewer Name",
    "format": "string"
  }
}
```

## About this Actor

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