Skip to main content
GET
/
v1
/
scrape
/
youtube
/
video
Video/Short Details
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/youtube/video \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "success": true,
    "id": "zdO3THL0mRo",
    "thumbnail": "https://img.youtube.com/vi/zdO3THL0mRo/maxresdefault.jpg",
    "url": "https://www.youtube.com/watch?v=zdO3THL0mRo",
    "publishDate": "2026-02-08T11:50:51-08:00",
    "type": "video",
    "title": "It’s Super Bowl Sunday… WHO YA GOT",
    "description": null,
    "commentCountText": "65",
    "commentCountInt": 65,
    "likeCountText": "1081",
    "likeCountInt": 1081,
    "viewCountText": "23,093",
    "viewCountInt": 23093,
    "publishDateText": "Feb 8, 2026",
    "collaborators": {},
    "channel": {
      "id": "UCxcTeAKWJca6XyJ37_ZoKIQ",
      "url": "https://www.youtube.com/@ThePatMcAfeeShow",
      "handle": "ThePatMcAfeeShow",
      "title": "The Pat McAfee Show"
    },
    "chapters": {},
    "watchNextVideos": {
      "0": {
        "id": "7iEFiS1yNlI",
        "title": "FULL NFL Countdown | Darnold or Maye: Who takes title? - ESPN on Super Bowl LX: Seahawks vs Patriots",
        "thumbnail": "https://i.ytimg.com/vi/7iEFiS1yNlI/hqdefault.jpg?sqp=-oaymwEmCKgBEF5IWvKriqkDGQgBFQAAiEIYAdgBAeIBCggYEAIYBjgBQAE=&rs=AOn4CLBdestUmDFwZKG1OmntSdWf7n0VAA",
        "channel": {
          "title": "Gabriel Ferreira",
          "url": "https://www.youtube.com/@gabferreira_yt",
          "handle": "gabferreira_yt",
          "id": "UC5bk70mGnmnIZQu1lZ9-vjA"
        },
        "publishedTimeText": "7 hours ago",
        "publishedTime": "2026-02-08T22:56:03.666Z",
        "publishDateText": "7 hours ago",
        "publishDate": "2026-02-08T22:56:03.666Z",
        "viewCountText": "29K views",
        "viewCountInt": 29000,
        "lengthText": "31:16",
        "lengthInSeconds": 1876,
        "videoUrl": "https://www.youtube.com/watch?v=7iEFiS1yNlI"
      }
    },
    "keywords": {},
    "genre": "Sports",
    "durationMs": 90000,
    "durationFormatted": "00:01:30",
    "captionTracks": {},
    "transcript": null,
    "transcript_only_text": null
  },
  "credits_used": 1,
  "endpoint": "youtube/video"
}
💳 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

url
string
required

YouTube video or short URL

Response

Successful response