# EU Accessibility and Privacy Exposure Scanner

**Use case:** 

Generate a report on accessibility and privacy signals from provided URLs. Understand compliance issues with deterministically fetched data.

## Input

```json
{
  "schemaVersion": "1.0",
  "requestId": "access-fixture-001",
  "urls": [
    "https://www.intercom.com"
  ],
  "maxResults": 10,
  "freshnessMinutes": 60,
  "detailLevel": "evidence"
}
```

## Output

```json
{
  "dedupeKey": {
    "label": "Deduplication key",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "text"
  },
  "accessibilityGapScore": {
    "label": "A11y Gap",
    "format": "number"
  },
  "privacyGapScore": {
    "label": "Privacy Gap",
    "format": "number"
  },
  "combinedExposureScore": {
    "label": "Combined",
    "format": "number"
  },
  "leadTier": {
    "label": "Tier",
    "format": "text"
  },
  "isLead": {
    "label": "Lead",
    "format": "boolean"
  },
  "needsReview": {
    "label": "Review",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Accessibility Privacy Lead Scanner](https://apify.com/zinin/eu-accessibility-privacy-lead-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/eu-accessibility-privacy-lead-scanner) to learn more, explore other use cases, and run it yourself.