YouTube API V3 difficulties while fetching top channels based on specific country

83 Views Asked by At

I want to fetch top channels (i.e top 10,100,150 channels) based on their subscribers and view count for specific country, How can I do that?

I have tried to use

https://www.googleapis.com/youtube/v3/search 

but there is not any way found to fetch/search top YouTube channels with this API call, and not other way found for my need

Note: Tried regionCode parameter but that's not for filter the channels it fetching based on videos viewing in specific country

Thank you for your help in advance

1

There are 1 best solutions below

1
Linda Lawton - DaImTo On

What you want to do is not currently possible with this api.

search.list

Supports searching on a single region code

enter image description here

The Q paramater only does a fulltext search on the description and title of the video

enter image description here

There is no way to sort on either channels or subscribers.