Skip to content Skip to sidebar Skip to footer

Using Youtube Api, How To Get The List Of Likes Of A Search Results In Python

For eg: if search the keyword 'Indian Cricket team'..search results contains a set of videos. I want to get the like got for each videos.

Solution 1:

You can iterate over search results to get videoIds together, then use videos->list call to get likes of videos.

You can check Python samples for examples.

Post a Comment for "Using Youtube Api, How To Get The List Of Likes Of A Search Results In Python"