# Get YouTube channel emails with AI niche and language tags

**Use case:** 

Beyond raw emails — every YouTube lead is enriched with niche, country, language and a contactability score, so you can segment and prioritize outreach.

## Input

```json
{
  "searchQuery": "fitness youtuber",
  "channelUrls": [],
  "maxResults": 5,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel url"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "emailSource": {
    "label": "Source",
    "format": "text"
  },
  "niche": {
    "label": "Niche",
    "format": "text"
  },
  "language": {
    "label": "Language"
  },
  "estimatedCountry": {
    "label": "Estimated country"
  },
  "website": {
    "label": "Website"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "contentType": {
    "label": "Content type"
  },
  "contactabilityScore": {
    "label": "Score",
    "format": "number"
  }
}
```

## About this Actor

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