# Scrape Trip.com Hotel Prices for Travel Research

**Use case:** 

Pull structured Trip.com hotel pricing: nightly rates, star class, ratings, amenities and coordinates across global cities. Power travel research, fare benchmar

## Input

```json
{
  "city": "Tokyo",
  "checkIn": "2026-12-01",
  "checkOut": "2026-12-03",
  "guests": 2,
  "rooms": 1,
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "hotel_name": {
    "label": "Hotel name"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "reviews_count": {
    "label": "Reviews count"
  },
  "stars": {
    "label": "Stars"
  },
  "city": {
    "label": "City"
  },
  "address": {
    "label": "Address"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Ctrip / Trip.com Hotel Scraper - Prices, Ratings & Availability](https://apify.com/thirdwatch/ctrip-hotels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/ctrip-hotels-scraper) to learn more, explore other use cases, and run it yourself.