curl --request POST \
--url https://api.hobbo.ai/capterra/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "most_helpful",
"pagination_token": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_country": "<string>",
"author_name": "<string>",
"author_position": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_service_sector": "<string>",
"author_time_used_product": "<string>",
"authot_company_size": "<string>",
"cons": "<string>",
"linkedin_verified": true,
"pros": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"review_text": "<string>",
"review_title": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from capterra for a specified business.
curl --request POST \
--url https://api.hobbo.ai/capterra/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "most_helpful",
"pagination_token": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_country": "<string>",
"author_name": "<string>",
"author_position": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_service_sector": "<string>",
"author_time_used_product": "<string>",
"authot_company_size": "<string>",
"cons": "<string>",
"linkedin_verified": true,
"pros": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"review_text": "<string>",
"review_title": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}capterra review scraping parameters
Provide proper Capterra url.
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
Order in which reviews should be sorted
most_recent, most_helpful 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
Country of the review author
Name of the review author
Job position of the review author
URL to the author's HD profile image
URL to the author's profile image
Service sector/industry of the author's company
Duration the author has used the product
Size of the author's company
What the author considers as cons/disadvantages
Whether the author is LinkedIn verified
What the author considers as pros/advantages
Original query URL
Date when the review was posted
Rating given in the review
Content of the review
Title of the review
Status message about the review extraction