# Collect Tech Review Channel Contacts for PR Outreach

**Use case:** 

Gather email addresses from leading technology review YouTube channels to streamline your public relations efforts. This task helps PR agencies and tech compani

## Input

```json
{
  "channelUrls": [
    "https://www.youtube.com/@MKBHD",
    "https://www.youtube.com/@LinusTechTips",
    "https://www.youtube.com/@HardwareUnboxed"
  ],
  "followExternalProfiles": true,
  "maxExternalPerChannel": 5,
  "autoProxyFallback": false
}
```

## 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.