curl --request POST \
--url https://api.hobbo.ai/immobilienscout24/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint fetches customer feedback from an Immobilienscout24 listing or provider profile.
curl --request POST \
--url https://api.hobbo.ai/immobilienscout24/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}Immobilienscout24 review scraping parameters
Provide the Immobilienscout24 profile or listing URL.
Number of reviews to fetch (default: all reviews, or within 30-second timeout).
Fetches reviews posted on a specific date using format: YYYY-MM-DD.
Returns the review text with visual formatting preserved.
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Name of the review author
Date when the review was posted
Rating given in the review
Content of the review
Status message about the review extraction