# Google Play Developer Catalog API — fetcher.sh

> Google Play Developer Catalog 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).

Retrieves all apps published by a specific Google Play developer, given their developer ID

## Facts

- Endpoint: GET https://googleplay.fetcher.sh/api/developers/%7BdeveloperId%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-developer-catalog-api-fetcher-sh-bb2858fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_slcznS3JKn1UL-TjyffX8

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-developer-catalog-api-fetcher-sh-bb2858fa
```

Example prompt: Can you pull the full list of apps published by the Google Play developer 'com.whatsapp' — I want to see their entire Play Store catalog?

## When to prefer this

Choose this endpoint when you need to enumerate all apps from a specific Google Play developer by their developer ID — ideal for competitive intelligence, developer audits, portfolio analysis, or app market research. Prefer this over generic app search endpoints when you already know the developer and want their complete catalog rather than keyword-based search results. No OAuth, account setup, or subscription required — pay per call in USDC.

## Known failure modes

- Unknown or invalid developerId returns empty results or 404-equivalent
- Developer has no public apps listed — returns empty array
- Rate limiting or payment failure if x402 payment is not properly handled
- Scraping failures if Google Play temporarily blocks the request — may return partial or stale data
- Malformed developerId format results in an error response

## 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

A list of apps associated with the specified developer ID on Google Play, typically including app names, package IDs, icons, ratings, and other catalog metadata for each published application in that developer's portfolio.

## 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-developer-catalog-api-fetcher-sh-bb2858fa/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)
