YouTube

Interact with YouTube videos, channels, and playlists

Configuration

Search Videos

Operation
Search Videos
YouTube API Key*
••••••••
Search Query*
Enter search query
Max Results
1
Search Videos (youtube_search)

Search for videos on YouTube using the YouTube Data API.

Input
ParameterTypeRequiredDescription
querystringYesSearch query for YouTube videos
maxResultsnumberNoMaximum number of videos to return
apiKeystringYesYouTube API Key
Output
ParameterTypeDescription
videoIdstringYouTube video ID
titlestringVideo title
descriptionstringVideo description

Get Video Details

Operation
Get Video Details
YouTube API Key*
••••••••
Video ID*
Enter YouTube video ID (e.g., dQw4w9WgXcQ)
Get Video Details (youtube_video_details)

Get detailed information about a specific YouTube video.

Input
ParameterTypeRequiredDescription
videoIdstringYesYouTube video ID
apiKeystringYesYouTube API Key
Output
ParameterTypeDescription
videoIdstringYouTube video ID
titlestringVideo title
descriptionstringVideo description
channelIdstringChannel ID
channelTitlestringChannel name
publishedAtstringPublished date and time
durationstringVideo duration in ISO 8601 format
viewCountnumberNumber of views
likeCountnumberNumber of likes
commentCountnumberNumber of comments
thumbnailstringVideo thumbnail URL
itemsstringitems output

Get Channel Info

Operation
Get Channel Info
YouTube API Key*
••••••••
Channel ID
Enter channel ID (or leave blank to use username)
Channel Username
Enter channel username (if not using channel ID)
Get Channel Info (youtube_channel_info)

Get detailed information about a YouTube channel.

Input
ParameterTypeRequiredDescription
channelIdstringNoYouTube channel ID (use either channelId or username)
usernamestringNoYouTube channel username (use either channelId or username)
apiKeystringYesYouTube API Key
Output
ParameterTypeDescription
channelIdstringYouTube channel ID
titlestringChannel name
descriptionstringChannel description
subscriberCountnumberNumber of subscribers
videoCountnumberNumber of videos
viewCountnumberTotal channel views
publishedAtstringChannel creation date
thumbnailstringChannel thumbnail URL

Get Playlist Items

Operation
Get Playlist Items
YouTube API Key*
••••••••
Playlist ID*
Enter YouTube playlist ID
Max Results
1
Get Playlist Items (youtube_playlist_items)

Get videos from a YouTube playlist.

Input
ParameterTypeRequiredDescription
playlistIdstringYesYouTube playlist ID
maxResultsnumberNoMaximum number of videos to return
pageTokenstringNoPage token for pagination
apiKeystringYesYouTube API Key
Output
ParameterTypeDescription
videoIdstringYouTube video ID
titlestringVideo title
descriptionstringVideo description
thumbnailstringVideo thumbnail URL
publishedAtstringDate added to playlist
channelTitlestringChannel name

Get Video Comments

Operation
Get Video Comments
YouTube API Key*
••••••••
Video ID*
Enter YouTube video ID
Max Results
1
Sort Order
Select...
Get Video Comments (youtube_comments)

Get comments from a YouTube video.

Input
ParameterTypeRequiredDescription
videoIdstringYesYouTube video ID
maxResultsnumberNoMaximum number of comments to return
orderstringNoOrder of comments: time or relevance
pageTokenstringNoPage token for pagination
apiKeystringYesYouTube API Key
Output
ParameterTypeDescription
commentIdstringComment ID
authorDisplayNamestringComment author name
authorChannelUrlstringComment author channel URL
textDisplaystringComment text (HTML formatted)
textOriginalstringComment text (plain text)
likeCountnumberNumber of likes
publishedAtstringComment publish date
updatedAtstringComment last updated date

Usage Instructions

Integrate YouTube into the workflow. Can search for videos, get video details, get channel information, get playlist items, and get video comments.

Notes

  • Category: tools
  • Type: youtube