# fetcher.sh Google Play App Permissions

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

Fetches the list of permissions declared by a Google Play Store app given its app ID

## Facts

- Endpoint: GET https://fetcher.sh/api/googleplay/apps/%7BappId%7D/permissions
- 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/fetcher-sh-google-play-app-permissions-440f0101
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZPKlfDLumH7zjOtOeym-O

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 fetcher-sh-google-play-app-permissions-440f0101
```

Example prompt: Can you pull the permissions list for the Android app com.instagram.android on the Google Play Store so I can see what data access it declares?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve a Google Play app's permission list without using Google's official APIs, without an account or OAuth setup, and with simple per-call USDC micropayment billing. Ideal for AI agents performing privacy audits, security research, or app comparisons at scale without subscription overhead.

## Known failure modes

- Invalid or non-existent appId returns an error or empty result
- App not available in the Play Store (removed or region-restricted) returns a not-found error
- Payment failure via x402/USDC results in a 402 response before data is returned
- Rate limiting or scraping blocks from Google Play may cause intermittent failures
- Malformed appId format may produce unexpected errors

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns a structured list of permissions declared by the specified Google Play app, typically including permission names (e.g. android.permission.CAMERA) and human-readable descriptions of what each permission allows the app to do.

## Request schema (JSON Schema)

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

## More

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