curl --request POST \
--url https://api.hobbo.ai/redfin/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_text": "<string>",
"property_url": "<string>",
"property_image_url": "<string>",
"review_rating": "<string>",
"client_type": "<string>",
"deal_close_date": "<string>",
"property_address": "<string>",
"property_price": "<string>",
"property_size": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from redfin for a specified business.
curl --request POST \
--url https://api.hobbo.ai/redfin/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_text": "<string>",
"property_url": "<string>",
"property_image_url": "<string>",
"review_rating": "<string>",
"client_type": "<string>",
"deal_close_date": "<string>",
"property_address": "<string>",
"property_price": "<string>",
"property_size": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}redfin review scraping parameters
Provide proper Redfine Url or product slug
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
Content of the review
URL of the property being reviewed
Image URL of the property
Rating given in the review
Type of client (buyer, seller, etc.)
Date when the deal was closed
Address of the property
Price of the property
Size of the property
Status message about the review extraction