curl --request POST \
--url https://api.hobbo.ai/bibayat/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_name": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": 123,
"review_text": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from bibayat for a specified business.
curl --request POST \
--url https://api.hobbo.ai/bibayat/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_name": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": 123,
"review_text": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}bibayat review scraping parameters
Provide proper Bibayat review url or vendor slug
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
returns the review text with visual formatting preserved
Fetches reviews posted on a specific date using format: YYYY-MM-DD
Reviews fetched successfully
Array of fetched reviews
Status message about the review extraction