0

我尝试使用 selenium 搜索谷歌趋势。几次后我收到“您已达到配额限制。请稍后再试。” 如何解决?

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)
4

0 回答 0