有 YouTube Analytics 的 API 吗?

发布于 2024-12-27 18:58:17 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

够钟 2025-01-03 18:58:17

我一直在研究完全相同的问题。基本答案是还没有可用的 API,但我已经能够使用 HTTPClient 作为假装浏览器来伪造自制 API。

一些 Firebug 给了我这些网址:

google.com/accounts/ClientLogin

youtube.com/signin?action_handle_signin=true&nomobiletemp=1&hl=en_US&next=%2F&pli=1&auth="+key

youtube.com/insight_proxy_csv?dim=DAY&ord=DAY&from=27122011&to=02012012&where=UN001&whatType=CHANNEL&whatId=userID

您必须尝试一下,看看什么对您有用,但这是可能的以编程方式提取信息

干杯

汤姆。

I have been working on exactly the same issue. The basic answer is there is no API available yet, but I have been able to fudge a homebrew API using HTTPClient as a pretend browser.

A bit of firebugging got me these urls:

google.com/accounts/ClientLogin

youtube.com/signin?action_handle_signin=true&nomobiletemp=1&hl=en_US&next=%2F&pli=1&auth="+key

youtube.com/insight_proxy_csv?dim=DAY&ord=DAY&from=27122011&to=02012012&where=UN001&whatType=CHANNEL&whatId=userID

You'll have to play around and see what works for you but it is possible to extract the information programatically.

Cheers

Tom

浅黛梨妆こ 2025-01-03 18:58:17

YouTube API 2.0 版本中似乎已添加此内容:https://developers.google .com/youtube/2.0/developers_guide_protocol_insight

It looks like this has been added in the 2.0 version of the YouTube API: https://developers.google.com/youtube/2.0/developers_guide_protocol_insight

鸠魁 2025-01-03 18:58:17

YouTube Analytics API 的实验版本现已公开发布:http://developers.google.com/youtube/分析

An experimental release of the YouTube Analytics API is now publicly available: http://developers.google.com/youtube/analytics

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文