Skip to main content
POST
/
growthmentor
/
reviews
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/growthmentor/reviews \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "reviews_to_fetch": 123,
  "pagination_token": "<string>",
  "is_text_formatted": true,
  "sync_date": "<string>"
}'
{
  "all_reviews": [],
  "extra_information": {},
  "message": "<string>"
}

Body

application/json

growthmentor review scraping parameters

query
string
required

Provide proper growth mentor url or Provide a profile Unique_id

reviews_to_fetch
number

Number of reviews to fetch (default: all reviews, or within 30-second timeout)

pagination_token
string

The next_page received with the past request, which is required for the pagination

is_text_formatted
boolean

returns the review text with visual formatting preserved

sync_date
string

Fetches reviews posted on a specific date using format: YYYY-MM-DD

Response

Reviews fetched successfully

The response is of type any.