Google Play apps, reviews, permissions, and data safety
App search, app details, reviews, permissions, data safety, and developer catalogs. Not an official platform API. No account, no OAuth — pay per call with x402 or spend a prepaid credit balance with one API key.
/api/apps/api/apps/:appId/api/apps/:appId/datasafety/api/apps/:appId/permissions/api/apps/:appId/reviews/api/apps/:appId/similar/api/developers/:developerId
Also covers: play store · google play store · android apps
compared to
What Google Play is not
| Path | What it returns | What you set up |
|---|---|---|
| Play Console / Developer API | Apps you publish | Play Console account |
| Android API level / targetSdk | OS requirement for submissions | Not a data API |
| googleplay.fetcher.sh | Public listing JSON, $0.003 per call | None for x402 |
Named comparison: Best Google Play public-data APIs in 2026. Alternatives: Google Play API alternatives. Compare: Compare Google Play APIs.
prices
7 GETs on this host
$0.003 per call in USDC. Same numbers as /prices on the directory.
| GET | What it returns | USDC / call | Page |
|---|---|---|---|
GET /api/apps | Apps | $0.003 | docs |
GET /api/apps/{appId} | Apps | $0.003 | docs |
GET /api/apps/{appId}/datasafety | Apps datasafety | $0.003 | docs |
GET /api/apps/{appId}/permissions | Apps permissions | $0.003 | docs |
GET /api/apps/{appId}/reviews | Apps reviews | $0.003 | docs |
GET /api/apps/{appId}/similar | Apps similar | $0.003 | docs |
GET /api/developers/{developerId} | Developers | $0.003 | docs |
questions
FAQ
Is this the Google Play Developer API or Play Console?
Is this about Android API level or targetSdk?
Do I need an official developer account?
Is there a monthly minimum or subscription?
Can I pay for a single request?
the main one
start here
$0.003 per callApps
/api/appsSearch the Play Store by keyword, narrowed by price and storefront.
try an example
opens the payment page in a new tab · $0.003 per call
quick start
Call Google Play in 30 seconds
curl -H 'Authorization: Bearer bby_live_...' \
'https://googleplay.fetcher.sh/api/apps?search=meditation'# call without payment to inspect the 402 challenge
curl -i 'https://googleplay.fetcher.sh/api/apps?search=meditation'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>No key yet? Top up once (minimum $1) and the first response contains your bby_live_ key — one balance works across every fetcher.sh service. Generate one.
mcp
Add Google Play to Claude or Cursor
This host serves 7 named Google Play tools at /mcp. Catalog discovery (search, describe, fetch any path) lives on mcp.fetcher.sh.
{
"mcpServers": {
"fetcher": { "url": "https://googleplay.fetcher.sh/mcp" }
}
}Specialized tools: googleplay_apps, googleplay_apps_appId, googleplay_apps_datasafety, googleplay_apps_permissions, googleplay_apps_reviews, googleplay_apps_similar, googleplay_developers. Browse every service on mcp.fetcher.sh.
reference
All 7 Google Play endpoints
Click any endpoint to open its console: fill the parameters and try it live — the payable URL opens in a new tab, ready for a browser wallet.
Top up once — then hammer all 7 endpoints with one key
One x402 payment funds a credit balance. Every call after that is a plain Bearer request: no signing, no chain round-trip, more requests per second. The same balance works on every fetcher.sh service.
Agents: paste Set up https://googleplay.fetcher.sh/skill.md into your agent — it reads the skill and sets everything up.

