# Enrich YouTube Channels With Public Contacts

**Use case:** 

Turn YouTube channel URLs or handles into clean creator records with public emails, phones, websites, socials, and source evidence.

## Input

```json
{
  "scrapeType": "channelContacts",
  "channels": [
    "@GoogleDevelopers"
  ],
  "searchQueries": [
    "personal finance",
    "tech reviews"
  ],
  "seedChannels": [
    "@mkbhd"
  ],
  "maxResults": 10,
  "region": "US",
  "regionFilter": "localized",
  "contactFilter": "contactableOnly",
  "enrichmentDepth": "balanced",
  "minSubscribers": 0,
  "maxSubscribers": 0,
  "minAverageViews": 0,
  "activeWithinDays": 0,
  "minSponsorReadinessScore": 0
}
```

## Output

```json
{
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelUrl": {
    "label": "🌐 Channel URL",
    "format": "link"
  },
  "contactStatus": {
    "label": "Contact status",
    "format": "text"
  },
  "primaryEmail": {
    "label": "📧 Primary email",
    "format": "text"
  },
  "primaryEmailRole": {
    "label": "Role",
    "format": "text"
  },
  "primaryEmailValidation": {
    "label": "Validation",
    "format": "text"
  },
  "primaryEmailValidationScope": {
    "label": "Validation scope",
    "format": "text"
  },
  "primaryEmailConfidence": {
    "label": "Confidence",
    "format": "number"
  },
  "primaryEmailSourceType": {
    "label": "Source",
    "format": "text"
  },
  "primaryEmailSourceUrl": {
    "label": "Evidence URL",
    "format": "link"
  },
  "emails": {
    "label": "📧 All emails",
    "format": "array"
  },
  "emailCount": {
    "label": "Email count",
    "format": "number"
  },
  "emailRoles": {
    "label": "Email roles",
    "format": "array"
  },
  "emailValidations": {
    "label": "Email checks",
    "format": "array"
  },
  "emailSourceTypes": {
    "label": "Email source types"
  },
  "emailSourceUrls": {
    "label": "Email source urls"
  },
  "phones": {
    "label": "📞 Phones",
    "format": "array"
  },
  "phoneCount": {
    "label": "Phone count",
    "format": "number"
  },
  "primaryPhone": {
    "label": "📞 Primary phone",
    "format": "text"
  },
  "phoneSourceTypes": {
    "label": "Phone sources",
    "format": "array"
  },
  "phoneSourceUrls": {
    "label": "Phone evidence URLs",
    "format": "array"
  },
  "websiteUrl": {
    "label": "🌐 Website",
    "format": "link"
  },
  "websiteUrls": {
    "label": "Public websites",
    "format": "array"
  },
  "websiteCount": {
    "label": "Website count",
    "format": "number"
  },
  "contactFormUrl": {
    "label": "Contact form",
    "format": "link"
  },
  "contactFormUrls": {
    "label": "Contact form urls"
  },
  "contactFormCount": {
    "label": "Contact forms",
    "format": "number"
  },
  "socialUrls": {
    "label": "Social profiles",
    "format": "array"
  },
  "socialLinkCount": {
    "label": "Social link count",
    "format": "number"
  },
  "channelLinkTitles": {
    "label": "Channel link labels",
    "format": "array"
  },
  "channelLinkUrls": {
    "label": "Channel links",
    "format": "array"
  },
  "externalLinkCount": {
    "label": "External link count",
    "format": "number"
  },
  "hasLinks": {
    "label": "Has links",
    "format": "boolean"
  },
  "instagramUrl": {
    "label": "Instagram",
    "format": "link"
  },
  "xUrl": {
    "label": "X / Twitter",
    "format": "link"
  },
  "tiktokUrl": {
    "label": "TikTok",
    "format": "link"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "githubUrl": {
    "label": "GitHub",
    "format": "link"
  },
  "discordUrl": {
    "label": "Discord",
    "format": "link"
  },
  "telegramUrl": {
    "label": "Telegram",
    "format": "link"
  },
  "whatsappUrl": {
    "label": "WhatsApp",
    "format": "link"
  },
  "hasHiddenEmail": {
    "label": "Hidden business email",
    "format": "boolean"
  },
  "protectedEmailStatus": {
    "label": "Protected email status",
    "format": "text"
  },
  "alternativeEmailSourceTypes": {
    "label": "Alternative email sources",
    "format": "array"
  },
  "secondaryChannelScanStatus": {
    "label": "Linked channel scan",
    "format": "text"
  },
  "secondaryChannelsScanned": {
    "label": "Secondary channels scanned"
  },
  "secondaryChannelFailures": {
    "label": "Secondary channel failures"
  },
  "archivedContactSearchStatus": {
    "label": "Older video search",
    "format": "text"
  },
  "archivedContactVideosScanned": {
    "label": "Older videos checked",
    "format": "number"
  },
  "archivedContactEvidenceUrls": {
    "label": "Archived contact evidence urls"
  },
  "contactEnrichmentStatus": {
    "label": "Contact enrichment",
    "format": "text"
  },
  "contactPagesScanned": {
    "label": "Contact pages scanned",
    "format": "number"
  },
  "contactSourcesAttempted": {
    "label": "Contact sources attempted",
    "format": "number"
  },
  "contactSourceFailures": {
    "label": "Contact source failures",
    "format": "number"
  },
  "pinnedCommentStatus": {
    "label": "Pinned comment",
    "format": "text"
  },
  "pinnedCommentVideoId": {
    "label": "Pinned video ID",
    "format": "text"
  },
  "pinnedCommentAuthor": {
    "label": "Pinned author",
    "format": "text"
  },
  "pinnedCommentUrls": {
    "label": "Pinned links",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Channel Email & Sponsor Lead Scraper](https://apify.com/trakk/youtube-channel-email-sponsor-leads.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trakk/youtube-channel-email-sponsor-leads.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/trakk/youtube-channel-email-sponsor-leads.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
