# GDPR & PII Risk Check for Web Scraping Actors

**Use case:** 

Find personal-data and PII exposure in an Apify actor and get a GDPR DPIA review packet: the privacy questions to answer before you ship.

## Input

```json
{
  "targetActorId": "ryanclinton/website-contact-scraper",
  "fleetScan": false,
  "maxActors": 250,
  "includeDocumentationChecks": true,
  "includeSchemaChecks": true,
  "includeAgenticReadiness": true,
  "includeChangeSignals": true,
  "policyProfile": "enterprise",
  "strictMode": false,
  "includePrivacyReviewPacket": true,
  "emitSignals": true,
  "outputMode": "full"
}
```

## Output

```json
{
  "actorName": {
    "label": "Actor"
  },
  "dimensionScores": {
    "label": "Dimensions"
  },
  "scoreContributors": {
    "label": "Top contributors"
  },
  "remediation": {
    "label": "Remediation"
  },
  "changeSignals": {
    "label": "Change signals"
  },
  "applicableRegulations": {
    "label": "Regulations"
  },
  "meta": {
    "label": "Provenance"
  }
}
```

## About this Actor

This example demonstrates how to use [Actor Compliance Scanner — PII, GDPR & TOS Risk Audit](https://apify.com/ryanclinton/actor-compliance-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/actor-compliance-scanner) to learn more, explore other use cases, and run it yourself.