Reputation: 11
I want to get the number of subscribers of a YouTube Channel into a Google Sheet without using the YouTube API.
I want to export youtube subscribers count in Google Sheets.
In a Google Sheet I tried with IMPORTXML like these:
=IMPORTXML($A1,"//meta[@property='og:description']/@content")
But none of them is working for me
For eg: https://www.youtube.com/@youtube
For this URL, i want 41.4M subscribers in the Google sheets
Any help would be much appreciated.
Thanks
Upvotes: 1
Views: 59