# Export Kayak Hotel Reviews to Excel

**Use case:** 

Download Kayak hotel reviews into Excel or CSV for reporting, market research, sentiment analysis, or AI workflows.

## Input

```json
{
  "hotelUrl": "https://www.kayak.com/Miami-Hotels-Miami-International-Airport-Hotel.61867.ksp",
  "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.