# Google Play Data Safety scraper for app portfolios

**Use case:** 

Scrape normalized Google Play Data Safety disclosures for Android apps, including collection, sharing, purposes, encryption, and deletion.

## Input

```json
{
  "appIds": [
    "com.spotify.music",
    "com.whatsapp"
  ],
  "startUrls": [],
  "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.