# Hotel Reviews for Market Research (Trip.com & Ctrip)

**Use case:** 

Gather Trip.com and Ctrip hotel reviews across markets for travel market research: ratings, sub-ratings, travel type and recommend rate. $4/1K.

## Input

```json
{
  "startUrls": [
    "https://www.trip.com/hotels/singapore-hotel-detail-687592/marina-bay-sands-singapore/",
    "https://www.trip.com/hotels/tokyo-hotel-detail-993514/park-hyatt-tokyo/",
    "https://www.trip.com/hotels/bangkok-hotel-detail-995162/mandarin-oriental-bangkok/",
    "https://www.trip.com/hotels/macau-hotel-detail-344983/galaxy-hotel/"
  ],
  "maxReviewsPerHotel": 200,
  "sortBy": "mostRelevant",
  "minRating": 1,
  "maxRating": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "hotelName": {
    "label": "Hotel",
    "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"
  },
  "subRatings": {
    "label": "Sub-ratings",
    "format": "array"
  },
  "reviewText": {
    "label": "Review",
    "format": "string"
  },
  "recommends": {
    "label": "Recommends",
    "format": "boolean"
  },
  "ownerResponse": {
    "label": "Hotel response",
    "format": "object"
  },
  "imagesCount": {
    "label": "# images",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Trip.com & Ctrip Reviews Scraper - Tripcom Hotels 携程](https://apify.com/factden/ctrip-trip-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/factden/ctrip-trip-reviews-scraper) to learn more, explore other use cases, and run it yourself.