# MakeMyTrip Hotel Reviews Data Extractor

**Use case:** 

Gather detailed hotel reviews and ratings from MakeMyTrip. Obtain review text, scores, guest details, and hotel information for comprehensive analysis.

## Input

```json
{
  "hotelUrl": "https://www.makemytrip.global/hotels/hotel-details/?hotelId=201812271734543128&_uCurrency=SGD&checkin=07012026&checkout=07022026&city=CTDUB&country=UNI&lat=25.18449&lng=55.25523&locusId=CTDUB&locusType=city&rank=2&regionNearByExp=3&roomStayQualifier=2e0e&rsc=1e2e0e&searchText=Dubai&viewType=LUXE&mtkeys=undefined",
  "resultsWanted": 200,
  "maxPages": 10,
  "sortBy": "Latest first",
  "includeHotelDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "hotelId": {
    "label": "Hotel ID",
    "format": "text"
  },
  "hotelName": {
    "label": "Hotel Name",
    "format": "text"
  },
  "hotelCategory": {
    "label": "Hotel Category",
    "format": "text"
  },
  "overallRating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "totalRatingCount": {
    "label": "Total Ratings",
    "format": "number"
  },
  "reviewPage": {
    "label": "Page",
    "format": "number"
  },
  "reviewPosition": {
    "label": "Position",
    "format": "number"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "title": {
    "label": "Review Title",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "travellerName": {
    "label": "Traveller",
    "format": "text"
  },
  "travelType": {
    "label": "Travel Type",
    "format": "text"
  },
  "roomType": {
    "label": "Room Type",
    "format": "text"
  },
  "stayDetails": {
    "label": "Stay Details",
    "format": "text"
  },
  "reviewText": {
    "label": "Review Text",
    "format": "text"
  },
  "hotelUrl": {
    "label": "Hotel URL",
    "format": "link"
  }
}
```

## About this Actor

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