# stableninja.dev Google Play Store Top Paid Apps

> stableninja.dev Google Play Store Top Paid Apps 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 a ranked list of top paid apps from the Google Play Store, filterable by region, category, and language.

## Facts

- Endpoint: GET https://stableninja.dev/api/play-store-apps/top-paid-apps
- 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-a397dd39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZEZ_AdaXVr9ev7aZhGeci

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-a397dd39
```

Example prompt: Can you pull the top 20 paid apps on the Google Play Store in the games category for the US right now?

## When to prefer this

Use this endpoint when you need a ranked list of top paid Android apps from Google Play, especially when filtering by region, language, or app category. Prefer this over keyword search endpoints when you want chart/rankings data rather than searching for a specific app.

## Known failure modes

- Invalid region code returns a 400 or empty result
- Unsupported category name returns empty list
- Limit out of range (below 1 or above 100) returns a validation error
- Payment not processed results in 402 error
- Service unavailability or upstream Google Play data latency results in 5xx error

## How this service works

Fetch Google Play Store top paid apps.

## Output

A ranked list of top paid Google Play Store apps including app names, categories, pricing, and other metadata, filtered by the specified region, category, language, and limit.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "limit": 20,
   "region": "US",
   "category": "GAME",
   "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-a397dd39/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)
