Channel Details

Get comprehensive channel information including stats and metadata. Can pass channelId, handle, or url.

1 creditper request
GET
/v1/youtube/channel

🤖 Why Code When AI Can Do It For You?

Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

curl "https://api.scrapecreators.com/v1/youtube/channel" \
  -H "x-api-key: "
{
  "channelId": "UCxcTeAKWJca6XyJ37_ZoKIQ",
  "channel": "http://www.youtube.com/@ThePatMcAfeeShow",
  "name": "The Pat McAfee Show",
  "avatar": {
    "image": {
      "sources": [
        {
          "url": "https://yt3.googleusercontent.com/ytc/AIdro_nBgMGIxgHehCAlUUepEhd9Yooi1I55k6IF2WExl-v8Q-c=s72-c-k-c0x00ffffff-no-rj",
          "width": 72,
          "height": 72
        },
        {
          "url": "https://yt3.googleusercontent.com/ytc/AIdro_nBgMGIxgHehCAlUUepEhd9Yooi1I55k6IF2WExl-v8Q-c=s120-c-k-c0x00ffffff-no-rj",
          "width": 120,
          "height": 120
        },
        {
          "url": "https://yt3.googleusercontent.com/ytc/AIdro_nBgMGIxgHehCAlUUepEhd9Yooi1I55k6IF2WExl-v8Q-c=s160-c-k-c0x00ffffff-no-rj",
          "width": 160,
          "height": 160
        }
      ],
      "processor": {
        "borderImageProcessor": {
          "circular": true
        }
      }
    },
    "avatarImageSize": "AVATAR_SIZE_XL",
    "loggingDirectives": {
      "trackingParams": "CC0Q6OENIhMIkInyhaSPiwMV9wfWAB3aoR9h",
      "visibility": {
        "types": "12"
      }
    }
  },
  "description": "",
  "subscriberCount": 2750000,
  "subscriberCountText": "2.75M subscribers",
  "videoCountText": "9,221 videos",
  "viewCountText": "2,170,355,382 views",
  "joinedDateText": "Joined Aug 23, 2017",
  "tags": "pat mcafee, football, pat mcafee show, the pat mcafee show, pat mcafee podcast, pat mcafee clips, pat mcafee reacts, pat mcafee highlights, pat mcafee live, pat mcafee show live, pat mcafee podcast, nfl, nba, nhl, mlb, ufc, sports",
  "email": null,
  "store": "https://store.patmcafeeshow.com",
  "twitter": "https://twitter.com/PatMcAfeeShow",
  "instagram": "https://instagram.com/patmcafeeshow",
  "links": [
    "https://store.patmcafeeshow.com",
    "https://twitter.com/PatMcAfeeShow",
    "https://instagram.com/patmcafeeshow"
  ],
  "country": "United States"
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

channelId
string

YouTube channel ID. Can pass a channelId, handle or url

Example:
UC-9-kyTW8ZkZNDHQJ6FgpwQ
handle
string

YouTube channel handle. Can pass a channelId, handle or url

Example:
ThePatMcAfeeShow
url
string

YouTube channel URL. Can pass a channelId, handle or url

Example:
https://www.youtube.com/@ThePatMcAfeeShow