# Google Play Store App Categories List

> Google Play Store App Categories List is a paid API for AI agents from openwebninja-x402.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the list of available app categories on the Google Play Store.

## Facts

- Endpoint: GET https://openwebninja-x402.vercel.app/api/play-store-apps/categories
- Price: $0.01/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-app-categories-list-677cc608
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AeoK9CZnZsewml4RvNAd_

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-677cc608
```

Example prompt: Can you pull up all the available app categories on the Google Play Store so I can see how apps are organized?

## When to prefer this

Use this endpoint when you need to enumerate or reference the official Google Play Store category taxonomy — for example, before fetching apps by category, building a category browser, or validating a category name or ID. Prefer this over hardcoding category lists since it reflects the live taxonomy.

## Known failure modes

- Service temporarily unavailable (5xx error)
- Payment required but not fulfilled (402 error)
- No categories returned if Play Store taxonomy changes
- Rate limiting or quota exceeded

## How this service works

List Google Play Store app categories.

## Output

A list of Google Play Store app categories, likely including category names and/or identifiers that can be used to browse or filter apps within the Play Store.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-play-store-app-categories-list-677cc608/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from openwebninja-x402.vercel.app](https://www.zero.xyz/host/openwebninja-x402.vercel.app/llms.txt)
