# Scrape Tech Reviewer Contact Info for PR Pitches

**Use case:** 

Gather email addresses from prominent tech review YouTube channels to build targeted media lists for product launch PR. Effectively pitch your new gadgets and s

## Input

```json
{
  "channelUrls": [
    "https://www.youtube.com/@MKBHD",
    "https://www.youtube.com/@LinusTechTips",
    "https://www.youtube.com/@Dave2D",
    "https://www.youtube.com/@UnboxTherapy",
    "https://www.youtube.com/@AustinEvans",
    "https://www.youtube.com/@TheTechChap",
    "https://www.youtube.com/@HardwareCanucks",
    "https://www.youtube.com/@JerryRigEverything"
  ],
  "followExternalProfiles": true,
  "maxExternalPerChannel": 4,
  "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.