Skip to main content
POST
/
getapp
/
reviews
cURL
curl --request POST \
  --url https://api.hobbo.ai/getapp/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": [
    {
      "author_company_industry": "<string>",
      "author_company_size": "<string>",
      "author_name": "<string>",
      "author_profile_image_url": "<string>",
      "category_rating": {
        "likelihood_to_recommend": 123,
        "rating_ease": 123,
        "rating_features": 123,
        "rating_support": 123,
        "rating_value": 123
      },
      "cons": "<string>",
      "frequency_of_use": "<string>",
      "is_verified": true,
      "pros": "<string>",
      "query": "<string>",
      "review_date": "<string>",
      "review_language": "<string>",
      "review_rating": 123,
      "review_text": "<string>",
      "review_title": "<string>",
      "time_used": "<string>",
      "validations_passed": [
        "<string>"
      ]
    }
  ],
  "extra_information": {
    "extra_information": {},
    "total_review_count": 123,
    "total_review_count_list": [
      123
    ]
  },
  "message": "<string>"
}

Body

application/json

getapp review scraping parameters

query
string
required

Provide proper Getapp review url.

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

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction