# Google Play Store App Categories List

> Google Play Store App Categories List 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-14).

Returns a list of all Google Play Store app categories with their identifiers and human-readable names

## Facts

- Endpoint: GET https://x402.openwebninja.com/play-store-apps/categories
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-play-store-app-categories-list-4c771d4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iibwucER-L-bz4iXYSBq6

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-app-categories-list-4c771d4a
```

Example prompt: Can you get me the full list of Google Play Store app categories, including their category IDs and display names, so I can see what's available for filtering charts?

## When to prefer this

Use this endpoint when you need to enumerate all available Google Play Store app categories before querying category-specific charts or rankings. It is the reference lookup for valid category IDs accepted by sibling chart endpoints on x402.openwebninja.com. Prefer this over scraping Play Store HTML directly or guessing category slugs.

## Known failure modes

- Payment failure (402) if USDC balance is insufficient
- Rate limiting if too many requests are made in quick succession
- Network timeout if the upstream Play Store data source is unavailable
- Empty or partial category list if upstream data is temporarily incomplete

## 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 Google Play Store category objects, each containing an 'id' field (the identifier used as a query parameter on Play Store charts endpoints) and a 'name' field (the human-readable category name), plus a status string and a unique request_id for the API call.

## 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-app-categories-list-4c771d4a/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)
