# Monitor Hotel Reviews from Kayak

**Use case:** 

Automatically collect the latest hotel reviews from Kayak to monitor customer satisfaction, detect recurring issues, and improve your hotel's online reputation.

## Input

```json
{
  "hotelUrl": "https://www.kayak.ie/hotels/Hotel-Edison-Times-Square,New-York-p59560-h31583-details",
  "sortBy": "recent",
  "maxReviews": 50,
  "cutoffDate": ""
}
```

## Output

```json
{
  "id": {
    "label": "Review ID",
    "format": "string"
  },
  "monthYear": {
    "label": "Date Month and Year",
    "format": "string"
  },
  "score": {
    "label": "Review Score",
    "format": "number"
  },
  "ratingCategory": {
    "label": "Rating Category",
    "format": "string"
  },
  "positiveComment": {
    "label": "Positive Comment",
    "format": "string"
  },
  "negativeComment": {
    "label": "Negative Comment",
    "format": "string"
  },
  "siteName": {
    "label": "Site Name",
    "format": "string"
  }
}
```

## About this Actor

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