Roketfy Data Engine

Google Play reviews API for Android apps

The Google Play reviews API returns paginated user reviews for any Android app by its Play Store package id, alongside app metadata and store search. It's built to slot next to an App Store reviews pull, so a cross-platform team can monitor both stores from one pipeline.

Example request
curl --request GET \
  'https://data-api.roketfy.com/v1/google-play/reviews?product_id=com.example.app&sort_by=1&hl=en&gl=us' \
  --header 'Authorization: Bearer YOUR_TOKEN'

Endpoints you can use

Credits per successful call. Failed calls are never charged.

EndpointPathCredits
Google Play Play Store Reviews

Paginated user reviews for a Google Play app.

GET /v1/google-play/reviews10
Google Play Play Store App

One Google Play app: description, ratings, screenshots and metadata.

GET /v1/google-play/app10
Google Play Play Store Search

Google Play listings by search term, by category, or by chart (top free, top paid, top grossing).

GET /v1/google-play/search10

What app teams build with the Google Play reviews API

Android release monitoring

Catch a spike in negative reviews right after a rollout, before it shows up as a rating drop in the Play Console.

Cross-platform comparison

Pull Google Play and App Store reviews for the same app side by side to see whether Android and iOS users report different problems.

Localization QA

Pull reviews per country and language to catch a translation or region-specific bug that a global average hides.

ASO keyword mining

Mine review text for the language real users apply to the app, feeding store listing and keyword decisions.

Update-impact tracking

Compare review sentiment before and after a version update to see whether it actually improved how users talk about the app.

Support ticket routing

Surface the most critical recent reviews so a support or engineering team can prioritize which issue to chase first.

Is there an API for Google Play Store reviews?

Google doesn't publish a general-purpose public API for pulling any app's Play Store reviews — the Play Console gives developers their own app's reviews, but nothing exists for a competitor's app, and nothing outside the console offers structured, queryable review data at all.

Roketfy's Google Play reviews API fills that gap: pass a Play Store product id and it returns paginated user reviews as structured JSON, for any public app on the store.

How do I find an app's Google Play product id?

The product_id is the package identifier Google Play uses internally — for example, com.spotify.music. It's visible in the app's Play Store URL after id=, and it's stable for the lifetime of the app, unlike a display name that might change.

If you only know an app's name, run the search endpoint first — it accepts a search query, a category, or one of Google Play's own charts (top free, top paid, top grossing) and returns matching apps with their product ids.

How does pagination work for Play Store reviews?

Unlike a fixed page-count parameter, the reviews endpoint pages with a next_page_token: the first call returns a page of reviews plus a token, and each following call passes that token back to get the next page. Keep following the token until the response stops returning one, which means you've reached the end of the available reviews.

sort_by controls review ordering using Google Play's own numbering, so you can pull the newest reviews on a recurring schedule rather than always starting from the same default order.

Can I localize reviews by country and language?

Yes. hl sets the interface language and gl sets the country code Google Play uses to localize both the review language and the country-specific version of the store listing — the same app can carry meaningfully different reviews (and even a different price) depending on which country's store you query.

This matters most for apps with a large audience outside their home market: pulling hl=tr, gl=tr alongside hl=en, gl=us can surface a regional bug, a translation complaint, or a payment issue that a single default-locale pull would never show.

How do Play Store reviews complement App Store data for cross-platform apps?

Most consumer and subscription apps ship on both stores, and the two review pools rarely tell identical stories — Android's broader device fragmentation tends to surface more device-specific bugs, while iOS reviews skew toward UX and payment friction on Apple's own platform. Pulling both into one pipeline, keyed by the same app across product_id and app_id, lets a single dashboard show the full cross-platform picture rather than two disconnected ones.

It also gives product teams a cleaner signal on whether a bug is platform-specific or affects every user: a complaint that shows up in both Play and App Store reviews within the same release window is a much stronger prioritization signal than one that shows up in only one.

What ASO and support workflows use this data?

Review text feeds directly into Android ASO the same way it does on iOS: the words users search for and the comparisons they draw against other apps belong in your own keyword research, not just in a support inbox. Pairing that with the app endpoint's rating and metadata lets you track whether a store-listing change actually moved sentiment over the following release cycle.

On the support side, sorting reviews by newest and scanning for recurring crash, login or billing complaints turns the review stream into an early-warning system — often faster than waiting for support tickets to accumulate through official channels.

Credit packages

No subscription: buy a one-time credit package and use it at your own pace.

Starter

$99

100,000 credits

5 concurrent requests

Growth

$269

500,000 credits

15 concurrent requests

Scale

$699

1,500,000 credits

30 concurrent requests

See all packages and features

Use it from AI agents too

Every one of these endpoints is also available as a tool in MCP-enabled agents such as Claude and Cursor through the Roketfy Data Engine MCP server: same token, same credits.

MCP setup

Frequently Asked Questions

A Roketfy Data Engine endpoint that returns paginated Google Play Store user reviews for any Android app, identified by its Play Store product id.

Start accessing data today

Create your account, get your API token from the dashboard and send your first request in minutes.