Skip to main content
GET
/
v1
/
scrape
/
youtube
/
channel
/
shorts
Channel Shorts
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/youtube/channel/shorts \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "shorts": [
    {
      "type": "short",
      "id": "01D3CgMZ29I",
      "url": "https://www.youtube.com/watch?v=01D3CgMZ29I",
      "title": "WHAT A MATCH",
      "thumbnail": "https://i.ytimg.com/vi/01D3CgMZ29I/oardefault.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLC9HKSvAwuaWKMyklKCnLr5ElK_WA",
      "viewCountText": "13K",
      "viewCountInt": 13000
    }
  ],
  "continuationToken": "4qmFsgLv...."
}
💳 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

handle
string

Can pass channelId or handle

Example:

"ThePatMcAfeeShow"

channelId
string

Can pass channelId or handle

Example:

"UC-9-kyTW8ZkZNDHQJ6FgpwQ"

sort
enum<string>

Sort by newest or popular

Available options:
newest,
popular
Example:

"newest"

continuationToken
string

Continuation token to get more videos. Get 'continuationToken' from previous response.

Example:

"4qmFsgKrCBIYVUNkRkpXVWE0M3NtUm00SXBIQnB"

Response

Successful response

success
boolean
required
Example:

true

shorts
object[]
required
continuationToken
string
required
Example:

"4qmFsgLv...."