Retrieve public statistics of video via youtube api

后端 未结 3 822
执念已碎
执念已碎 2021-01-14 16:42

It\'s possible to obtain public statistics of video?

Using something like this i can get just total views of video and like count:

https://www.google         


        
3条回答
  •  南笙
    南笙 (楼主)
    2021-01-14 17:16

    You can get those using Analytics API

    Sample requests would help you understand.

    Analytics API is a different service but libraries come in same package and you can use same authorization with adding "https://www.googleapis.com/auth/yt-analytics.readonly" scope

提交回复
热议问题