Ecommerce and marketplaces

Google Play reviews

from $0.0003 per resultplaystore.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.

FieldTypeRequiredWhat it does
appIdsarray of stringyesGoogle Play package names. Reviews from every app named here share the one maxItems budget, they do not each get their own.
sortstringoptionalWhich 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.
countrystringoptionalGoogle 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.
languagestringoptionalLanguage 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.
maxItemsintegeroptionalTotal 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.
startUrlsarray of stringoptionalOptional 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.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "playstore.reviews",
  "input": {
    "sort": "NEWEST",
    "appIds": [
      "com.instagram.android",
      "org.telegram.messenger"
    ],
    "country": "US",
    "language": "en",
    "maxItems": 200
  }
}

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