# Play Store Top Grossing Games Chart

> Play Store Top Grossing Games Chart 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 top-grossing games on the Google Play Store for a given region, category, and language

## Facts

- Endpoint: GET https://x402.openwebninja.com/play-store-apps/top-grossing-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/play-store-top-grossing-games-chart-e63358a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ScdnhEUF2_Xajz_3YVBYi

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 play-store-top-grossing-games-chart-e63358a2
```

Example prompt: Pull me the top 100 top-grossing games on the Google Play Store in the US right now, filtered to the action category, in English — I want to see rankings, developer names, ratings, and download counts.

## When to prefer this

Use this endpoint when you need authoritative, ranked revenue-chart data for games on Google Play Store specifically — not apps in general. Prefer this over general app search endpoints when the goal is to understand which games are currently monetizing best, by region and category, including metadata like developer, rating, and download counts.

## Known failure modes

- Invalid region code returns empty or error response
- Unsupported category string yields no results
- Limit exceeding 200 returns validation error
- Rate limiting or payment failure (402) if USDC balance is insufficient
- Network timeout if Play Store data is temporarily unavailable

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

An array of game objects each containing app_id, app_name, app_developer, app_page_link, chart_rank, chart_label, rating, num_ratings, num_reviews, num_downloads, price, is_paid, contains_ads, app_icon, app_category, app_description, app_content_rating, and more — representing the current top-grossing games on the Play Store for the specified region and category.

## 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/play-store-top-grossing-games-chart-e63358a2/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)
