# Google Play App Permissions API

> Google Play App Permissions API is a paid API for AI agents from googleplay.fetcher.sh, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Retrieves the list of permissions declared by a specific Android app on the Google Play Store

## Facts

- Endpoint: GET https://googleplay.fetcher.sh/api/apps/%7BappId%7D/permissions
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-play-app-permissions-api-b13e3468
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cPKzpfdwGQya8nLvGWOnD

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-app-permissions-api-b13e3468
```

Example prompt: Can you pull up all the permissions that the app com.whatsapp requests on the Google Play Store? I want to see exactly what system access it has.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-call access to Android app permission data without OAuth, subscriptions, or a Google account. Ideal for security audits, privacy analysis, automated app vetting pipelines, or competitive research where you need to check permissions for arbitrary apps on demand. Prefer this over manual Play Store browsing or Google's own APIs when you need lightweight, low-friction access billed per call in USDC.

## Known failure modes

- App ID not found on Google Play — returns 404 or empty result
- Invalid or malformed app package name — returns error
- App has been removed from Play Store — may return not found
- Rate limiting or scraping detection by Google — may return error or partial data
- Payment failure via x402 — request not processed

## How this service works

Google Play (play store) data and scraping API: App search, app details, reviews, permissions, data safety, and developer catalogs. 7 REST endpoints from $0.003 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns the list of permissions declared by the specified Android app on Google Play, including permission names, groups, and descriptions (e.g. ACCESS_FINE_LOCATION, CAMERA, READ_CONTACTS). The response reflects what the app has declared in its manifest and what Google Play surfaces publicly.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-play-app-permissions-api-b13e3468/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from googleplay.fetcher.sh](https://www.zero.xyz/host/googleplay.fetcher.sh/llms.txt)
