Is it somehow possible to get the channel ID by a channel name (www.youtube.com/somechannelname)? In my case I only have the channel name, but have to retrieve data from the channel (but for this I need the ID).
Asked
Active
Viewed 1,960 times
0
-
https://commentpicker.com/youtube-channel-id.php – yeo4 Aug 06 '20 at 13:33
1 Answers
-1
See: How can I get a channel ID from YouTube?
To obtain the channel id you can view the source code of the channel page and find either
data-channel-external-id="UCjXfkj5iapKHJrhYfAF9ZGg"
or"externalId":"UCjXfkj5iapKHJrhYfAF9ZGg"
.
UCjXfkj5iapKHJrhYfAF9ZGg
will be the channel ID you are looking for.

Opifex
- 362
- 4
- 15