curl --request POST \
--url https://api.hobbo.ai/homestars-com/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"sort_type": "recent",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_id": "<string>",
"author_location": "<string>",
"author_name": "<string>",
"external_consumer_name": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_id": "<string>",
"review_image_urls": [
"<string>"
],
"review_rating": 123,
"review_reply": {
"reply_date": "<string>",
"reply_id": "<string>",
"reply_image_urls": [
"<string>"
],
"reply_text": "<string>",
"reply_update_date": "<string>"
},
"review_text": "<string>",
"review_title": "<string>",
"review_unique_id": "<string>",
"review_update_date": "<string>",
"service_id": "<string>",
"service_slug": "<string>",
"status": "<string>",
"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 HomeStars for a specified company.
curl --request POST \
--url https://api.hobbo.ai/homestars-com/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"sort_type": "recent",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_id": "<string>",
"author_location": "<string>",
"author_name": "<string>",
"external_consumer_name": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_id": "<string>",
"review_image_urls": [
"<string>"
],
"review_rating": 123,
"review_reply": {
"reply_date": "<string>",
"reply_id": "<string>",
"reply_image_urls": [
"<string>"
],
"reply_text": "<string>",
"reply_update_date": "<string>"
},
"review_text": "<string>",
"review_title": "<string>",
"review_unique_id": "<string>",
"review_update_date": "<string>",
"service_id": "<string>",
"service_slug": "<string>",
"status": "<string>",
"title": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}HomeStars.com review scraping parameters
Provide a proper HomeStars company URL or company_id.
Order in which reviews should be sorted
recent, relevant, by_star_reviewers, with_photos, highest_first, lowest_first 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
ID of the author if available
Location of the author if available
Name of the review author
External name of the consumer
Original query URL
Date when the review was posted
ID of the review
URLs of images attached to the review
Rating given in the review (1-10)
Reply to the review if available
Show child attributes
Date when the reply was posted
ID of the reply
URLs of images attached to the reply
Content of the reply
Date when the reply was updated if applicable
Content of the review
Title of the review
Unique identifier for the review
Date when the review was updated if applicable
ID of the service if available
Slug of the service if available
Status of the review
Title of the review (duplicate field)
Status message about the review extraction