# Analyze Riviera Maya All-Inclusive Reviews

**Use case:** 

Scrape Riviera Maya all-inclusive hotel reviews from Despegar. Help hotel teams analyze guest sentiment, ratings, and recurring feedback.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.despegar.com.mx/hoteles/h-488188/grand-sirenis-riviera-maya-resort-spa---all-inclusive-riviera+maya",
      "userData": {
        "originalUrl": "https://www.us.despegar.com/hotels/h-320954/surf-olas-altas-puerto+escondido"
      }
    },
    {
      "url": "https://www.despegar.com.mx/hoteles/h-214153/catalonia-riviera-maya-riviera+maya"
    },
    {
      "url": "https://www.despegar.com.mx/hoteles/h-2867398/nickelodeon-hotels-resorts-riviera-maya-by-karisma-riviera+maya"
    }
  ],
  "maxReviewsPerHotel": 50,
  "cutoffDate": "2025-01",
  "enabledProviders": [
    "DESPEGAR",
    "EXPEDIA"
  ],
  "alwaysReturnSummary": true
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "reviewId": {
    "label": "Review id",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer name",
    "format": "string"
  },
  "reviewerCountry": {
    "label": "Reviewer country",
    "format": "string"
  },
  "reviewerCountryCode": {
    "label": "Reviewer country code",
    "format": "string"
  },
  "reviewerType": {
    "label": "Reviewer type",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "reviewerCommentPositive": {
    "label": "Reviewer comment positive",
    "format": "string"
  },
  "reviewerCommentNegative": {
    "label": "Reviewer comment negative",
    "format": "string"
  },
  "ratings": {
    "label": "Ratings",
    "format": "object"
  },
  "hotelSummary": {
    "label": "Hotel summary",
    "format": "object"
  }
}
```

## About this Actor

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