curl --request POST \
--url https://api.hobbo.ai/influenster/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"author_name": "<string>",
"review_text": "<string>",
"review_media": [
"<unknown>"
],
"review_image_urls": [
"<string>"
],
"author_profile_image_url": "<string>",
"author_profile_url": "<string>",
"helpful_vote_count": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from influenster for a specified business.
curl --request POST \
--url https://api.hobbo.ai/influenster/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"author_name": "<string>",
"review_text": "<string>",
"review_media": [
"<unknown>"
],
"review_image_urls": [
"<string>"
],
"author_profile_image_url": "<string>",
"author_profile_url": "<string>",
"helpful_vote_count": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}influenster review scraping parameters
Provide proper Influenster Reviews url
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
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
Original query URL
Date when the review was posted
Rating given in the review
Name of the review author
Content of the review
URL and type of the media
Array of image URLs associated with the review
URL to the author's profile image
URL to the author's profile
Helpful vote count for the review
Status message about the review extraction