# Enrich YouTube leads with source-backed contacts

**Use case:** 

Pull channel contact details together with source URLs so a team can review where each public email or profile was found.

## Input

```json
{
  "channelUrls": [
    "https://www.youtube.com/@aliabdaal"
  ],
  "searchQueries": [
    "podcast youtube channels"
  ],
  "maxResults": 10,
  "scrapeWebsite": true,
  "followLinkAggregators": true
}
```

## Output

```json
{
  "channel_name": {
    "label": "Channel name",
    "format": "string"
  },
  "channel_handle": {
    "label": "Channel handle",
    "format": "string"
  },
  "channel_url": {
    "label": "Channel URL",
    "format": "string"
  },
  "email": {
    "label": "Primary email address",
    "format": "string"
  },
  "all_emails": {
    "label": "All email addresses",
    "format": "array"
  },
  "phone": {
    "label": "Phone number",
    "format": "string"
  },
  "website": {
    "label": "Website URL",
    "format": "string"
  },
  "social_instagram": {
    "label": "Instagram URL",
    "format": "string"
  },
  "social_twitter": {
    "label": "Twitter / X URL",
    "format": "string"
  },
  "social_tiktok": {
    "label": "TikTok URL",
    "format": "string"
  },
  "social_facebook": {
    "label": "Facebook URL",
    "format": "string"
  },
  "social_linkedin": {
    "label": "LinkedIn URL",
    "format": "string"
  },
  "social_telegram": {
    "label": "Telegram URL",
    "format": "string"
  },
  "social_whatsapp": {
    "label": "WhatsApp URL",
    "format": "string"
  },
  "subscriber_count": {
    "label": "Subscriber count",
    "format": "string"
  },
  "video_count": {
    "label": "Video count",
    "format": "string"
  },
  "total_views": {
    "label": "Total views",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "email_sources": {
    "label": "Email sources",
    "format": "array"
  },
  "scraped_at": {
    "label": "Scraped timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Channel Email Scraper — Emails, Phones & Socials](https://apify.com/khadinakbar/youtube-channel-email-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/youtube-channel-email-extractor) to learn more, explore other use cases, and run it yourself.