1

因此,当我访问 Google 趋势网页时,我可以下载 CSV 文件。(带有箭头符号的操作菜单)

所以例如像这样:

谷歌趋势示例

在这个 CSV 文件中,我最多只能比较 5 家公司。但我想将 1'000 个搜索词与 API 进行比较。有没有办法做到这一点?

我检查了 Google DataAPI,但我无法弄清楚:

谷歌数据 API

谢谢你的帮助!

4

1 回答 1

0

5个搜索词是限制。发出请求时查看 /api/explore 中的错误。

com.google.apps.framework.request.BadRequestException: Too many comparison items for explore: 6.

https://trends.google.com/trends/explore?date=all&q=a,b,c,d,e - 好的 https://trends.google.com/trends/explore?date=all&q=a,b ,c,d,e,f - 错误

于 2018-01-25T07:04:42.277 回答