# OpenWeb Ninja — Play Store App Details

> OpenWeb Ninja — Play Store App Details is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Fetches detailed metadata for a Google Play Store app by app ID, payable per call via x402 with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/play-store-apps/app-details
- 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/openweb-ninja-play-store-app-details-4f3a557f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jawB0nrfh4crt5gP4kteX

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 openweb-ninja-play-store-app-details-4f3a557f
```

Example prompt: Can you pull up the Play Store details for the app with package ID com.spotify.music — I want to see its rating, download count, developer, and description?

## When to prefer this

Choose this endpoint when you need structured Google Play Store app metadata without setting up an account or API key, and are comfortable with micro-payment per call via x402 (USDC on Base/Polygon/Arbitrum). Ideal for agents that need on-demand app intelligence without a subscription. Prefer over scraping directly when you need reliable structured output at $0.003/call.

## Known failure modes

- Invalid or non-existent app ID returns empty or error response
- App removed from Play Store returns not-found error
- Payment failure via x402 returns HTTP 402 with payment details
- Rate limiting or upstream scraping blocks may return timeout or 5xx errors
- Malformed app ID parameter returns validation error

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A JSON object containing Play Store app metadata including app name, developer name, rating, total review count, install count/range, price, category, content rating, description, release date, last updated date, and possibly screenshots or icon URLs.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-play-store-app-details-4f3a557f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
