# Build a contact list from YouTube channels

**Use case:** 

Collect emails, phones, websites, and socials from specific YouTube channels for creator outreach and partnership prospecting.

## Input

```json
{
  "channelUrls": [
    "https://www.youtube.com/@aliabdaal",
    "https://www.youtube.com/@GrahamStephan"
  ],
  "searchQueries": [],
  "maxResults": 20,
  "scrapeWebsite": true,
  "followLinkAggregators": true
}
```

## Output

```json
{
  "channel_name": {
    "label": "Channel name",
    "format": "string"
  },
  "channel_handle": {
    "label": "Channel handle",
    "format": "string"
  },
  "email": {
    "label": "Primary email address",
    "format": "string"
  },
  "phone": {
    "label": "Phone number",
    "format": "string"
  },
  "website": {
    "label": "Website URL",
    "format": "string"
  },
  "subscriber_count": {
    "label": "Subscriber count",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Channel Email Scraper — Emails, Phones & Socials](https://apify.com/khadinakbar/youtube-channel-email-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/youtube-channel-email-extractor) to learn more, explore other use cases, and run it yourself.