# Trip.com Hotel Review Data Extractor

**Use case:** 

Collect 100 detailed hotel reviews from Trip.com, including ratings, guest insights, and trends for in-depth analysis and research.

## Input

```json
{
  "startUrl": "https://us.trip.com/hotels/detail/?cityEnName=Tokyo&cityId=228&hotelId=78690884&checkIn=2026-04-06&checkOut=2026-04-07&adult=2&children=0&crn=1",
  "hotelId": 78690884,
  "results_wanted": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "hotelName": {
    "label": "Hotel",
    "format": "text"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewRating": {
    "label": "Rating",
    "format": "number"
  },
  "travelType": {
    "label": "Travel type",
    "format": "text"
  },
  "roomTypeName": {
    "label": "Room type",
    "format": "text"
  },
  "reviewDate": {
    "label": "Published",
    "format": "text"
  },
  "reviewTranslatedText": {
    "label": "Review",
    "format": "text"
  },
  "hotelUrl": {
    "label": "Hotel URL",
    "format": "link"
  }
}
```

## About this Actor

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