# Scrape YouTube Brand Channel Profiles

**Use case:** 

Export YouTube channel profile metadata for public brand channels for competitive social media monitoring.

## Input

```json
{
  "channelUrlsOrHandles": [
    "@nike",
    "@apple"
  ],
  "maxChannels": 2,
  "includeRecentSections": true,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "channelId": {
    "label": "Channel ID",
    "format": "text"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subscriberCountText": {
    "label": "Subscribers",
    "format": "text"
  },
  "subscriberCount": {
    "label": "Subscriber count",
    "format": "number"
  },
  "videoCountText": {
    "label": "Videos",
    "format": "text"
  },
  "videoCount": {
    "label": "Video count",
    "format": "number"
  },
  "viewCountText": {
    "label": "Views",
    "format": "text"
  },
  "viewCount": {
    "label": "View count",
    "format": "number"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "joinedDateText": {
    "label": "Joined",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "link"
  },
  "avatarUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "externalLinks": {
    "label": "External links",
    "format": "object"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "recentSectionTitles": {
    "label": "Recent sections",
    "format": "array"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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