# MakeMyTrip & Goibibo Review Dataset (CSV/JSON)

**Use case:** 

Build a combined MakeMyTrip + Goibibo hotel-review dataset across many hotels: rating, text, source, travel type and photos. Export CSV, Excel or JSON.

## Input

```json
{
  "startUrls": [
    "https://www.makemytrip.com/hotels/hotel-details/?hotelId=200703241029455940&city=CTGOI&country=IN",
    "https://www.goibibo.com/hotels/hard-rock-goa-hotel-in-goa-6204281054243107966/",
    "https://www.makemytrip.com/hotels/hotel-details/?hotelId=200707231447074301&city=CTBLR&country=IN"
  ],
  "reviewSource": "auto",
  "maxReviewsPerHotel": 300,
  "sortBy": "mostRecent",
  "minRating": 1,
  "maxRating": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "hotelName": {
    "label": "Hotel",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "submittedAt": {
    "label": "Submitted",
    "format": "string"
  },
  "reviewer": {
    "label": "Reviewer",
    "format": "object"
  },
  "travelType": {
    "label": "Travel type",
    "format": "string"
  },
  "roomName": {
    "label": "Room",
    "format": "string"
  },
  "overallRating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "reviewText": {
    "label": "Review",
    "format": "string"
  },
  "ownerResponse": {
    "label": "Hotel response",
    "format": "object"
  },
  "imagesCount": {
    "label": "# images",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [MakeMyTrip & Goibibo Reviews Scraper 🏨 Ratings, Text & Data](https://apify.com/factden/makemytrip-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/factden/makemytrip-scraper) to learn more, explore other use cases, and run it yourself.