# Find YouTube influencer leads

**Use case:** 

Extract YouTube creator profiles, websites, Instagram links, channel descriptions, subscribers, and recent videos for influencer lead generation.

## Input

```json
{
  "channel": [
    "https://www.youtube.com/@mkbhd",
    "https://www.youtube.com/@casey",
    "https://www.youtube.com/@AliAbdaal"
  ],
  "keywords": false,
  "needVideoDetails": false,
  "numberOfResults": 2,
  "uniqueChannels": false,
  "maxVideosPerChannel": 2,
  "localeHl": "en",
  "localeGl": "US",
  "acceptLanguage": "en-US,en;q=0.9",
  "maxVideoDetailConcurrency": 20,
  "maxChannelConcurrency": 2,
  "fastVideoDetailConcurrency": 20,
  "proxyMode": "auto",
  "videoDetailProxyStrategy": "auto",
  "transcriptMode": "standard",
  "adaptiveTranscriptProxyFallback": true,
  "adaptiveTranscriptRetryConcurrency": 20,
  "residentialFallbackForMissingTranscripts": false,
  "streamDatasetItems": true,
  "resetCheckpoint": false
}
```

## Output

```json
{
  "author": {
    "label": "Channel handle",
    "format": "string"
  },
  "channelName": {
    "label": "Channel name",
    "format": "string"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "string"
  },
  "subscriberCount": {
    "label": "Subscriber count",
    "format": "number"
  },
  "amountOfVideos": {
    "label": "Channel video count",
    "format": "number"
  },
  "channelTotalViews": {
    "label": "Channel total views",
    "format": "number"
  },
  "isChannelVerified": {
    "label": "Channel verified",
    "format": "boolean"
  },
  "profilePicture": {
    "label": "Channel profile image",
    "format": "string"
  },
  "profileBanner": {
    "label": "Channel banner image",
    "format": "string"
  },
  "channelDescription": {
    "label": "Channel description",
    "format": "string"
  },
  "channelLinksText": {
    "label": "Channel links text",
    "format": "string"
  },
  "channelLinks": {
    "label": "Channel links",
    "format": "object"
  },
  "channelInfo": {
    "label": "Channel info",
    "format": "object"
  }
}
```

## About this Actor

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