我有一个Excel VB宏,可以自动从Google Insights下载CSV文件,它工作正常,下载CSV文件的代码是:
OutputFile = "http://google.com/insights/search/overviewReport?q=" _ & termsAndTickers(counter, 1) & "&cmpt=q&content=1&export=2"
然而,在Google从Google Insights切换到Google趋势后,上面的代码停止了工作。我已经将“见解”改为“趋势”,但这并没有帮助。
我也在Google趋势源代码中搜索,无法找到导出链接。有API可用吗?有没有人有同样的问题?
答案 0 :(得分:0)
试试这个:
OutputFile = "http://www.google.com/trends/trendsReport?hl=en-US&q=" & searchTerms & "&content=1&export=1"
其中searchTerms是空格编码字符串,例如:pacquiao%20marquez