curl --request POST \
--url https://api.hobbo.ai/testimonial-to/wol \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_name": "<string>",
"author_position": "<string>",
"author_profile_image_url": "<string>",
"author_profile_url": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_image_urls": [
"<string>"
],
"review_link": "<string>",
"review_rating": 123,
"review_text": "<string>",
"review_video_thumbnail_url": "<string>",
"review_video_url": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from testimonial for a specified business.
curl --request POST \
--url https://api.hobbo.ai/testimonial-to/wol \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_name": "<string>",
"author_position": "<string>",
"author_profile_image_url": "<string>",
"author_profile_url": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_image_urls": [
"<string>"
],
"review_link": "<string>",
"review_rating": 123,
"review_text": "<string>",
"review_video_thumbnail_url": "<string>",
"review_video_url": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}testimonial_to review scraping parameters
Reviews fetched successfully
Array of fetched reviews from Testimonial
Show child attributes
Name of the review author
Position/title of the review author
URL of the author's profile image
URL of the author's profile page
Original query URL used to fetch the review
Date when the review was posted
Array of image URLs associated with the review
Direct link to the review
Numerical rating given in the review
Full text content of the review
URL of video thumbnail if review contains video
URL of video if review contains video
Status message about the review extraction process