# fetcher.sh Google Play App Reviews API

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

Fetches user reviews for a specific Google Play Store app by app ID, paid per call in USDC via x402

## Facts

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

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 fetcher-sh-google-play-app-reviews-api-9ba1a884
```

Example prompt: Pull the user reviews for the Spotify app on Google Play — I want to see what people are saying about the latest version.

## When to prefer this

Choose this endpoint when you need programmatic, agent-friendly access to Google Play app reviews without setting up OAuth or Google API credentials. Ideal for AI agents running market research, sentiment analysis, or app monitoring workflows that need to pay per call in USDC with no subscription setup.

## Known failure modes

- Invalid or non-existent appId returns an error or empty result
- App not available on Google Play returns 404 or empty response
- Rate limiting or payment failure if USDC balance is insufficient
- Google Play may throttle scraping, causing incomplete or stale results
- App region restrictions may affect review availability

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns a list of user reviews for the specified Google Play app, typically including review text, star rating, reviewer display name, review date, and potentially helpful vote counts or developer reply information.

## 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/fetcher-sh-google-play-app-reviews-api-9ba1a884/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
