# Google Play App Reviews API — fetcher.sh

> Google Play App Reviews API — fetcher.sh is a paid API for AI agents from googleplay.fetcher.sh, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Fetches user reviews for a specific Google Play Store app by app ID

## Facts

- Endpoint: GET https://googleplay.fetcher.sh/api/apps/%7BappId%7D/reviews
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-play-app-reviews-api-fetcher-sh-2f6e6d24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LTC--VzggFxQyRD91pmQ2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability google-play-app-reviews-api-fetcher-sh-2f6e6d24
```

Example prompt: Can you pull the latest user reviews for the Duolingo app on Google Play — the app ID is com.duolingo — so I can see what people are complaining about recently?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve Google Play Store reviews without setting up a Google API account, OAuth credentials, or a subscription. It is ideal for one-off queries, agent workflows, and competitive research pipelines that need pay-as-you-go access at $0.003 per call via USDC on Base, Polygon, Arbitrum, Monad, or Solana.

## Known failure modes

- Invalid or non-existent app ID returns empty results or 404
- Rate limiting or payment failure if USDC balance is insufficient
- App with no reviews returns empty array
- Region-restricted apps may return no results depending on country parameter
- Temporary Google Play scraping blocks may cause intermittent failures

## How this service works

Google Play (play store) data and scraping API: App search, app details, reviews, permissions, data safety, and developer catalogs. 7 REST endpoints from $0.003 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns a paginated list of user reviews for the specified Google Play app, including reviewer display name, star rating (1-5), review text, submission date, thumbs-up count, and any developer reply. May include pagination token for fetching additional pages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-play-app-reviews-api-fetcher-sh-2f6e6d24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from googleplay.fetcher.sh](https://www.zero.xyz/host/googleplay.fetcher.sh/llms.txt)
