Reputation: 83
I want to get all the channels within one particular category say "X".How can i achieve this using youtube data API? Getting all the channels is easy and we can get these on the basis of searched keyword.
Upvotes: 0
Views: 910
Reputation: 2296
With the Youtube API v3 the channels can be filtered by the Freebase topic ID, besides keyword
https://developers.google.com/youtube/v3/docs/search/list
Upvotes: 1