/trip/hotels/reviews
Get Trip.com guest reviews for a hotel by hotel id (or hotel URL): each review has the guest rating and label, original review text and its English translation, language, author with avatar, home region and review count, submission date, check-in date, room type, travel type, helpful votes and guest photos.
Price: 1 credit
💡 AI Hint: Fetch guest reviews for a single Trip.com hotel by numeric hotel id (or a hotel URL containing it). Each item has id, rating (out of 10), rating_label, text, translated_text (English translation when the review is in another language), language, author, author_image, author_region, author_review_count, created_at, check_in_date, room_type, travel_type, useful_count and images.
⚠️ Common errors: 412: Hotel not found (well-formed but nonexistent hotel id)
Authorizations
API token from the dashboard
Headers
Body
Trip.com hotel id or a hotel URL containing it
1"715921"
"https://us.trip.com/hotels/las-vegas-hotel-detail-715921/circus-circus/"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response