curl --request POST \
--url https://api.hobbo.ai/famewall-io/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_image_url_org": "<string>",
"author_profile_url": "<string>",
"author_username": "<string>",
"comments_count": 123,
"is_verified": true,
"likes_count": 123,
"query": "<string>",
"review_date": "<string>",
"review_image_urls": [
"<string>"
],
"review_link": "<string>",
"review_rating": "<string>",
"review_text": "<string>",
"review_video_thumbnail_url": "<string>",
"review_video_url": "<string>",
"work_title": "<string>"
}
],
"extra_information": {
"extra_information": {
"wol_background_colour": 123,
"wol_button_color": "<string>",
"wol_description": "<string>",
"wol_image_url": "<string>",
"wol_name": "<string>",
"wol_rating_colour": "<string>"
},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from famewall for a specified business.
curl --request POST \
--url https://api.hobbo.ai/famewall-io/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_image_url_org": "<string>",
"author_profile_url": "<string>",
"author_username": "<string>",
"comments_count": 123,
"is_verified": true,
"likes_count": 123,
"query": "<string>",
"review_date": "<string>",
"review_image_urls": [
"<string>"
],
"review_link": "<string>",
"review_rating": "<string>",
"review_text": "<string>",
"review_video_thumbnail_url": "<string>",
"review_video_url": "<string>",
"work_title": "<string>"
}
],
"extra_information": {
"extra_information": {
"wol_background_colour": 123,
"wol_button_color": "<string>",
"wol_description": "<string>",
"wol_image_url": "<string>",
"wol_name": "<string>",
"wol_rating_colour": "<string>"
},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}famewall review scraping parameters
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Name of the review author
Position of the review author
URL of the author's HD profile image
URL of the author's profile image
URL of the author's profile
Username of the author
Number of comments on the review
Whether the review is verified
Number of likes for the review
Original query URL
Date when the review was posted
URLs of review images
Link to the review
Rating given in the review
Content of the review
URL of the review video thumbnail
URL of the review video
Work title of the author
Show child attributes
Additional metadata about the wall of love
Show child attributes
Background color code for the wall of love
Button color for the wall of love
Description of the wall of love
Image URL for the wall of love
Name of the wall of love
Rating color for the wall of love
Total number of reviews fetched
List of review counts
Status message about the review extraction