# OpenWeb Ninja — Play Store Top Paid Games

> OpenWeb Ninja — Play Store Top Paid Games 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-15).

Returns the current list of top paid games from the Google Play Store

## Facts

- Endpoint: GET https://x402.openwebninja.com/play-store-apps/top-paid-games
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-play-store-top-paid-games-8bc74788
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lwZG0WOaXL9uCPNgJ40tW

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 openweb-ninja-play-store-top-paid-games-8bc74788
```

Example prompt: What are the top paid games on the Google Play Store right now? Pull the current chart so I can see what's ranking highest.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time Play Store paid games chart data without setting up a Google Play API account or key. It is ideal for competitive research, market analysis, gift recommendations, or monitoring chart movements. Prefer it over manual scraping or the official Google Play API when you want a pay-per-call model with no subscription overhead.

## Known failure modes

- Empty or malformed response if the Play Store scrape fails or rate-limits
- Stale data if the underlying scrape cache is not fresh
- Payment failure over x402 if USDC balance is insufficient or chain is congested
- No filtering capability if the properties parameter is not well-documented

## 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

A ranked JSON list of top paid games from the Google Play Store, typically including app name, app ID, price, developer, rating, and ranking position within the paid games chart.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-play-store-top-paid-games-8bc74788/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)
