# YouTube channel email scraper for known channels

**Use case:** 

Check known YouTube channel URLs, handles, or IDs for public creator emails, websites, social links, and source evidence.

## Input

```json
{
  "channelTargets": [
    "@mkbhd",
    "@veritasium",
    "https://www.youtube.com/channel/UCztor5qbjvs2y45LTx-9Dsw"
  ],
  "resultScope": "channelPages",
  "maxLeadsPerSearch": 25,
  "location": "United States",
  "emailDomains": [],
  "includeLinkedSites": true
}
```

## Output

```json
{
  "email": {
    "label": "Email",
    "format": "string"
  },
  "matchedInput": {
    "label": "Matched input",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "sourceTitle": {
    "label": "Source title",
    "format": "string"
  },
  "emailSource": {
    "label": "Email source",
    "format": "string"
  },
  "publicWebsiteUrl": {
    "label": "Public website URL",
    "format": "string"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "array"
  }
}
```

## About this Actor

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