Icon

03_​Access_​YouTube_​REST_​API

How to access YouTube REST API

This workflow accesses a few YouTube services through the Google YouTube REST API.
-"search" to retrieve videos according to selected keywords (use + to join multiple keywords).
- call "videos" to get details about a given video through its video ID.
- call "commentThreads" to get all comments for a video with a given videoID.

In order to access the data you need an API Key from Google Cloud Console enabled for Youtube REST Service.


Insert searchkeyword(s) and keyAPI enabled forYouTube RESTservices Call "search" service to getthe list of up to 50 videos forthe given search keywords This workflow accesses a few YouTube services through the Google YouTube REST API. Call "commentThreads"service to get the list ofcomments for each videothrough videoID Call "videos" service to getstats for each video throughvideoID Aggregations & Sorting To Report text processingsummary statsword cloudView count,likeCount,and similar Text Pre-processing YouTube API: Extract list ofvideo IDs matching keywords YouTube API: Extract VideoProperties for videoID YouTube API: ExtractComments for videoID Data to Report Tag Cloud Image to Report YouTube Stats Search Keywords& key API Insert searchkeyword(s) and keyAPI enabled forYouTube RESTservices Call "search" service to getthe list of up to 50 videos forthe given search keywords This workflow accesses a few YouTube services through the Google YouTube REST API. Call "commentThreads"service to get the list ofcomments for each videothrough videoID Call "videos" service to getstats for each video throughvideoID Aggregations & Sorting To Report text processingsummary statsword cloudView count,likeCount,and similarText Pre-processing YouTube API: Extract list ofvideo IDs matching keywords YouTube API: Extract VideoProperties for videoID YouTube API: ExtractComments for videoID Data to Report Tag Cloud Image to Report YouTube Stats Search Keywords& key API

Nodes

Extensions

Links