/agoda/hotels/reviews
Get paginated guest reviews for an Agoda hotel by property id (or hotel URL). Each review includes the rating and rating label, title, full review text (or separate pros and cons for partner reviews), the review source, reviewer name, country, traveler type, room type, length of stay, helpful/unhelpful vote counts, review and stay dates, and any guest-uploaded photos.
Price: 1 credit
💡 AI Hint: Fetch guest reviews for one Agoda hotel by numeric property id or a hotel URL containing hotelId. Returns a list of reviews, each with id, rating, rating_text, title, text, pros, cons, provider (Agoda / Booking.com / Priceline), author, country, country_code, traveler_type, room_type, length_of_stay, helpful_count, unhelpful_count, created_at, check_in_date, check_out_date and images. Set count for how many reviews to return and sort to order them (recent, rating_high, rating_low, helpful).
⚠️ Common errors: 412: Hotel not found (well-formed but nonexistent property id)
Authorizations
API token from the dashboard
Headers
Body
Agoda property id or a hotel URL containing it
1"10696"
"https://www.agoda.com/shangri-la-hotel-bangkok/hotel/bangkok-th.html?hotelId=10696"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Order in which reviews are returned
recent, rating_high, rating_low, helpful Response
Successful Response