Youtube api v3 search returns different results from youtube

I am trying to search on v3 api using this URL: https://www.googleapis.com/youtube/v3/search?part=id,snippet&channelId=UCtVd0c0tGXuTSbU5d8cSBUg&maxResults=10&order=date&q = game & key = [api_

but that only gives me one playlist back.

When I do this search on YouTube directly, it returns me more results: https://www.youtube.com/user/YouTubeDev/search?query=game

Why is this happening, is something wrong with what I'm doing?

+4
source share
2 answers

In the first, you use the search-> list method. What is looking for channels?

. API - > .

(, , , videos- > list)

0

Source: https://habr.com/ru/post/1541333/


All Articles