curl --request POST \
--url https://api.hobbo.ai/google-shopping/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "most_relevant",
"filter_by": null,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"review_text": "<string>",
"author_name": "<string>",
"review_rating": 123,
"review_date": "<string>",
"review_title": "<string>",
"review_platform": "<string>",
"review_url": "<string>",
"review_id": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"review_media": [
{
"media_type": "<string>",
"media_url": "<string>",
"thumbnail_url": "<string>"
}
]
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint fetches product reviews from Google Shopping detail pages.
curl --request POST \
--url https://api.hobbo.ai/google-shopping/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "most_relevant",
"filter_by": null,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"review_text": "<string>",
"author_name": "<string>",
"review_rating": 123,
"review_date": "<string>",
"review_title": "<string>",
"review_platform": "<string>",
"review_url": "<string>",
"review_id": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"review_media": [
{
"media_type": "<string>",
"media_url": "<string>",
"thumbnail_url": "<string>"
}
]
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}Google Shopping review scraping parameters
Provide the Google Shopping product detail page URL.
Number of reviews to fetch (default: all reviews, or within 30-second timeout).
Order in which reviews should be sorted.
most_recent, most_relevant Filter applied to the review rating or incentive type.
1, 2, 3, 4, 5, , non_incentivized_only Fetches reviews posted on a specific date using format: YYYY-MM-DD.
Returns the review text with visual formatting preserved.
Pagination metadata returned by previous Google Shopping responses.
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Content of the review
Name of the review author
Rating given in the review
Date when the review was posted
Title of the review
Platform label displayed on Google Shopping
URL pointing to the original review
Identifier of the review
Profile image URL of the author
Original/high-resolution profile image URL
Status message about the review extraction