# Spotify App Privacy Label Extractor

**Use case:** 

Extract Spotify's Apple App Store privacy disclosure, purposes, data types, and developer privacy policy.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580"
    }
  ],
  "appIds": [],
  "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.