# Google Play Store App Details Fetcher

> Google Play Store App Details Fetcher is a paid API for AI agents from stableninja.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches detailed metadata for a specific Android app from the Google Play Store by app ID, with optional region and language filtering.

## Facts

- Endpoint: GET https://stableninja.dev/api/play-store-apps/app-details
- 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/stableninja-dev-505cb1cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_durW-3hcENbln1M-U0jJ3

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 stableninja-dev-505cb1cf
```

Example prompt: Can you look up the Google Play Store details for the app with ID 'com.spotify.music' — fetch its rating, description, developer info, and install count for the US region in English?

## When to prefer this

Use this endpoint when you need structured metadata for a specific Android app on the Google Play Store and you already know the app's package name (e.g. com.example.app). Prefer this over a general web search when you need machine-readable fields like rating, install count, developer, or version info. Useful for competitive analysis, app monitoring, or enriching app data pipelines.

## Known failure modes

- Invalid or non-existent app_id returns a 404 or empty result
- Unsupported region/language code returns an error or defaults
- App removed from Play Store returns no results
- Rate limiting or payment failure returns a 402 or 429 error
- Play Store scraping temporarily unavailable returns a 503

## How this service works

Fetch Google Play Store details for an Android app.

## Output

Returns structured metadata about the specified Android app from the Google Play Store, including app name, developer, description, rating, number of reviews, install count, price, category, version, last updated date, and possibly screenshots or icon URLs. Results may be localized based on region and language parameters.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableninja-dev-505cb1cf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableninja.dev](https://www.zero.xyz/host/stableninja.dev/llms.txt)
