# Google Play apps, reviews, permissions, and data safety

> App search, app details, reviews, permissions, data safety, and developer catalogs. 7 GET endpoints, $0.003 per call in USDC on Base, Polygon, Arbitrum, Monad or Solana. No account, no OAuth — pay with x402 or a prepaid credit key.

- This host: https://googleplay.fetcher.sh
- Catalog: https://googleplay.fetcher.sh/llms.txt
- Agent setup: https://googleplay.fetcher.sh/skill.md
- MCP (this service): https://googleplay.fetcher.sh/mcp
- Catalog MCP: https://mcp.fetcher.sh
- Directory: https://fetcher.sh/index.md
- Endpoint prices: https://fetcher.sh/prices.md
- Named comparison: https://fetcher.sh/blog/best-google-play-public-data-apis-2026.md
- Alternatives: https://fetcher.sh/blog/google-play-api-alternatives.md
- Compare: https://fetcher.sh/blog/compare-google-play-apis.md


Also covers: play store, google play store, android apps

## Compared to

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

## Quick start

```bash
curl -H 'Authorization: Bearer bby_live_...' \
  'https://googleplay.fetcher.sh/api/apps'
```

```bash
# call without payment to inspect the 402 challenge
curl -i 'https://googleplay.fetcher.sh/api/apps'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>
```

## Endpoints

- [Apps](https://googleplay.fetcher.sh/apps.md) — GET /api/apps — $0.003
- [Apps](https://googleplay.fetcher.sh/apps-by-appid.md) — GET /api/apps/{appId} — $0.003
- [Apps datasafety](https://googleplay.fetcher.sh/apps-datasafety.md) — GET /api/apps/{appId}/datasafety — $0.003
- [Apps permissions](https://googleplay.fetcher.sh/apps-permissions.md) — GET /api/apps/{appId}/permissions — $0.003
- [Apps reviews](https://googleplay.fetcher.sh/apps-reviews.md) — GET /api/apps/{appId}/reviews — $0.003
- [Apps similar](https://googleplay.fetcher.sh/apps-similar.md) — GET /api/apps/{appId}/similar — $0.003
- [Developers](https://googleplay.fetcher.sh/developers.md) — GET /api/developers/{developerId} — $0.003

## Eligibility

### Is this the Google Play Developer API or Play Console?

No. This is public Play Store listing data as JSON — search, app details, reviews, permissions, and the Data safety section. It is not the publisher API and not App signing.

### Is this about Android API level or targetSdk?

No. Those are Play Console submission rules for apps you publish. googleplay.fetcher.sh reads the public store listing, including permissions and Data safety, as JSON.

### Do I need an official developer account?

No. fetcher.sh is not the official Twitter, YouTube, or Google API. You do not register an app, complete OAuth, or wait for platform review. Call a URL; data comes back as JSON.

### Is there a monthly minimum or subscription?

No. There is no monthly plan, no seat fee, and no minimum volume. Pay per call from $0.002. Credits never expire. A $1 credit top-up is only if you want a prepaid API key instead of paying each call.

### Can I pay for a single request?

Yes. Call any endpoint with no credential and pay that one request in USDC via x402. No account, no invoice, no leftover plan.
