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>'
{
  "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
        }
      ],
      "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"
  ],
  "country": "United States"
}
💳 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

channelId
string
required
Example:

"UCxcTeAKWJca6XyJ37_ZoKIQ"

channel
string
required
Example:

"http://www.youtube.com/@ThePatMcAfeeShow"

name
string
required
Example:

"The Pat McAfee Show"

avatar
object
required
description
string
required
Example:

""

subscriberCount
integer
required
Example:

2750000

subscriberCountText
string
required
Example:

"2.75M subscribers"

videoCountText
string
required
Example:

"9,221 videos"

viewCountText
string
required
Example:

"2,170,355,382 views"

joinedDateText
string
required
Example:

"Joined Aug 23, 2017"

tags
string
required
Example:

"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"

store
string
required
Example:

"https://store.patmcafeeshow.com"

twitter
string
required
Example:

"https://twitter.com/PatMcAfeeShow"

instagram
string
required
Example:

"https://instagram.com/patmcafeeshow"

country
string
required
Example:

"United States"

email
null