/getyourguide/activities/reviews
Get GetYourGuide activity (tour/experience) reviews by activity id or activity URL. Returns a list of traveler reviews with rating, review text, author name and country, review date, review language, traveler type, and any review photos.
Price: 1 credit
💡 AI Hint: Fetch GetYourGuide reviews for one activity by id (e.g. 193940 or t193940) or an activity URL. Set count to how many reviews you want. Each item has id, rating (1-5), text, author, author_country, created_at (ISO 8601), language, traveler_type, and images.
⚠️ Common errors: 412: Activity not found (well-formed but nonexistent activity id)
Authorizations
API token from the dashboard
Headers
Body
GetYourGuide activity id (e.g. 193940 or t193940) or an activity page URL containing it
1"193940"
"https://www.getyourguide.com/paris-l16/paris-1-hour-seine-cruise-departing-from-the-eiffel-tower-t193940/"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500