# Google Play Store App Reviews Fetcher

> Google Play Store App Reviews Fetcher is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches user reviews for a specific Google Play Store app, with filtering by rating, device type, region, language, and sort order

## Facts

- Endpoint: GET https://x402.openwebninja.com/play-store-apps/app-reviews
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-play-store-app-reviews-fetcher-8d6cfb3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M2r1S-VDpr0eKbThA935x

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-store-app-reviews-fetcher-8d6cfb3f
```

Example prompt: Can you pull the 50 most recent one-star reviews for the app with ID 'com.spotify.music' on Google Play, filtered to US region in English, so I can see what users are complaining about?

## When to prefer this

Use this endpoint when you need structured user review data from the Google Play Store for a specific Android app, especially when you need filtering by rating, device type, region, or sort order. Prefer this over manual scraping or other review aggregators when you need paginated, programmatic access to Play Store reviews with developer replies included.

## Known failure modes

- Invalid or nonexistent app_id returns empty results or error
- Invalid cursor string causes pagination to fail
- Region or language code not supported returns no results
- Rate limiting or payment failure returns 402 response
- Truncated response if limit exceeds available reviews

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a paginated list of user reviews for the specified Play Store app, each containing the review text, star rating (1-5), author name and ID, timestamp, number of likes, app version used, developer reply (if any), and a pagination cursor for fetching additional results.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-play-store-app-reviews-fetcher-8d6cfb3f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
