curl --request POST \
--url https://api.hobbo.ai/appsumo-reviews/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "newest",
"pagination_token": "<string>",
"deal_id": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"answer_type": "<unknown>",
"approved": true,
"author_id": 123,
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"deal_id": 123,
"deals_purchased": 123,
"helpful_vote_counts": 123,
"query": "<string>",
"review_date": "<string>",
"review_id": 123,
"review_rating": 123,
"review_reply_data": [
{}
],
"review_text": "<string>",
"review_title": "<string>",
"review_unique_id": "<string>",
"review_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 appsumo-reviews for a specified business.
curl --request POST \
--url https://api.hobbo.ai/appsumo-reviews/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "newest",
"pagination_token": "<string>",
"deal_id": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"answer_type": "<unknown>",
"approved": true,
"author_id": 123,
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"deal_id": 123,
"deals_purchased": 123,
"helpful_vote_counts": 123,
"query": "<string>",
"review_date": "<string>",
"review_id": 123,
"review_rating": 123,
"review_reply_data": [
{}
],
"review_text": "<string>",
"review_title": "<string>",
"review_unique_id": "<string>",
"review_url": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}appsumo review scraping parameters
Provide proper Appsumo url or give a product slug
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
Order in which reviews should be sorted
newest, oldest, rating_asc, rating_desc, helpful The next_page received with the past request, which is required for the pagination
Required parameter for pagination which is received with the past 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
Type of answer if applicable
Whether the review is approved
ID of the review author
Name of the review author
URL to the author's profile image
URL to the author's HD profile image
ID of the deal being reviewed
Number of deals purchased by the author
Number of helpful votes for the review
Original query URL
Date when the review was posted
ID of the review
Rating given in the review (1-5)
Array of replies to the review
Content of the review
Title of the review
Unique identifier for the review
URL to the review
Status message about the review extraction