Get Video
Fetch metadata, streaming data, and engagement stats for a single YouTube video.
Capability ID
youtube.video.get
Cost
1 credit per request
Maximum runtime
60 seconds
POST
/execute
Shared execution endpoint
Input parameters
url
string
required
YouTube video URL or video ID
Example
https://www.youtube.com/watch?v=dQw4w9WgXcQ
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
available_countries |
array |
3 items |
available_countries |
array |
3 items |
category |
string |
Music |
channel_id |
string |
UCuAXFkgsw1L7xaCfnd5JJOw |
channel_name |
string |
Rick Astley |
channel_subscriber_count |
string |
4.52M subscribers |
channel_thumbnail |
array |
3 items |
channel_thumbnail |
array |
3 items |
channel_url |
string |
/@RickAstleyYT |
date_text |
string |
Oct 24, 2009 |
description |
string |
The official video for “Never Gonna Give You Up” by Rick Astley. Neve… |
duration_seconds |
integer |
213 |
embed_url |
string |
https://www.youtube.com/embed/dQw4w9WgXcQ |
full_description |
string |
The official video for “Never Gonna Give You Up” by Rick Astley. Neve… |
is_family_safe |
boolean |
true |
is_live |
boolean |
false |
is_private |
boolean |
false |
is_unlisted |
boolean |
false |
keywords |
array |
3 items |
keywords |
array |
3 items |
like_count_a11y |
string |
like this video along with 19,296,956 other people |
like_count_text |
string |
19M |
publish_date |
string |
2009-10-24T23:57:33-07:00 |
thumbnails |
array |
3 items |
thumbnails |
array |
3 items |
title |
string |
Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster) |
upload_date |
string |
2009-10-24T23:57:33-07:00 |
url |
string |
https://www.youtube.com/watch?v=dQw4w9WgXcQ |
video_id |
string |
dQw4w9WgXcQ |
view_count |
integer |
1799115484 |
view_count_text |
string |
1,799,115,484 views |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.