curl --request POST \
--url https://api.hobbo.ai/trip/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "recommended",
"is_text_formatted": true,
"sync_date": "<string>",
"pagination_data": {}
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint fetches reviews from Trip attractions, things-to-do, or cruises pages.
curl --request POST \
--url https://api.hobbo.ai/trip/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "recommended",
"is_text_formatted": true,
"sync_date": "<string>",
"pagination_data": {}
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}Trip review scraping parameters
Provide the Trip attractions, things-to-do, or cruises page URL.
Number of reviews to fetch (default: all reviews, or within 30-second timeout).
Order in which reviews should be sorted.
recommended, latest Returns the review text with visual formatting preserved.
Fetches reviews posted on a specific date using format: YYYY-MM-DD.
Pagination metadata returned by previous Trip responses.
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Content of the review
Name of the review author
URL to the author's Trip profile
Profile image URL of the author
Original/high-resolution profile image URL
Whether the author has voted on the review
Identifier of the review
Date when the review was posted
Rating given in the review
Rating label shown on Trip
Direct link to the review
Travel type associated with the review
Original language of the review
Language into which the review was translated
Original review text with formatting
State or status of the review
Departure date mentioned in the review
Whether the reviewer is the owner
Helpful vote count
Source label for the review
Verification badge/tag
Status message about the review extraction