curl --request POST \
--url https://api.hobbo.ai/getyourguide/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint fetches traveler reviews, ratings, and media from a GetYourGuide activity page identified by its public URL or activity ID.
curl --request POST \
--url https://api.hobbo.ai/getyourguide/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}GetYourGuide review scraping parameters
Provide the GetYourGuide activity URL or identifier.
Number of reviews to fetch (default: all reviews, or within 30-second timeout).
Fetches reviews posted on a specific date using format: YYYY-MM-DD.
Returns the review text with visual formatting preserved.
Pagination metadata returned by previous API calls.
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Identifier of the review
GetYourGuide activity identifier
Full name of the reviewer
Country of the reviewer
Content of the review
Language of the review
Traveler type associated with the review
Date when the review was posted
Rating given in the review
Title of the review
Whether the review was sourced via a partner integration
Media files attached to the review
Show child attributes
Total number of reviews fetched
List of review counts per page
Status message about the review extraction