Google Trends API-数据频率

时间:2018-09-12 20:06:01

标签: google-apis-explorer google-trends

我已经获得了Google Trends API的访问权限,并尝试使用入门指南的代码下载一些趋势数据:

start_date = ​'2010-01'
end_date = ​'2018-01'
response = service.getGraph(terms=​'apple'​,restrictions_startDate=start_date,restrictions_endDate=end_date).execute()
pprint.pprint(response)

这将返回每月数据。有没有办法每天获取数据?

2 个答案:

答案 0 :(得分:0)

``数据频率当前包括每周和每月频率,国家/地区趋势订阅

当前每周一次是<C-o>接受的最短时间,但将来可能会用于每天的时间标度频率。

答案 1 :(得分:0)

尝试使用较短的时间来获取每周或每天的分辨率。