Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Viewing all articles
Browse latest Browse all 3831

YouTube v3 API multiple search queries in search channel videos

$
0
0

I am sending requests to the YouTube v3 API at the following endpoint:

const url = `https://www.googleapis.com/youtube/v3/search?key=${process.env.YOUTUBE_API_KEY}&part=snippet&q=foo`;

I am going to change this to use channelId to specify a channel as foo is the channel name. I want to also use the search:list functionality to search for videos within a specific channel that have titles containing keywords that as I understand can be passed via the q parameter.

Is there a way to provide multiple values for q as I need to search video titles on multiple criteria?


Viewing all articles
Browse latest Browse all 3831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>