# OpenWebNinja Play Store App Search

> OpenWebNinja Play Store App Search 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-15).

Searches the Google Play Store for apps matching a query string, with pagination and region/language filtering

## Facts

- Endpoint: GET https://x402.openwebninja.com/play-store-apps/search
- 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/openwebninja-play-store-app-search-18840826
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TMxnr5dRCvR_AVJqxhWmj

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 openwebninja-play-store-app-search-18840826
```

Example prompt: Search the Google Play Store for 'meditation and mindfulness' apps in the US market and show me what comes up.

## When to prefer this

Use this endpoint when you need to programmatically search the Google Play Store for Android apps by keyword, category, or name — especially when you need region- or language-specific results and paginated browsing of large result sets. Prefer this over scraping or manual search when building app discovery workflows or market research pipelines.

## Known failure modes

- Missing required query parameter 'q' returns a validation error
- Invalid or unsupported region/language codes may return empty results or an error
- Expired or invalid pagination cursor may cause unexpected results
- Payment failure (x402) prevents the request from being processed
- Rate limiting or quota exhaustion may return a 429 or similar 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

Returns an array of matching Google Play Store app objects, a pagination cursor for fetching the next page of results, a status string, and a unique request ID for tracing.

## 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/openwebninja-play-store-app-search-18840826/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)
