# Play Store Top Free Apps Chart

> Play Store Top Free 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 free apps from the Google Play Store for a given region, category, and language

## Facts

- Endpoint: GET https://x402.openwebninja.com/play-store-apps/top-free-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/play-store-top-free-apps-chart-5011acab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-2iZdH6HnfhzOnJPXYS1U

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-free-apps-chart-5011acab
```

Example prompt: What are the top 50 free Android apps on the Play Store in the US right now, specifically in the Games category?

## When to prefer this

Use this endpoint when you need a ranked list of the currently most popular free apps on the Google Play Store for a specific region or category. Prefer this over general app search when you need chart-based ranking data with rich app metadata including download counts, ratings, and permissions.

## Known failure modes

- Invalid or unsupported region code returns empty or error response
- Category string not matching Play Store taxonomy returns empty results
- Limit exceeding 200 results in validation error
- Unsupported language code may fall back to English or return error
- Rate limiting or upstream Play Store unavailability may cause 5xx errors

## 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 app objects each containing app_id, app_name, app_developer, app_page_link, chart_rank, rating, num_ratings, num_reviews, num_downloads, app_icon, app_description, app_category, price, contains_ads, app_content_rating, app_permissions, current_version, photos, trailer, and is_paid — covering the top-ranked free apps for the requested region, category, and language.

## 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-free-apps-chart-5011acab/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)
