/expedia/hotels/reviews
Get Expedia guest reviews for a hotel by hotel id (numeric, h-prefixed, or a hotel page URL): each review has the guest rating and label, title, text, author, submission date, language, verified flag, length of stay, liked/disliked themes, helpful votes, guest photos and the property’s management response.
Price: 1 credit
💡 AI Hint: Fetch guest reviews for a single Expedia hotel by id (numeric like 66525849, h-prefixed like h66525849, or a hotel URL containing .h.), most recent first. Each item has id, rating (out of 10), rating_label, title, text, author, created_at, locale, is_verified, stay_detail, themes, helpful_count, photos and management_response. Set count to the number of reviews you want.
⚠️ Common errors: 412: Hotel not found (well-formed but nonexistent hotel id)
Authorizations
API token from the dashboard
Headers
Body
Expedia hotel id (numeric or h-prefixed) or a hotel page URL containing it
1"66525849"
"h66525849"
"https://www.expedia.com/x.h66525849.Hotel-Information"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response