app-store-privacy
Retrieve detailed privacy information for any app on the US App Store, including data types collected, usage purposes, and management options.
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) |