Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Rajkumar_J
Contributor III
Contributor III

Data extraction from YouTube

Hi,

 

I am trying to get the youtube data (likes,comments,dislikes etc.,) for a particular youtube channel.

 

For this i am using tYoutubeAnalyticsInput component. I am facing the below error while running the job (even after the successful creation of json secret code also).

 

0683p000009M3Z2.png

 

Please provide me some idea to get the data from youtube.

Waiting for new methods also.

Labels (4)
1 Reply
Anonymous
Not applicable

You do not need to use this component. I'm afraid I do not know that component, but what you want to do can be achieved quite easily using normal Talend components. For example, I have just created this job....

0683p000009M3ZC.png

 

The URL for the tRestClient can be seen below.....

"https://www.googleapis.com/youtube/v3/commentThreads?part=snippet%2Creplies&maxResults=100&order=tim...xxxxxxxxxxxxxxxxxxxxxxxxxxxx"

 

FYI the video I picked was the new trailer for Joker.

 

Take a look here to understand how the API works (https://developers.google.com/youtube/v3/docs/commentThreads/list?apix_params=%7B%22part%22%3A%22sni...).

 

This job took me about 5 minutes to build after I had set up my key using https://console.developers.google.com