Icon

05_​Search_​YouTube_​via_​REST_​API

Access YouTube REST API
Insert searchkeyword(s) and keyAPI enabled forYouTube RESTservices Call "search" service to getthe list of up to 50 videos forthe given search keywords Access YouTube via REST API This workflow accesses varius YouTube services through the Google YouTube REST API.- "search" retrieves videos according to selected keywords (use + to join multiple keywords)- "videos" procures details about a given video through its video ID- "commentThreads" gets all of the comments for a video with a given videoIDMore information on the YouTube REST API can be found on the Google API Console via these 2 links:https://developers.google.com/apis-explorer/?hl=en_US#p/youtube/v3/https://developers.google.com/youtube/v3/getting-started#before-you-start Call "commentThreads"service to get the list ofcomments for each videovia the videoID Call "videos" service to getstats on each video via thevideoID from commentsto documentsfrom descriptionsto documents YouTube API: Extract list ofvideo IDs matching keywords YouTube API: Extract VideoProperties for videoID YouTube API: ExtractComments for videoID Search Keywords& key API Strings To Document Strings To Document Insert searchkeyword(s) and keyAPI enabled forYouTube RESTservices Call "search" service to getthe list of up to 50 videos forthe given search keywords Access YouTube via REST API This workflow accesses varius YouTube services through the Google YouTube REST API.- "search" retrieves videos according to selected keywords (use + to join multiple keywords)- "videos" procures details about a given video through its video ID- "commentThreads" gets all of the comments for a video with a given videoIDMore information on the YouTube REST API can be found on the Google API Console via these 2 links:https://developers.google.com/apis-explorer/?hl=en_US#p/youtube/v3/https://developers.google.com/youtube/v3/getting-started#before-you-start Call "commentThreads"service to get the list ofcomments for each videovia the videoID Call "videos" service to getstats on each video via thevideoID from commentsto documentsfrom descriptionsto documents YouTube API: Extract list ofvideo IDs matching keywords YouTube API: Extract VideoProperties for videoID YouTube API: ExtractComments for videoID Search Keywords& key API Strings To Document Strings To Document

Nodes

Extensions

Links