Hi
How we can get Youtube Videos category wise list
Thanks
Hi
How we can get Youtube Videos category wise list
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak TewatiaPosted Dec 17, 2022, 7:03 PM
Hi Ramco,
you can use the YouTube Data API to retrieve the information you need.
Here's an example of a request to retrieve a list of all available video categories:
And here's an example of a request to search for videos in a specific category:
You can find more information about the YouTube Data API and how to use it in the API documentation (https://developers.google.com/youtube/v3/docs).