# YouTube Channel Email Data Export

**Use case:** 

Data Export of YouTube Channel Email. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "channels": [
    "@MrBeast",
    "@Veritasium",
    "@TED"
  ],
  "maxItems": 100,
  "deepSearch": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "🖼 Avatar",
    "format": "image"
  },
  "channelName": {
    "label": "📌 Channel",
    "format": "text"
  },
  "channelHandle": {
    "label": "🆔 Handle",
    "format": "text"
  },
  "channelId": {
    "label": "🆔 Channel ID",
    "format": "text"
  },
  "channelUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "businessEmail": {
    "label": "📧 Business Email",
    "format": "text"
  },
  "extractedEmails": {
    "label": "✉️ Extracted Emails",
    "format": "array"
  },
  "subscribers": {
    "label": "👥 Subscribers",
    "format": "text"
  },
  "videoCount": {
    "label": "🎬 Videos",
    "format": "number"
  },
  "totalViews": {
    "label": "👁️ Total Views",
    "format": "number"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "joinedDate": {
    "label": "📅 Joined",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "websiteLinks": {
    "label": "🌐 Websites",
    "format": "array"
  },
  "socialLinks": {
    "label": "🔗 Socials",
    "format": "array"
  },
  "keywords": {
    "label": "🏷 Keywords",
    "format": "array"
  },
  "lastUpdated": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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