# EU AI Act Transparency Signal Report

**Use case:** 

Analyze AI transparency signals on Intercom's public URL. Get a transparency gap score, lead tier rating, and per-signal evidence hashes for review.

## Input

```json
{
  "schemaVersion": "1.0",
  "requestId": "w2-example-20260802000201",
  "urls": [
    "https://www.intercom.com"
  ],
  "maxResults": 1,
  "freshnessMinutes": 0,
  "detailLevel": "compact"
}
```

## Output

```json
{
  "dedupeKey": {
    "label": "Deduplication key",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "text"
  },
  "transparencyGapScore": {
    "label": "Gap",
    "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 AI Act Transparency Lead Scanner](https://apify.com/zinin/eu-ai-act-transparency-lead-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/eu-ai-act-transparency-lead-scanner) to learn more, explore other use cases, and run it yourself.