# stableninja.dev Google Play Store Top Paid Games

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

Fetches the current list of top paid games from the Google Play Store, filterable by region, language, category, and result count.

## Facts

- Endpoint: GET https://stableninja.dev/api/play-store-apps/top-paid-games
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableninja-dev-3eb9544b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-rOvoRpZ0H7pH4ECcihLS

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-3eb9544b
```

Example prompt: Show me the top 25 paid games on the Google Play Store in the US right now, specifically in the action category.

## When to prefer this

Use this endpoint when you need a ranked list of currently top-performing paid games specifically on the Google Play Store (Android), with the ability to filter by region, language, and game category. Prefer this over a general app search when you want chart-based rankings rather than keyword-driven discovery.

## Known failure modes

- Invalid region code returns error or empty results
- Category string not recognized returns empty or generic results
- Limit out of range (below 1 or above 100) returns validation error
- Payment failure for x402 micropayment returns 402 error
- Unavailable Play Store data for the given combination of filters returns empty list

## How this service works

Fetch Google Play Store top paid games.

## Output

A ranked list of top paid games from the Google Play Store, including app names, rankings, and related metadata, filtered by the specified region, language, category, and count limit.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableninja-dev-3eb9544b/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)
