# Spotify Google Play Data Safety disclosure extractor

**Use case:** 

Extract Spotify's public Google Play Data Safety categories, data types, purposes, security practices, privacy policy, and stable hash.

## Input

```json
{
  "appIds": [
    "com.spotify.music",
    "com.whatsapp"
  ],
  "startUrls": [
    {
      "url": "https://play.google.com/store/apps/datasafety?id=com.spotify.music"
    }
  ],
  "datasetAppIdField": "appId",
  "locale": "en",
  "country": "US",
  "useProxy": false
}
```

## Output

```json
{
  "appId": {
    "label": "App ID"
  },
  "title": {
    "label": "Title"
  },
  "developer": {
    "label": "Developer"
  },
  "dataShared": {
    "label": "Data shared",
    "format": "json"
  },
  "dataCollected": {
    "label": "Data collected",
    "format": "json"
  },
  "encryptedInTransit": {
    "label": "Encrypted"
  },
  "deletionRequestAvailable": {
    "label": "Deletion request"
  },
  "independentSecurityReview": {
    "label": "Independent review"
  },
  "privacyPolicyUrl": {
    "label": "Privacy policy",
    "format": "link"
  },
  "securityPracticesText": {
    "label": "Security practices"
  },
  "disclosureHash": {
    "label": "Disclosure hash"
  },
  "changes": {
    "label": "Changes",
    "format": "json"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  },
  "dataSafetyUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Play Data Safety Scraper](https://apify.com/automation-lab/google-play-data-safety-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/google-play-data-safety-scraper) to learn more, explore other use cases, and run it yourself.