Get App Reviews
Endpoints
Get App Reviews
Paginated Google Play user reviews with developer replies, sorted by newest, rating or helpfulness.
GET
Get App Reviews
Paginated user reviews from Play’s own review RPC — up to 150 per page, with
developer replies where they exist. Play paginates by continuation token, not
by page number: pass the previous response’s
next_page_token as page_token.
Credits: 5
Authorization
string
required
Your ScrapeBadger API key.
Path Parameters
string
required
Android package id, e.g.
com.whatsapp.Query Parameters
string
default:"US"
Play storefront (
gl).string
default:"en"
Play content language (
hl) — reviews are returned in this language’s feed.string
default:"newest"
Review ordering:
newest, rating or helpfulness. Each returns a
measurably different first page.integer
default:"40"
Reviews per page,
1–150. Play silently truncates beyond 150, so the
ceiling is enforced rather than letting you pay for results that will not
arrive.string
Continuation token from a previous response’s
next_page_token.Response
string
string
The ordering used.
integer
Reviews in this page.
string
Pass as
page_token for the next page. null on the last page.Review[]
Example
Response

