Skip to main content
GET
/
v1
/
scrape
/
youtube
/
channel
Channel Details
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/youtube/channel \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "success": true,
    "channelId": "UCxcTeAKWJca6XyJ37_ZoKIQ",
    "channel": "http://www.youtube.com/@ThePatMcAfeeShow",
    "handle": "@ThePatMcAfeeShow",
    "name": "The Pat McAfee Show",
    "avatar": {
      "image": {
        "sources": {
          "0": {
            "url": "https://yt3.googleusercontent.com/ytc/AIdro_nBgMGIxgHehCAlUUepEhd9Yooi1I55k6IF2WExl-v8Q-c=s68-c-k-c0x00ffffff-no-rj"
          }
        },
        "processor": {
          "borderImageProcessor": {
            "circular": true
          }
        }
      },
      "accessibilityText": "The Pat McAfee Show. Go to channel.",
      "avatarImageSize": "AVATAR_SIZE_M"
    },
    "description": "",
    "subscriberCount": 2970000,
    "subscriberCountText": "2.97M subscribers",
    "videoCountText": "10,538 videos",
    "videoCount": 10538,
    "viewCountText": "2,462,865,520 views",
    "viewCount": 2462865520,
    "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": {
      "0": "https://store.patmcafeeshow.com",
      "1": "https://twitter.com/PatMcAfeeShow",
      "2": "https://instagram.com/patmcafeeshow"
    },
    "country": "United States"
  },
  "credits_used": 1,
  "endpoint": "youtube/channel"
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

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"

Response

Successful response