# fetcher.sh Google Play App Data Safety Lookup

> fetcher.sh Google Play App Data Safety Lookup is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches the data safety section for a specific Google Play Store app, showing what data the app collects, shares, and how it is secured.

## Facts

- Endpoint: GET https://fetcher.sh/api/googleplay/apps/%7BappId%7D/datasafety
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-google-play-app-data-safety-lookup-269d3e07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JuzxR5yx1PdpS6QjL9VtV

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 fetcher-sh-google-play-app-data-safety-lookup-269d3e07
```

Example prompt: Can you pull the data safety information for the Google Play app with ID com.spotify.music — I want to see what data it collects, what it shares, and how it's secured?

## When to prefer this

Use this endpoint when you need to programmatically retrieve the data safety disclosure for a specific Google Play app without scraping Play Store pages yourself. It is ideal for privacy audits, compliance checks, app comparison workflows, or monitoring data collection disclosures over time. Prefer this over manual inspection when handling multiple apps or automating agent workflows that require structured privacy data.

## Known failure modes

- Invalid or non-existent appId returns an error or empty result
- App not available in Google Play Store returns no data
- Google Play page structure changes may cause scraping failures
- Rate limiting or temporary unavailability of Play Store returns an error
- Malformed appId path parameter causes a 400 or similar error

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns structured data from the Google Play Store data safety section for the specified app, including categories of data collected (e.g. location, contacts, personal info), data shared with third parties, security practices (e.g. data encryption in transit), and whether users can request data deletion.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-google-play-app-data-safety-lookup-269d3e07/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
