// request reference
Google Play Reviews parameters
Send query parameters with GET /api/google/play/reviews. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.
The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.
Request
product_idNative Google Play product identifier, with 1 to 512 letters, digits, underscores, dots, or hyphens.
Example / input hint: com.duolingo
storeProduct catalog containing this identifier.
Example / input hint: apps
appsbooksaudiobooksmoviestvnumNumber of reviews, from 1 through 199.
Example / input hint: 40
Filters
platformPlatform associated with the reviews.
Example / input hint: phone
phonetabletwatchchromebooktvratingOnly reviews with this rating, from 1 through 5.
sort_by1 for relevant, 2 for newest, or 3 for rating.
Example / input hint: 1
123Localization
hlStorefront language, such as en, de, or zh-TW. Maximum 32 characters.
Example / input hint: en
glTwo-letter country code.
Example / input hint: us
Pagination
next_page_tokenReturned review continuation. Preserve product, store, language, country, platform, rating, sort order, and count.
// response
Work with the complete JSON response
Response groups include reviews, litescrape_pagination. Groups and fields depend on the upstream result.
The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.