I am working on a project in which I want to show the stats of the competitor's youtube channels.
I need to show views per day, subscribers per day, videos per day from the date when the competitor's channel is created to the current date.
Because I don't have any permission of competitor's channel so I can't use youtube analytics Api directly.
But I know this is possible because socialblade website is showings stats of channel (without permission because I checked with my own channel on socailblade and I didn't give any permission). https://socialblade.com/youtube/channel/UCAiKrZDrrSJnLpDM-zEVyng
I tried with youtube analytics API but FORBIDDEN error is coming and that is obvious I can't access private data without permission
So is there any way to fetch stats of youtube channel without access permission?