# fetcher.sh Google Play App Details API

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

Fetches detailed metadata for a Google Play Store app by its app ID, paid per call in USDC via x402.

## Facts

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

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-details-api-defeb1fa
```

Example prompt: Pull the full Google Play Store details for the app with ID com.spotify.music — I need the rating, download count, developer name, and current version.

## When to prefer this

Choose this endpoint when you need structured Google Play Store app metadata without setting up a Google API account or OAuth flow. It is ideal for AI agents that need quick, pay-per-call access to Android app data including ratings, installs, and developer information. Prefer this over building your own scraper or using the official Google Play Developer API when you want zero-setup, per-call billing in USDC.

## Known failure modes

- Invalid or non-existent appId returns an error or empty result
- App removed from Play Store returns not found
- Rate limiting or scraping blocks from Google may cause intermittent failures
- Payment failure (insufficient USDC balance) returns HTTP 402
- Malformed appId format causes bad request error

## 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 structured metadata for the specified Google Play app including the app name, developer, category, rating, review count, install count, price, description, screenshots, current version, last updated date, and content rating.

## 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-details-api-defeb1fa/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)
