如何找出YouTube上关注者的确切人数? [英] How to find out the exact number of followers on youtube?

查看:1083
本文介绍了如何找出YouTube上关注者的确切人数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要通过api找出频道上确切的订户数.
该频道不在我的帐户上,但我有权观看. 我需要显示在studio.youtube.com

I need to find out the exact number of subscribers on the channel via api.
The channel is not on my account, but I have the rights to watch. I need the exact amount shown on studio.youtube.com

我用


https://www.googleapis.com/youtube/v3/channels?part=statistics,snippet&mine=true&access_token=[your_access_token]

但是它仅显示一个个人帐户,如果您替换"mine", => " managedByMe" ;,我会看到错误

图片错误

But it shows only a personal account, and if you replace "mine" => "managedByMe", I will see an error

Img error

推荐答案

根据官方YouTube数据API文档,获取给定频道的订阅者人数的唯一方法是通过以下属性:

According to the official YouTube Data API docs, the only way to obtain the subscriber count of a given channel is through the following properties:

statistics.subscriberCount (无符号长)
频道拥有的订户数量.该值四舍五入为三个有效数字.请参阅修订历史

statistics.subscriberCount (unsigned long)
The number of subscribers that the channel has. This value is rounded down to three significant figures. Please see the Revision History or the YouTube Help Center for more details about how subscriber counts are rounded.

statistics.hiddenSubscriberCount (布尔值)
指示该频道的订阅者人数是否公开可见.

statistics.hiddenSubscriberCount (boolean)
Indicates whether the channel's subscriber count is publicly visible.

提供的数字是四舍五入的-因此是不准确的.因此,不幸的是,您无法从YouTube数据API获取所需的信息.

The number provided is rounded -- thus is not exact. Consequently, however unfortunate, is true that you cannot obtain the info you're looking for from the YouTube Data API.

根据此支持文章(以下重点是我的):

According to this support post (the emphasis below is mine):

从2019年8月开始,为了在我们公开显示订阅者人数的地方实现更高的一致性,我们将开始在所有公开的YouTube界面上显示缩写的订阅者人数.使用YouTube API服务的第三方也将获得与您在YouTube上看到的相同的面向公众的计数. 创作者仍然可以在YouTube Studio中查看其确切的订阅者人数.

To create more consistency everywhere that we publicly display subscriber counts, starting in August 2019, we’ll begin showing the abbreviated subscriber number across all public YouTube surfaces. Third parties that use YouTube’s API Services will also access the same public facing counts you see on YouTube. Creators will still be able to see their exact number of subscribers in YouTube Studio.

更改将在YouTube和公开的YouTube数据API服务之间进行. 创作者将继续在YouTube Studio和YouTube分析工具中私下查看其全部订阅者人数.

The change will take place across YouTube and the public YouTube Data API Service. Creators will continue to see their full subscriber counts privately in YouTube Studio and YouTube Analytics.

确实的确切数字仅显示给YouTube Studio或YouTube Analytics(分析)中的创建者.

Indeed exact numbers are shown only to creators within YouTube Studio or YouTube Analytics only.

这篇关于如何找出YouTube上关注者的确切人数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆