# Find Gaming Influencer Emails for Brand Collaborations

**Use case:** 

Quickly extract contact emails from top gaming YouTube channels to streamline outreach for brand collaboration campaigns. Identify relevant influencers for prod

## Input

```json
{
  "channelUrls": [
    "https://www.youtube.com/@PewDiePie",
    "https://www.youtube.com/@MrBeastGaming",
    "https://www.youtube.com/@Valkyrae",
    "https://www.youtube.com/@Shroud",
    "https://www.youtube.com/@pokimane",
    "https://www.youtube.com/@Sykkuno",
    "https://www.youtube.com/@xQcOW",
    "https://www.youtube.com/@DrDisRespect",
    "https://www.youtube.com/@markiplier",
    "https://www.youtube.com/@jacksepticeye"
  ],
  "followExternalProfiles": true,
  "maxExternalPerChannel": 5,
  "autoProxyFallback": true
}
```

## Output

```json
{
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "channelName": {
    "label": "Channel name"
  },
  "channelHandle": {
    "label": "Handle"
  },
  "channelId": {
    "label": "Channel ID"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "externalLinks": {
    "label": "External links",
    "format": "array"
  },
  "sources": {
    "label": "Sources",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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