# Google Play App Details API — fetcher.sh

> Google Play App Details API — fetcher.sh 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).

Fetches detailed metadata for a specific Google Play Store app by its app ID, including description, ratings, developer info, permissions, and more

## Facts

- Endpoint: GET https://googleplay.fetcher.sh/api/apps/%7BappId%7D
- 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-details-api-fetcher-sh-bcd8a24f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_peVGJLWs-v2AJlxAaY9hY

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-details-api-fetcher-sh-bcd8a24f
```

Example prompt: Can you pull up the full Play Store details for com.whatsapp — I want to know its rating, developer, category, and what permissions it requests?

## When to prefer this

Choose this endpoint when you need structured Google Play Store metadata for a specific Android app by its package name without setting up OAuth, a Google developer account, or paying a subscription. Ideal for one-off lookups, agent workflows that need app intelligence, or competitive research. At $0.003/call with pay-per-use USDC pricing via x402, it's cost-effective for low-to-medium volume use cases where the official Google Play Developer API would require account setup.

## Known failure modes

- App not found: returns 404 if the appId/package name does not exist on Google Play
- Invalid package name format: malformed appId returns an error
- Payment failure: x402 payment not accepted or insufficient USDC balance
- Rate limiting or scraping block: upstream Google Play may throttle requests intermittently
- Region-restricted app: some apps may not be available in all regions and return incomplete data

## 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 a JSON object with comprehensive Google Play app metadata including app name, developer name and ID, category, rating, number of ratings/reviews, description, screenshots, content rating, pricing, last update date, app version, size, permissions list, and data safety information for the specified package name.

## 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-details-api-fetcher-sh-bcd8a24f/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)
