curl --request POST \
--url https://api.hobbo.ai/getapp/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_company_industry": "<string>",
"author_company_size": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"category_rating": {
"likelihood_to_recommend": 123,
"rating_ease": 123,
"rating_features": 123,
"rating_support": 123,
"rating_value": 123
},
"cons": "<string>",
"frequency_of_use": "<string>",
"is_verified": true,
"pros": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_language": "<string>",
"review_rating": 123,
"review_text": "<string>",
"review_title": "<string>",
"time_used": "<string>",
"validations_passed": [
"<string>"
]
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from getapp for a specified business.
curl --request POST \
--url https://api.hobbo.ai/getapp/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_company_industry": "<string>",
"author_company_size": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"category_rating": {
"likelihood_to_recommend": 123,
"rating_ease": 123,
"rating_features": 123,
"rating_support": 123,
"rating_value": 123
},
"cons": "<string>",
"frequency_of_use": "<string>",
"is_verified": true,
"pros": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_language": "<string>",
"review_rating": 123,
"review_text": "<string>",
"review_title": "<string>",
"time_used": "<string>",
"validations_passed": [
"<string>"
]
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}getapp review scraping parameters
Provide proper Getapp review url.
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
The next_page received with the past request, which is required for the pagination
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
Industry of the author's company
Size of the author's company
Name of the review author
Profile image URL of the author
Category-wise ratings for the product
Show child attributes
Rating for likelihood to recommend
Rating for ease of use
Rating for features
Rating for support
Rating for value
Disadvantages mentioned in the review
How frequently the author uses the product
Whether the reviewer is verified
Advantages mentioned in the review
Original query URL
Date when the review was posted
Language of the review
Overall rating given in the review
Content of the review
Title of the review
Duration for which the author used the product
List of validations passed for the review
Status message about the review extraction