Fetching multiple channel Id’s using an array of channel names with youtube api v3
i am trying to fetch multiple channel id’s using a array of different channnel names inorder to use 100 search quota units for a max of 50 channel names and 1 unit per channel id fetched instead of a 100 search quota units per channel name. in my research i’ve had mixed results on if it is possible or not. i am trying to optimise my 10,000 unit quota as much as possible. the code below works but it use 100 search units per channel name and 1 unit per id fetched. ( POST http://localhost:4000/api/youtube/fetch-multiple-channels ) {
“channelNames”: [ “MrBeast”, “Sidemen”, “mkbhd” ]
}