# Chicago Booking.com hotel review export

**Use case:** 

up to 10 public Booking.com guest review rows with score, review text, liked/disliked parts, reviewer country, and review date.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.booking.com/reviews/us/hotel/chicago-t.html"
    }
  ],
  "maxReviews": 10,
  "sort": "source",
  "language": "en-US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "hotelName": {
    "label": "Hotel name",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "string"
  },
  "reviewText": {
    "label": "Review text",
    "format": "string"
  },
  "positiveText": {
    "label": "Positive text",
    "format": "string"
  },
  "negativeText": {
    "label": "Negative text",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "stayDate": {
    "label": "Stay date",
    "format": "string"
  },
  "roomType": {
    "label": "Room type",
    "format": "string"
  },
  "travelerType": {
    "label": "Traveler type",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer name",
    "format": "string"
  },
  "reviewerCountry": {
    "label": "Reviewer country",
    "format": "string"
  },
  "hotelUrl": {
    "label": "Hotel URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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