curl --request POST \
--url https://api.hobbo.ai/trustradius/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "newest",
"pagination_token": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"query": "<string>",
"review_title": "<string>",
"review_rating": "<string>",
"review_date": "<string>",
"review_text": "<string>",
"pros": "<string>",
"cons": "<string>",
"recommend": "<string>",
"author_name": "<string>",
"author_position": "<string>",
"author_industry": "<string>",
"author_business_size": "<string>",
"author_experience": "<string>",
"review_url": "<string>",
"author_profile_url": "<string>",
"author_profile_img_url": "<string>",
"author_linlkdin_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 trustradius for a specified business.
curl --request POST \
--url https://api.hobbo.ai/trustradius/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": "newest",
"pagination_token": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"query": "<string>",
"review_title": "<string>",
"review_rating": "<string>",
"review_date": "<string>",
"review_text": "<string>",
"pros": "<string>",
"cons": "<string>",
"recommend": "<string>",
"author_name": "<string>",
"author_position": "<string>",
"author_industry": "<string>",
"author_business_size": "<string>",
"author_experience": "<string>",
"review_url": "<string>",
"author_profile_url": "<string>",
"author_profile_img_url": "<string>",
"author_linlkdin_url": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}trustradius review scraping parameters
Provide proper Trustradius reviews url or provide product slug
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
Order in which reviews should be sorted
newest, oldest, highest_rating, lowest_rating, None 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
Review page API URL
Title of the review
Rating given in the review
Date when the review was posted
Content of the review
Pros mentioned in the review
Cons mentioned in the review
Recommendation status
Name of the review author
Position of the review author
Industry of the review author
Business size of the author's company
Experience level of the author
URL of the individual review
URL of the author's profile
URL of the author's profile image
LinkedIn URL of the author
Status message about the review extraction