curl --request POST \
--url https://api.hobbo.ai/agoda/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true,
"reviews_to_fetch": 123,
"sync_date": "<string>",
"sort_type": 123,
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"author_name": "<string>",
"review_text": "<string>",
"review_rating": 123,
"review_id": "<string>",
"review_title": "<string>",
"author_country": "<string>",
"rating_text": "<string>",
"review_date": "<string>",
"author_checkin_date": "<string>",
"aythor_checkout_date": "<string>",
"trip_type": "<string>",
"review_platform": "<string>",
"review_reply": {
"reply_date": "<string>",
"reply_text": "<string>",
"replier_name": "<string>"
}
}
],
"extra_information": {
"extra_information": {
"hotel_id": "<string>",
"page_token": 123,
"page_token_list": [
123
]
},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from Agoda Hotel Page.
curl --request POST \
--url https://api.hobbo.ai/agoda/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true,
"reviews_to_fetch": 123,
"sync_date": "<string>",
"sort_type": 123,
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"author_name": "<string>",
"review_text": "<string>",
"review_rating": 123,
"review_id": "<string>",
"review_title": "<string>",
"author_country": "<string>",
"rating_text": "<string>",
"review_date": "<string>",
"author_checkin_date": "<string>",
"aythor_checkout_date": "<string>",
"trip_type": "<string>",
"review_platform": "<string>",
"review_reply": {
"reply_date": "<string>",
"reply_text": "<string>",
"replier_name": "<string>"
}
}
],
"extra_information": {
"extra_information": {
"hotel_id": "<string>",
"page_token": 123,
"page_token_list": [
123
]
},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}Agoda review scraping parameters
Provide proper Agoda Hotel Page URL
Controls text formatting in output
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
Sorting option
Pagination metadata
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Name of the review author
Content of the review
Rating given in the review
Review Identifier
Title of the review
Country
Rating text label
Date when the review was posted
Check-in date
Checkout date
Trip type
Review provider/platform name
Show child attributes
Additional metadata about the hotel reviews
Total number of reviews fetched
List of review counts
Status message about the review extraction