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

Documentation for historical hourly interest says: > Historical Hourly Interest: returns historical, **indexed**, hourly data... But i can't find the code for reindexing values for each week's data in the...

Is it possible to weekly data for data older than 5 years? The results automatically go to monthly when fetching data older than 5 years. ``` >>> from pytrends.request import...

Hello there! This is an easy fix. In the [official documentation](https://pypi.org/project/pytrends/#historical-hourly-interest) the keyword argument is said to be `kw_list`, whereas in the code it is actually `keywords`. I was wondering...

Does anyone know what the rate limit is for this api? I thought it was 100 queries per 100 seconds, according to this documentation https://developers.google.com/analytics/devguides/reporting/mcf/v3/limits-quotas . So, whenever I get...

Currently there is no way to know what changed between versions except to download both versions from pypi and check the differences in the source code, this makes very risky...

The collected numbers by using interest_over_time() differ dramatically from the google trends website, how is that possible? either for 12 months or for other time intervals, none of this works...

In Google Trends you can compare two different timeframes for two completely different keywords. For example: https://trends.google.com/trends/explore?date=2022-03-28%202022-04-01,2021-04-26%202021-04-30&geo=US,US&q=oscars%202022,oscars%202021 Currently you can't do this in pytrends. If one calculates both periods separately,...

I have been working with pytrends a long while now and realised that the results I get on the browser and using pytrends differ quite a bit. After checking the...

C:\ProgramData\Anaconda3\python.exe C:/Users/Administrator/Desktop/pytrends-master/examples/example.py Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\util\connection.py", line 83, in create_connection raise err File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\util\connection.py", line 73, in...

Dear all, I am very new to Python (and coding in general), but I require a lot of Google Trends data for my research. I have managed to install the...