# stableninja.dev Google Play Store App Reviews

> stableninja.dev Google Play Store App Reviews is a paid API for AI agents from stableninja.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Fetch paginated user reviews for a specific Android app from the Google Play Store, with filtering by rating, device, region, language, and sort order.

## Facts

- Endpoint: GET https://stableninja.dev/api/play-store-apps/app-reviews
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableninja-dev-ca3aed13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3djvlrKV1MVlf1znCl03M

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 stableninja-dev-ca3aed13
```

Example prompt: Can you pull the 50 most recent 1-star Google Play Store reviews for the app with ID 'com.spotify.music' in the US, in English?

## When to prefer this

Use this endpoint when you need to programmatically access Google Play Store reviews for any Android app — useful for competitive analysis, sentiment monitoring, app quality assessment, or aggregating user feedback. Prefer this over manual scraping or other review APIs when you need filtering by star rating, device type, region, and language in a single call.

## Known failure modes

- Missing or invalid app_id returns a 400 or empty result
- Unknown or malformed region/language code causes an error or empty results
- Payment not provided or insufficient USDC triggers a 402 Payment Required response
- Cursor value is invalid or expired, causing pagination to fail
- App not found on Play Store returns empty or error response
- Rate limits or scraping blocks from Google may cause intermittent failures

## How this service works

Fetch Google Play Store reviews for an Android app.

## Output

Returns a list of user reviews for the specified Android app from the Google Play Store, including review text, star rating, reviewer info, and submission date. Supports pagination via a cursor for retrieving subsequent pages of results.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "limit": 50,
   "app_id": "com.spotify.music",
   "rating": "ONE_STAR",
   "region": "US",
   "sort_by": "NEWEST",
   "language": "en"
  }
 }
}
```

## 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/stableninja-dev-ca3aed13/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableninja.dev](https://www.zero.xyz/host/stableninja.dev/llms.txt)
