# Create B2B lead generation datasets from YouTube channels

**Use case:** 

Create B2B lead generation datasets from public YouTube channels and linked websites without a YouTube API key.

## Input

```json
{
  "searchKeywords": [
    "b2b marketing agency contact email",
    "business coach contact email"
  ],
  "channelTargets": [
    "https://www.youtube.com/@IndigoMarketingAgency",
    "https://www.youtube.com/channel/UCztor5qbjvs2y45LTx-9Dsw",
    "https://www.youtube.com/@TECHNICALVARUNPANDEY",
    "https://www.youtube.com/@mkbhd",
    "https://www.youtube.com/@veritasium"
  ],
  "resultScope": "allYouTubeResults",
  "maxLeadsPerSearch": 25,
  "location": "United States",
  "emailDomains": [],
  "includeLinkedSites": true
}
```

## Output

```json
{
  "email": {
    "label": "Email",
    "format": "string"
  },
  "matchedInput": {
    "label": "Matched input",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "sourceTitle": {
    "label": "Source title",
    "format": "string"
  },
  "emailSource": {
    "label": "Email source",
    "format": "string"
  },
  "publicWebsiteUrl": {
    "label": "Public website URL",
    "format": "string"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Lead Scraper](https://apify.com/maximedupre/youtube-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/youtube-lead-scraper) to learn more, explore other use cases, and run it yourself.