app-store-privacy
Analyze privacy details for any App Store app, including data types, collection purposes, and management options. Designed for developers and researchers to understand app data practices in the US App Store.
Instructions
Get privacy details for an App Store app. Returns an object with:
- managePrivacyChoicesUrl: URL to manage privacy choices (if available)
- privacyTypes: Array of privacy data types, each containing:
- privacyType: Name of the privacy category
- identifier: Unique identifier for the privacy type
- description: Detailed description of how data is used
- dataCategories: Array of data categories, each containing:
- dataCategory: Category name
- identifier: Category identifier
- dataTypes: Array of specific data types collected
- purposes: Array of purposes for data collection Note: Currently only available for US App Store.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Numeric App ID (e.g., 553834731) |