pytrends icon indicating copy to clipboard operation
pytrends copied to clipboard

Pseudo API for Google Trends

Results 149 pytrends issues
Sort by recently updated
recently updated
newest added

It is because of the code below, where **self.geo = geo or self.geo**. If self.geo was set to any country in previous build, then if next build will have geo...

I tried with some free proxy and getting this error. Can anyone tell me which proxy service provider I need to use Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line...

1. `requests` no longer has vendored modules in request.package, 2. `urllib3` deprecated Retry options `Retry(method_whitelist=...) `in favor of `Retry(allowed_methods=...)`

Hi. Please let me know how to become a maintainer?

Hello everyone, my automated scripts have been scraping successfully with time frame 1-H for more than 3 hours. Do you all attempt it once more? If this is accurate, the...

Hi All, I've noticed that the PyTrends output does not match the UI for the regions, as can be seen below. UI: Keyword = 'Car', Timeframe = 1/6/23-2/6/23 ![image](https://github.com/GeneralMills/pytrends/assets/95624080/80a31e1a-d2f9-4e39-bb2f-336c03b13545) PyTrends:...

The issue where data is missing is already known, however, it's gotten quite bad. I can no longer get a single chart to load without missing data. Is anyone else...

Hi everyone, I hope you're all doing well. I wanted to discuss a concerning issue I've been facing with Pytrends lately. For the past three weeks, I've been consistently receiving...

I use version 4.9.2 and starting from today I am getting 429 error for all requests. I sent a simple Pytrends code snippet to some co-workers and they are getting...

Data gets retrieved but the values of all weeks seem to be zero. ``` from pytrends.request import TrendReq pytrends = TrendReq(hl='en-US', tz=360) pytrends.build_payload(["Real Madrid CF"], cat=0, timeframe='today 5-y', geo='', gprop='')...