Trip.com Hotels, Rooms & Reviews Scraper avatar

Trip.com Hotels, Rooms & Reviews Scraper

Pricing

from $1.00 / 1,000 hotel results

Go to Apify Store
Trip.com Hotels, Rooms & Reviews Scraper

Trip.com Hotels, Rooms & Reviews Scraper

Pull structured hotel listings from trip.com with prices, room types, amenities, policies, nearby places, and full guest reviews with ratings breakdown and an AI review summary. Search by destination or paste trip.com URLs directly.

Pricing

from $1.00 / 1,000 hotel results

Rating

0.0

(0)

Developer

Abot API

Abot API

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Categories

Share

Trip.com Hotels Scraper

Pull structured hotel listings from Trip.com (trip.com) at scale: name, star rating, guest review score, price (current, original, and with taxes and fees), images, amenities, check-in and check-out policies, nearby places, room types with per-room pricing, and the full guest-review feed with a ratings breakdown and an AI-generated review summary. Search by destination and dates, or paste trip.com links straight from your browser.

Why this scraper

  • Full hotel record in one run: pricing, star rating, review score, images, amenities, policies, nearby places, and a description, all in a single dataset row per hotel.
  • Room-level detail nested per hotel: room name, meal notes, cancellation terms, occupancy, per-room price with taxes and fees, promotions, and remaining availability.
  • Full guest-review feed per hotel, not just an average: individual review text, per-category rating breakdown, traveler type, reviewer profile, useful-count, plus an aggregate ratings breakdown and an AI-generated summary of what guests say.
  • Two input modes: build a search from a destination and dates, or paste finished trip.com list or detail URLs (multiple supported, each pages forward on its own).
  • Forward pagination with de-duplication by hotel id, and client-side filters for minimum star rating and minimum guest review score.
  • Pay per result. No flat monthly fee, so a 20-listing run costs cents, not a subscription.

Data you get

Sample shape - values are illustrative placeholders, not from a live listing.

FieldExample
hotelId0000000
nameSample Grand Hotel
detailUrlhttps://www.trip.com/hotels/detail/?hotelId=0000000&checkIn=2026-11-15&checkOut=2026-11-16&adult=2&children=0&curr=USD
starRating4
reviewScore9.1
reviewScoreLabelGreat
reviewCount1200
reviewTags["Easy to get around", "Delicious breakfast"]
addressSample District, Sample City
lat35.0000
lng139.0000
priceCurrent120
priceOriginal140
priceTotalWithTaxes134
discountPercent14
discountLabel14% off
currencyUSD
images["https://example.com/photo1.jpg"]
badges["Free Cancellation"]
medalnull
propertyTagHotel
amenities["Free WiFi", "Fitness center", "Parking"]
policies{"checkin": "After 15:00", "checkout": "Before 11:00", "cancellation": "Free cancellation"}
nearbyPlaces[{"name": "Sample Station", "type": "station", "distance": "400m"}]
descriptionWith a stay at Sample Grand Hotel, you'll be steps from...
contactPhone+1-000-0000000
contactEmailstay@samplegrandhotel.com
rooms[{"roomId": "0", "roomName": "Superior Queen Room", "roomPrice": {"current": 120, "original": 140, "currency": "USD", "taxesAndFeesTotal": 14}}]
roomCount1
reviews[{"reviewId": "0", "reviewerNickname": "Jane Doe", "reviewRatingOverall": 9, "reviewContent": "Great location and clean room."}]
aggregateTotalReviewCount1200
aggregateRatingBreakdown{"overall": 9.1, "location": 9.3, "facility": 8.9, "service": 9.0, "room": 9.0}
aggregateCommentTags["Clean and tidy", "Great location"]
aggregateAiSummaryFacilities: guests liked the range of amenities... | Guest Suggestion: some guests wanted a quicker check-in process...
scrapedAt2026-11-01T00:00:00.000Z

Not returned by trip.com on any probed page (left null or empty): roomImages (no separate room-gallery payload), confirmInfo (no post-booking confirmation payload is exposed pre-booking), and reviewOwnerReply (no populated property-response example was found on any review).

How to use

Search by destination and dates:

{
"mode": "search",
"locations": ["228|Tokyo"],
"checkIn": "2026-11-15",
"checkOut": "2026-11-16",
"adults": 2,
"maxListings": 20,
"fetchDetails": true
}

Search multiple destinations with a star-rating filter:

{
"mode": "search",
"locations": ["228|Tokyo", "359|Bangkok"],
"checkIn": "2026-12-01",
"checkOut": "2026-12-04",
"minStarRating": 4,
"maxListings": 40
}

Paste a trip.com URL directly:

{
"mode": "url",
"urls": [
"https://www.trip.com/hotels/list?city=228&cityName=Tokyo&provinceId=0&countryId=0&checkIn=2026-11-15&checkOut=2026-11-16&adult=2&children=0&crn=1&curr=USD"
],
"fetchDetails": true
}

Scrape a single hotel's full detail and reviews:

{
"mode": "url",
"urls": ["https://www.trip.com/hotels/detail/?hotelId=0000000&checkIn=2026-11-15&checkOut=2026-11-16&adult=2&children=0&curr=USD"]
}

Input parameters

ParameterTypeDescription
modestringsearch (destination and dates) or url (paste trip.com links).
locationsarraySearch mode. One destination per line, `"
checkInstringSearch mode. Check-in date, YYYY-MM-DD. Defaults to 14 days from today.
checkOutstringSearch mode. Check-out date, YYYY-MM-DD. Defaults to one night after check-in.
adultsintegerSearch mode. Adults per room, default 2.
childrenintegerSearch mode. Children per room, default 0.
roomsintegerSearch mode. Number of rooms, default 1.
currencystringSearch mode. Currency for prices, default USD.
minStarRatingintegerSearch mode. Keep only hotels rated at or above this many stars, 0 = no filter.
minReviewScoreintegerSearch mode. Keep only hotels scoring at or above this out of 10, 0 = no filter.
urlsarrayURL mode. One or more trip.com hotel list or hotel detail links.
fetchDetailsbooleanAlso fetch each hotel's detail page for amenities, policies, nearby places, description, and reviews. Default on.
maxPagesintegerMax list pages to walk per destination or URL. Leave empty to walk every page. Trip.com doesn't expose a stable page number for its listing pages, so each additional page re-queries the destination and keeps only hotels not already collected; a destination with many hotels may need a higher maxPages to reach past the first ~12-20.
maxListingsintegerStop after this many hotels total. 0 = no cap. Default 20.
proxyobjectApify proxy configuration used to fetch pages.
mcpConnectorsarrayOptional MCP connectors to also send results to (Notion, Linear, Airtable, Apify).
notionParentPageUrlstringNotion parent page, required only when the Notion connector is selected.
maxNotifyListingsintegerCap on items sent to each connector per run. Does not affect the dataset.

Output example

Sample shape - values are illustrative placeholders, not from a live listing.

{
"hotelId": "0000000",
"name": "Sample Grand Hotel",
"detailUrl": "https://www.trip.com/hotels/detail/?hotelId=0000000&checkIn=2026-11-15&checkOut=2026-11-16&adult=2&children=0&curr=USD",
"starRating": 4,
"reviewScore": 9.1,
"reviewScoreLabel": "Great",
"reviewCount": 1200,
"priceCurrent": 120,
"priceOriginal": 140,
"priceTotalWithTaxes": 134,
"currency": "USD",
"amenities": ["Free WiFi", "Fitness center"],
"policies": { "checkin": "After 15:00", "checkout": "Before 11:00", "cancellation": "Free cancellation" },
"contactPhone": "+1-000-0000000",
"contactEmail": "stay@samplegrandhotel.com",
"rooms": [
{ "roomId": "0", "roomName": "Superior Queen Room", "roomPrice": { "current": 120, "original": 140, "currency": "USD", "taxesAndFeesTotal": 14 } }
],
"reviews": [
{ "reviewId": "0", "reviewerNickname": "Jane Doe", "reviewRatingOverall": 9, "reviewContent": "Great location and clean room." }
],
"aggregateRatingBreakdown": { "overall": 9.1, "location": 9.3, "facility": 8.9, "service": 9.0, "room": 9.0 },
"aggregateAiSummary": "Facilities: guests liked the range of amenities...",
"scrapedAt": "2026-11-01T00:00:00.000Z"
}

Send results into your apps (MCP connectors)

Optionally send the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. Authorize a connector once under Apify -> Settings -> Integrations, then select it in the mcpConnectors input. Each item is delivered as a condensed, human-readable summary (title plus key fields), not the full JSON record, the complete record always stays in the Apify dataset. Supported connectors: Notion, Linear, Airtable, and Apify. Notion export also requires notionParentPageUrl.

Proxy & plan

Apify Proxy is used by default and works on any paid Apify plan. If a request is refused, the actor automatically retries on a different connection so a flaky patch of the internet doesn't fail the whole run. None of this is exposed as an input beyond the standard proxy field above.

If your Apify plan doesn't include proxy access (for example, some free-tier accounts), a warning is logged and the run falls back to whatever connection is available rather than crashing outright, see "Plan requirement" below.

Plan requirement

Requires an Apify account with proxy access to run.

🔗 Want more travel data?

Pair this actor with these related scrapers from the same team:

🏨 Wego Scraper
Scrape Wego hotels by city or search URL. Get rates, providers, booking links...
🏨 Expedia Hotels Scraper
From $1/1K. Scrape Expedia.com hotel listings and reviews for any destination. Extract...
🏨 Booking.com Hotels, Prices and Reviews Scraper
Scrape booking.com hotels, apartments, villas and hostels. Search any destination with...
🏨 Traveloka Hotel Scraper
Scrape Traveloka hotels across Singapore, Malaysia, Indonesia, Thailand, Vietnam and the...
🏨 Yanolja Scraper
Scrape Yanolja (NOL), Korea's largest accommodations marketplace, by region or URL. Every...
🏨 Klook Scraper
Scrape Klook activities, tours, attractions and travel experiences from search pages or...

👉 Browse all abotapi scrapers

💬 Support & custom scrapers

  • 🐞 Found a bug or a missing field? Open a ticket on the Issues tab. We usually reply within hours.
  • 🛠️ Need another site, extra fields or a private build? Email abotapi@proton.me or message Telegram @abotapi.
  • ⭐ Enjoying it? A quick review on the actor page helps other users find it.