# Find YouTube Creator Emails by Channel or Keyword

**Use case:** 

Turn YouTube channels or a keyword into publicly listed creator business emails + social links. Signed out, public only — pay only when an email is found.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/@mkbhd"
    }
  ],
  "searchKeywords": [],
  "maxChannelsPerKeyword": 50,
  "minSubscribers": 0,
  "scanLinkedWebsites": true,
  "scanVideoDescriptions": true,
  "maxVideosPerChannel": 3,
  "includeSocialLinks": true,
  "dedupeEmails": true,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelHandle": {
    "label": "Handle",
    "format": "text"
  },
  "subscriberCount": {
    "label": "Subs",
    "format": "number"
  },
  "bestEmail": {
    "label": "Best email",
    "format": "text"
  },
  "hasEmail": {
    "label": "Has email",
    "format": "boolean"
  },
  "sourceMode": {
    "label": "Source",
    "format": "text"
  },
  "channelUrl": {
    "label": "URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

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