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

Working with YouTube handles (@xxxx) with the YouTube Data API v3

$
0
0

After pouring over the documentation for YouTube data API v3, I cannot find anything that deals with the new YouTube handles system.

There are several questions on StackOverflow trying to address this topic:

There are a couple of solutions proposed by the community:

  1. The search endpoint using the handle name as the q value
  2. scraping the channel by using requests.get(f"https://youtube.com/@{handle_name}")

The issues I have with these solutions are as follows:

  1. the search endpoint is unreliable (try using it to find https://youtube.com/@illustrator and you'll get an adobe channel) and costs 100 quota where the channel endpoint costs 1.
  2. scraping seems sketchy in terms of the terms of service so I (and those above me) would prefer a more official method.

The support page for YouTube data API V3 https://developers.google.com/youtube/v3/support states that Google engineers should be monitoring the StackOverflow questions tagged with youtube-api, youtube-data-api and youtube-v3-api so I'm hoping one of them might see this and give an official answer to the question, even if that answer is that they have no plans in the future to support it.


Viewing all articles
Browse latest Browse all 3831

Trending Articles



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