# Extract YouTube Channel Emails, Socials & URLs

**Use case:** 

Get emails, social media links, and website URLs from any YouTube channel by handle or ID. Fast, cheap, and instant — all contacts in one run.

## Input

```json
{
  "channelHandle": "@KingsandGenerals"
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "id": {
    "label": "Channel ID",
    "format": "text"
  },
  "channelHandle": {
    "label": "Channel Handle",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "socials": {
    "label": "Social Links",
    "format": "array"
  },
  "urls": {
    "label": "URLs",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [[Fast & Cheap] Youtube Email, Socials & Urls Scraper](https://apify.com/endspec/youtube-channel-contacts-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/endspec/youtube-channel-contacts-extractor) to learn more, explore other use cases, and run it yourself.