0

I try to use selenium to search on google trends. After a few times I got "You have reached your quota limit. Please try again later." How to fix it?

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)
Serenity
  • 35,289
  • 20
  • 120
  • 115
卢少烽
  • 21
  • 1

0 Answers0