我尝试使用selenium搜索谷歌趋势

时间:2016-06-19 00:13:16

标签: python selenium selenium-chromedriver google-trends

我尝试使用selenium搜索谷歌趋势。几次我得到了#34;你已达到配额限制。请稍后再试。"如何解决?

options = webdriver.ChromeOptions()
options.add_argument('--user-agent=Mozilla/5.0 ')
browser = webdriver.Chrome(chrome_options=options)
team = 'new york'
date='now%201-d'
url='https://www.google.ie/trends/explore#q='+team+'&date='+date
browser.get(url)

0 个答案:

没有答案