curl --request POST \
--url https://api.hobbo.ai/reviews-io/wol \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "most_recent",
"filter_by": null,
"is_text_formatted": true,
"sync_date": "<string>",
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"review_id": "<string>",
"author_name": "<string>",
"author_profile_url": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_badge_src": "<string>",
"review_text": "<string>",
"is_verified": true,
"review_date": "<string>",
"review_rating": 123,
"review_media": [
{
"review_media_type": "<string>",
"review_media_url": "<string>",
"review_media_url_org": "<string>",
"thumbnail_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 Reviews.io Wall of Love pages.
curl --request POST \
--url https://api.hobbo.ai/reviews-io/wol \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "most_recent",
"filter_by": null,
"is_text_formatted": true,
"sync_date": "<string>",
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"review_id": "<string>",
"author_name": "<string>",
"author_profile_url": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_badge_src": "<string>",
"review_text": "<string>",
"is_verified": true,
"review_date": "<string>",
"review_rating": 123,
"review_media": [
{
"review_media_type": "<string>",
"review_media_url": "<string>",
"review_media_url_org": "<string>",
"thumbnail_url": "<string>"
}
]
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}Reviews.io wall-of-love scraping parameters
Provide the Reviews.io Wall-of-Love page URL.
Number of reviews to fetch (default: all reviews, or within 30-second timeout).
Order in which reviews should be sorted.
most_recent, highest_rated Filter applied to the reviews (by helpful votes or rating).
helpful, 5, 4, 3, 2, 1, Returns the review text with visual formatting preserved.
Fetches reviews posted on a specific date using format: YYYY-MM-DD.
Pagination metadata returned by previous Reviews.io responses.
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Identifier of the review
Name of the review author
URL to the review author's profile
Profile image URL of the author
Original/high-resolution profile image URL
Badge image associated with the reviewer
Content of the review
Whether the review is marked as verified
Date when the review was posted
Rating given in the review
Media items attached to the review
Show child attributes
Type of the media (image or video)
Display URL of the media item
Original/full-size media URL
Thumbnail URL for video media
Status message about the review extraction