POST
/
homestars-com
/
reviews
curl --request POST \
  --url https://py-api.hobbo.ai/homestars-com/reviews \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "query": "<string>",
  "sort_type": "recent",
  "reviews_to_fetch": 123
}'
{
  "all_reviews": [],
  "extra_information": {},
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

HomeStars.com review scraping parameters

The body is of type object.

Response

200
application/json

Reviews fetched successfully

The response is of type object.