# LinkedIn Scraping Compliance & ToS Risk Check

**Use case:** 

Check an Apify actor for platform Terms of Service risk: LinkedIn, Instagram, Facebook and 24 more. Flags restricted targeting and litigation exposure.

## Input

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

## Output

```json
{
  "actorName": {
    "label": "Actor"
  },
  "piiRisk": {
    "label": "PII"
  },
  "piiKeywords": {
    "label": "PII signals"
  },
  "tosRisk": {
    "label": "ToS"
  },
  "tosDetails": {
    "label": "ToS findings"
  },
  "authRisk": {
    "label": "Auth"
  },
  "authKeywords": {
    "label": "Auth signals"
  },
  "riskReasonCodes": {
    "label": "Reason codes"
  },
  "evidence": {
    "label": "Evidence"
  },
  "counterEvidence": {
    "label": "Counter-evidence"
  },
  "ambiguousSignals": {
    "label": "Ambiguous"
  }
}
```

## 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.