Skip to main content
POST
/
getyourguide
/
reviews
cURL
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": [
    {
      "query": "<string>",
      "review_id": "<string>",
      "activity_id": "<string>",
      "author_name": "<string>",
      "author_country": "<string>",
      "review_text": "<string>",
      "review_language": "<string>",
      "traveler_type": "<string>",
      "review_date": "<string>",
      "review_rating": 123,
      "review_title": "<string>",
      "is_partner_review": true,
      "review_media": [
        {
          "review_media_type": "<string>",
          "review_media_url": "<string>",
          "review_media_url_org": "<string>"
        }
      ],
      "review_stat": {}
    }
  ],
  "extra_information": {
    "extra_information": {
      "pagination_data": {}
    },
    "total_review_count": 123,
    "total_review_count_list": [
      123
    ]
  },
  "message": "<string>"
}

Body

application/json

GetYourGuide review scraping parameters

query
string
required

Provide the GetYourGuide activity URL or identifier.

reviews_to_fetch
number | null

Number of reviews to fetch (default: all reviews, or within 30-second timeout).

sync_date
string | null

Fetches reviews posted on a specific date using format: YYYY-MM-DD.

is_text_formatted
boolean
default:true

Returns the review text with visual formatting preserved.

pagination_data
object

Pagination metadata returned by previous API calls.

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction