GeneralMills / pytrends

Pseudo API for Google Trends
Other
3.23k stars 817 forks source link

Data on google trends ui is not reflected by pytrends api #582

Closed TomasJavurek closed 1 year ago

TomasJavurek commented 1 year ago

google trends: image

pytrends: image

the code for pytrends: pytrend.build_payload(kw_list=["zen"], geo="US", timeframe='today 1-m') df = pytrend.interest_over_time() df.plot()

DUOLabs333 commented 1 year ago

Yes, I've been noticing the same problem, especially more frequently. I'm also running into timeout issues.

Terseus commented 1 year ago

This is a known issue, see https://github.com/GeneralMills/pytrends/issues/577, https://github.com/GeneralMills/pytrends/issues/550 and https://github.com/GeneralMills/pytrends/issues/534.