cURL
curl --request POST \ --url https://py-api.hobbo.ai/realtor-com/reviews \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "query": "<string>", "reviews_to_fetch": 123, "pagination_token": "<string>" }'
{ "all_reviews": [], "extra_information": {}, "message": "<string>" }
This endpoint fetches reviews and recommendations from Realtor.com for a given agent profile.
Realtor.com review scraping parameters
The body is of type object.
object
Reviews fetched successfully
The response is of type object.