Google Play reviews
Customer reviews for the Google Play apps you name: star rating, review body, the reviewer's display name and avatar, the app version that was reviewed, thumbs up count, the developer's reply where there is one, and Google's per feature star breakdown.
One result, and one billable item, per review. Google Play groups reviews by the language they were written in, so language is what decides which reviews you get.
What a call costs
Billed on actual usage, minimum $0.0020 per call, capped at $4.00 per call.
a price before every call. failed calls are never charged.
When to use it
Use when you need what users actually say about an Android app: competitor research, sentiment and theme analysis, spotting the version a rating slide started at, or pulling your own reviews and the replies you already sent. Give the package name, which is the value after ?id= in a play.google.com URL, such as com.instagram.android.
Inputs
Google Play reviews takes 6 fields, 1 of them required. Anything you leave out falls back to the tool's own default.
| Field | Type | Required | What it does |
|---|---|---|---|
| appIds | array of string | yes | Google Play package names. Reviews from every app named here share the one maxItems budget, they do not each get their own. |
| sort | string | optional | Which reviews to take first when maxItems is smaller than what the app has. NEWEST for monitoring, RATING to reach the low stars, HELPFULNESS for the ones other users voted up. |
| country | string | optional | Google Play storefront to read the app from, as an UPPERCASE ISO 3166-1 alpha-2 code (US, GB, DE, BR). Lowercase is rejected upstream. Use language, not this, to change which reviews come back. |
| language | string | optional | Language of the reviews to return, as a Google Play language code (en, de, fr, pt-BR, es-419). Google Play buckets reviews by the language they were written in, so leaving this at en returns only English reviews however large the app is. |
| maxItems | integer | optional | Total reviews to return across every app and every start URL in this call. This is what the call is priced on, one billable item per review, so it is the only number that moves the cost. Capped at 5000 because that is the most Goro will hand back from one run. |
| startUrls | array of string | optional | Optional Google Play app URLs to scrape in the same run, in addition to appIds. Use this when you have store links rather than package names. |
How to call it
Connect once and your agent can reach Google Play reviews the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.
MCP
Add this server in Claude, Claude Code, or any MCP client.
https://mcp.usegoro.ai/mcp
Skill
One line in your agent's chat. It sets itself up.
set up https://usegoro.ai/SKILL.mdOr plain HTTP
POST /v1/run
{
"endpoint": "playstore.reviews",
"input": {
"sort": "NEWEST",
"appIds": [
"com.instagram.android",
"org.telegram.messenger"
],
"country": "US",
"language": "en",
"maxItems": 200
}
}Related tools
More from ecommerce and marketplaces, or browse the full tool catalog.
Amazon product details
The full detail page for specific Amazon ASINs or product URLs: title, brand, price and list price, rating count and star distribution, availability,...
from $0.0045 per resultAmazon product reviews
Customer reviews for one or more Amazon ASINs, with rating, title, body text, author name, date, verified purchase and Vine flags, helpful votes,...
from $0.0027 per resultAmazon reviews (global)
Amazon customer reviews across more than 20 regional domains, with star, keyword, media, date, language and verified purchase filters.
from $0.0027 per reviewAmazon search results
Amazon search result pages for one or more keywords.
from $0.0003 per resultFurther reading: Web scraping for AI agents: the practical guide
Run Google Play reviews from your agent.
One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.
Get started