因此,当我访问Google趋势网页时,我可以下载CSV文件。 (带箭头符号的操作菜单)
例如,像这样:
在此CSV文件中,我最多只能比较5家公司。但我想将1 000个搜索字词与API进行比较。有没有办法做到这一点?
我检查了Google DataAPI,但我无法弄清楚:
感谢您的帮助!
答案 0 :(得分: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 - 错误