# Apple App Privacy Portfolio Monitor

**Use case:** 

Create stable Apple privacy-label snapshots for recurring vendor-risk reviews and disclosure change monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580"
    }
  ],
  "appIds": [
    "324684580",
    "310633997",
    "874139669"
  ],
  "country": "us",
  "maxConcurrency": 3
}
```

## Output

```json
{
  "appId": {
    "label": "App ID"
  },
  "appName": {
    "label": "App name"
  },
  "developerName": {
    "label": "Developer"
  },
  "country": {
    "label": "Storefront"
  },
  "privacyPolicyUrl": {
    "label": "Privacy policy",
    "format": "link"
  },
  "privacyLabelStatus": {
    "label": "Label status"
  },
  "privacyGroups": {
    "label": "Privacy groups",
    "format": "json"
  },
  "rawPrivacyText": {
    "label": "Raw label text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Apple App Privacy Labels Scraper](https://apify.com/automation-lab/apple-app-privacy-labels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/apple-app-privacy-labels-scraper) to learn more, explore other use cases, and run it yourself.