I'm making a list that organizes the start time of scheduled streams on multiple channels. To do this, use search to collect a list of videos that are type=='upcoming' from each channel and extract the timestamp from the collected video list. This process consumes quota of 100 (Search) + 1 (Video). I can do less than 100 searches, but is there any way I can do more searches?
I also tried to use "youtube-livestreaming-api", but I found that my API key was not valid. Can't I use this API because I am not YouTube Partner?