# Analyze Guest Reviews for Goa Hotels

**Use case:** 

Extract guest reviews, ratings, and traveller feedback from Goa hotels for market research, analytics, and reputation monitoring.

## Input

```json
{
  "urls": [
    "https://www.makemytrip.com/hotels/hotel-details/?hotelId=202406081540563341&_uCurrency=INR&checkin=09072026&checkout=09102026&city=CTGOI&country=IN&lat=15.22535&lng=73.94629&locusId=CTGOI&locusType=city&rank=2&regionNearByExp=3&roomStayQualifier=1e0e&rsc=1e1e0e&searchText=Goa&mtkeys=undefined",
    "https://www.makemytrip.com/hotels/hotel-details/?hotelId=202410211734063978&_uCurrency=INR&checkin=09072026&checkout=09102026&city=CTGOI&country=IN&lat=15.52459&lng=73.76756&locusId=CTGOI&locusType=city&rank=1&regionNearByExp=3&roomStayQualifier=1e0e&rsc=1e1e0e&searchText=Goa&mtkeys=undefined"
  ],
  "reviewsPerUrl": 20,
  "commentsSortOrder": "Most relevant",
  "datasetId": ""
}
```

## Output

```json
{
  "publishDate": {
    "label": "📅 Review Date",
    "format": "string"
  },
  "travellerName": {
    "label": "👤 Traveller",
    "format": "string"
  },
  "title": {
    "label": "📝 Review Title",
    "format": "string"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviewText": {
    "label": "💬 Review",
    "format": "string"
  },
  "travelType": {
    "label": "✈️ Travel Type",
    "format": "string"
  },
  "roomType": {
    "label": "🛏️ Room Type",
    "format": "string"
  },
  "stayDetails": {
    "label": "🏨 Stay Details",
    "format": "string"
  },
  "cohortDetails": {
    "label": "👥 Traveller Group",
    "format": "string"
  },
  "upvote": {
    "label": "👍 Helpful Votes",
    "format": "number"
  },
  "images": {
    "label": "📸 Review Images",
    "format": "array"
  },
  "responseToReview": {
    "label": "🏢 Hotel Responses",
    "format": "array"
  },
  "hotelId": {
    "label": "🏨 Hotel ID",
    "format": "string"
  },
  "id": {
    "label": "🆔 Review ID",
    "format": "string"
  }
}
```

## About this Actor

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