Skip to main content
GET
Get Results
Retrieve scraped data from your YouTube Transcript Scraper runs.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

string
required
Hash of the squid to get results from
integer
Page number (default: 1)

Result Fields

string
YouTube video identifier. Example: dQw4w9WgXcQ
string
Canonical URL of the video. Example: https://www.youtube.com/watch?v=dQw4w9WgXcQ
string
Video title. Example: Rick Astley - Never Gonna Give You Up
text
Full video description.
json
Keywords (tags) set by the creator.
integer
Video length in seconds. Example: 212
bigint
View count at collection time. Example: 1400000000
bigint
Like count (null when likes are hidden). Example: 15000000
string
Approximate comment count as displayed by YouTube. Example: 2.1M
datetime
Publish date and time (UTC). Example: 2009-10-25T06:57:33Z
string
Relative publish time as displayed by YouTube. Example: 16 years ago
string
YouTube category. Example: Music
boolean
Whether the video is unlisted.
boolean
Whether YouTube flags the video as family safe.
boolean
Whether the video is or was a live broadcast.
string
Highest resolution thumbnail URL.
string
YouTube channel identifier. Example: UCuAXFkgsw1L7xaCfnd5JJOw
string
Channel name. Example: Rick Astley
string
Channel URL. Example: https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw
string
Channel handle. Example: @RickAstleyYT
string
Channel avatar image URL.
string
Subscriber count as displayed by YouTube. Example: 3.8M subscribers
string
Language setting used for this row. Example: en
string
Language code of the primary transcript. Example: en
string
Display name of the primary transcript track. Example: English
boolean
Whether the primary transcript is auto-generated.
json
Primary transcript as timestamped segments (start, duration, text).
text
Primary transcript as plain text. Example: We're no strangers to love...
integer
Number of words in full_text. Example: 312
json
Every downloaded caption track.
integer
Number of downloaded tracks. Example: 3
json
Every caption track the video offers.
string
‘ok’ when at least one track was downloaded, ‘no_captions’ when none available. Example: ok
boolean
Whether a transcript was downloaded.

Response

200