curl --request POST \
--url https://api.hobbo.ai/shopify_appstore/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"pagination_token": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_country": "<string>",
"author_name": "<string>",
"author_time_used_product": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"review_reply": {
"reply_date": "<string>",
"reply_text": "<string>"
},
"review_text": "<string>"
}
],
"extra_information": {
"extra_information": {},
"pagination_token": "<string>",
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews for a specific shopify Appstore product, identified by its query name.
curl --request POST \
--url https://api.hobbo.ai/shopify_appstore/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"pagination_token": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_country": "<string>",
"author_name": "<string>",
"author_time_used_product": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"review_reply": {
"reply_date": "<string>",
"reply_text": "<string>"
},
"review_text": "<string>"
}
],
"extra_information": {
"extra_information": {},
"pagination_token": "<string>",
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}Shopify Appstore review scraping parameters
Provide proper item URL or product slug.
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
The next page index for fetching the next set of paginated reviews, obtained from the previous API response
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
Country of the review author
Name of the review author
Time period the author has used the product
Original query URL
Date when the review was posted
Rating given in the review
Content of the review
Additional information about the reviews
Show child attributes
Additional metadata
Token for fetching the next page of reviews
Total number of reviews available
List of review count milestones
Status message about the review extraction