google-play-datasafety
Retrieve detailed Google Play app data safety information, including shared and collected data, security practices, and privacy policy links, to assess app compliance and user privacy practices.
Instructions
Get data safety information for a Google Play app. Returns an object with:
- dataShared: Array of shared data items, each containing:
- data: Name of the data being shared (e.g., 'User IDs')
- optional: Boolean indicating if sharing is optional
- purpose: Comma-separated list of purposes (e.g., 'Analytics, Marketing')
- type: Category of data (e.g., 'Personal info')
- dataCollected: Array of collected data items with same structure as dataShared
- securityPractices: Array of security practices, each containing:
- practice: Name of the security practice
- description: Detailed description of the practice
- privacyPolicyUrl: URL to the app's privacy policy
Data types can include: Personal info, Financial info, Messages, Contacts, App activity, App info and performance, Device or other IDs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | Google Play package name (e.g., 'com.dxco.pandavszombies') | |
lang | No | Language code for data safety info (default: en) | en |