# Find B2B Software Review Channel Emails

**Use case:** 

Extract emails from YouTube channels reviewing B2B software. Get a list of verified contact emails for outreach in CSV, JSON, or Excel formats.

## Input

```json
{
  "channels": [
    "@WebDevSimplified",
    "@Fireship",
    "@NetworkChuck"
  ],
  "crawlLinkedSite": true,
  "alwaysCrawlSite": true,
  "maxSitePages": 5,
  "onlyWithEmail": true,
  "maxResults": 50
}
```

## Output

```json
{
  "channelTitle": {
    "label": "Channel"
  },
  "handle": {
    "label": "Handle"
  },
  "email": {
    "label": "Email"
  },
  "emailSource": {
    "label": "Email source"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "linkedWebsite": {
    "label": "Linked website"
  },
  "channelUrl": {
    "label": "Channel URL"
  }
}
```

## About this Actor

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