curl --request POST \
--url https://api.hobbo.ai/fresha/reviews \
--header 'Content-Type: application/json' \
--data '
{
"reviews_to_fetch": 123,
"query": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_image_url": "<string>",
"author_image_url_org": "<string>",
"author_initials": "<string>",
"author_name": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"review_reply": {
"replier_name": "<string>",
"reply_date": "<string>",
"reply_text": "<string>",
"reply_id": "<string>",
"replier_image_url": "<string>"
},
"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 Fresha.
curl --request POST \
--url https://api.hobbo.ai/fresha/reviews \
--header 'Content-Type: application/json' \
--data '
{
"reviews_to_fetch": 123,
"query": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_image_url": "<string>",
"author_image_url_org": "<string>",
"author_initials": "<string>",
"author_name": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"review_reply": {
"replier_name": "<string>",
"reply_date": "<string>",
"reply_text": "<string>",
"reply_id": "<string>",
"replier_image_url": "<string>"
},
"review_text": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}Fresha review scraping parameters
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
Provide proper profile page URL
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
Show child attributes
URL to the author's HD profile image, if available
URL to the author's profile image, if available
Initials of the author, used when image is not available
Name of the review author
Original query URL
Date when the review was posted
Rating given in the review (1-5)
Reply to the review if available
Show child attributes
Name of the person who replied
Date of the reply
Text content of the reply
ID of the reply
URL to the replier's profile image, if available
Content of the review
Status message about the review extraction