# Google Play Store Top Grossing Apps Chart

> Google Play Store Top Grossing Apps 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 current top-grossing apps on the Google Play Store, filterable by region, category, and language.

## Facts

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

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 google-play-store-top-grossing-apps-chart-2f833adf
```

Example prompt: Can you pull the top 100 top-grossing Android apps from the Google Play Store right now for the US in English?

## When to prefer this

Use this endpoint when you need real-time Play Store top-grossing app rankings with rich metadata (ratings, downloads, developer info, pricing) for a specific region and category. Prefer this over scraping Play Store directly or using other app intelligence tools when you need structured JSON output and pay-per-call pricing without subscription.

## Known failure modes

- Invalid region code returns empty results or error
- Invalid category ID returns empty results
- limit out of range (below 1 or above 200) triggers validation error
- Network timeout if Play Store is temporarily unavailable
- Unsupported language code may fall back to default or return error

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

Returns an array of app 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_category_id, app_description, app_permissions, current_version, app_content_rating, photos, trailer, reviews_per_rating, and price_currency — representing the current top-grossing apps on Google Play ranked by revenue.

## 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/google-play-store-top-grossing-apps-chart-2f833adf/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)
