# Google Play Store Top Paid Apps

> Google Play Store Top Paid Apps 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).

Retrieves a ranked list of top paid apps from the Google Play Store, filterable by region, category, and language

## Facts

- Endpoint: GET https://x402.openwebninja.com/play-store-apps/top-paid-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-paid-apps-c6670c05
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kHxA70gU51P7EFuaZQOPl

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-paid-apps-c6670c05
```

Example prompt: Can you show me the top 20 paid apps on the Google Play Store in the UK, in the Games category, with results in English?

## When to prefer this

Use this endpoint when you need current Google Play Store chart rankings specifically for paid apps, with support for regional and category filtering. Prefer this over a general app search when you specifically need ranked/charted paid apps rather than organic search results or free app charts.

## Known failure modes

- Invalid or unsupported region code returns empty results or error
- Invalid category ID returns empty results
- Limit exceeding 200 is rejected by schema validation
- Unsupported language code may return default language results
- Network or upstream Play Store unavailability returns a 5xx error
- Payment failure (insufficient USDC balance) returns 402

## 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, price, price_currency, rating, num_ratings, num_reviews, num_downloads, app_icon, app_description, app_category, app_category_id, app_content_rating, is_paid, contains_ads, current_version, photos, trailer, app_permissions, and reviews_per_rating breakdown.

## 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-paid-apps-c6670c05/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)
