# Collect Beauty & Fashion Influencer Emails for Sponsored Pos

**Use case:** 

Compile email contacts from leading beauty and fashion YouTube channels to initiate outreach for sponsored content campaigns. Connect with influencers whose aud

## Input

```json
{
  "channelUrls": [
    "https://www.youtube.com/@JamesCharles",
    "https://www.youtube.com/@NikkieTutorials",
    "https://www.youtube.com/@Hyram",
    "https://www.youtube.com/@jackieaina",
    "https://www.youtube.com/@patmcgrathlabs",
    "https://www.youtube.com/@Vogue",
    "https://www.youtube.com/@HarperBazaar"
  ],
  "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.