0

how can i get values from chart on Google Trends.

f.e. 'Search interest' value

Example chart on this website

Screen with explanation

I tried to extract data using 'selenium' (in python), but without success.

Thanks in advance for suggestions and help.

Joe Doe
  • 1
  • 1

1 Answers1

0

Check out the Pytrends Module :

https://pypi.python.org/pypi/pytrends/4.0.0

This is An unoffical API for google trends which you can download this data from

Jon.G
  • 127
  • 2
  • 11