# YouTube Creator Contact Finder

**Use case:** 

Find YouTube creators' business emails with MX validation and a contactability score, ready to import into Apollo, Outreach or Salesloft. Built for SDRs.

## Input

```json
{
  "mode": "channels",
  "channels": [
    "@mkbhd",
    "@LinusTechTips",
    "@veritasium"
  ],
  "videos": [],
  "maxRecentVideosPerChannel": 15,
  "includeCommentsSample": false,
  "commentsSamplePerVideo": 100,
  "includeTranscripts": true,
  "transcriptSamplePerChannel": 3,
  "enrichChannel": true,
  "profile": "agency-sponsorship-prospecting",
  "persona": "sponsorship-team",
  "goal": "sponsorship-fit",
  "systemMode": false,
  "watchlistName": "",
  "referenceRunId": "",
  "deltaMode": false,
  "decisionProfileStrictness": "balanced",
  "minSubscribers": 0,
  "minScore": 0,
  "requireBusinessEmail": false,
  "requireValidatedEmail": false,
  "allowSensitiveThemes": false,
  "scorecardTemplate": "agency-sponsorship-v1",
  "outputProfile": "sales",
  "explainabilityLevel": "compact",
  "enableEconomics": false,
  "sdrCostPerTouch": 3,
  "maxOutreachPerRun": 0,
  "budgetUsd": 0,
  "outcomeDatasetId": "",
  "outcomeJoinKey": "channelId",
  "enableIcpInsights": true,
  "enableDedup": false,
  "circuitBreakerThreshold": 3,
  "channelConcurrency": 4,
  "freshnessDecayAfterDays": 30,
  "freshnessMaxPenalty": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "channelHandle": {
    "label": "Channel handle",
    "format": "string"
  },
  "contactabilityScore": {
    "label": "Contactability score",
    "format": "object"
  },
  "businessContact": {
    "label": "Business contact",
    "format": "object"
  },
  "emailValidation": {
    "label": "Email validation",
    "format": "object"
  },
  "channelStrategy": {
    "label": "Channel strategy",
    "format": "object"
  },
  "coverageAnalysis": {
    "label": "Coverage analysis",
    "format": "object"
  },
  "automationTriggers": {
    "label": "Automation triggers (Zapier-friendly)",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Sponsorship Intelligence — Sponsor-Ready Creators](https://apify.com/ryanclinton/youtube-sponsorship-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/youtube-sponsorship-intelligence) to learn more, explore other use cases, and run it yourself.