# StableNinja Google Play Store Top Grossing Games

> StableNinja Google Play Store Top Grossing 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 top grossing games list from the Google Play Store, filterable by region, category, and language.

## Facts

- Endpoint: GET https://stableninja.dev/api/play-store-apps/top-grossing-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-9fa4b6f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AmInOXV849KiI-a9yBx-L

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-9fa4b6f9
```

Example prompt: What are the top 25 grossing games on the Google Play Store in the US right now? Show me the results in English.

## When to prefer this

Use this endpoint when you need real-time or near-real-time data on top grossing games from the Google Play Store, especially when filtering by geographic region, game category, or language. Prefer this over general app search endpoints when you specifically want revenue-ranked games rather than keyword-based results.

## Known failure modes

- Invalid region code returns an error or empty results
- Invalid category string returns no results
- Limit out of range (below 1 or above 100) triggers a validation error
- Network or upstream Google Play availability issues may return 5xx errors
- Missing required method or type fields cause schema validation failures

## How this service works

Fetch Google Play Store top grossing games.

## Output

Returns a ranked list of top grossing games from the Google Play Store, including app names, rankings, and associated metadata, filtered by the requested region, category, and language up to the specified limit.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "limit": 25,
   "region": "US",
   "category": "GAME_ACTION",
   "language": "en"
  }
 }
}
```

## 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-9fa4b6f9/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)
