# Bulk YouTube channel scraper

**Use case:** 

Pull video lists from several channels at once for competitor and content research.

## Input

```json
{
  "channels": [
    "@YouTube",
    "@NASA",
    "@TED"
  ],
  "maxVideos": 100,
  "includeChannelInfo": true,
  "concurrency": 8,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "channelName": {
    "label": "Channel"
  },
  "viewCount": {
    "label": "Views"
  },
  "duration": {
    "label": "Duration"
  },
  "publishedText": {
    "label": "Published"
  },
  "membersOnly": {
    "label": "Members only"
  },
  "url": {
    "label": "URL"
  },
  "videoId": {
    "label": "Video ID"
  },
  "thumbnail": {
    "label": "Thumbnail"
  }
}
```

## About this Actor

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