pytrends
pytrends copied to clipboard
Pseudo API for Google Trends
The `today_searches` method results in a `FutureWarning` from pandas: ```sh .../pytrends/request.py:447: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead....
Who can share experiences about problems with HttpStatus 429 (Too many requests)? I noticed that the developer thought about using the proxy server. Does it exist some statistics about what...
I used to get 429 error every time I request more than 6 items per hour or so. But recently, especially today I am not able to request more than...
So Im searching for a specific term and my request gets back with a data gap, while checking the data on the google website and donwloading data comes complete. Also...
when you sent more than a keyword to **build_payload** the related_topics won't return the data the reason for this is when you the library use the **_get_data** method and it...
This allows passing multiple regions to be requested for the same keyword. This fixes #352.
I use interest_over_time() can not get the same result as the webpage, I notice the webpage's headers['req'] is diffrent from the requests, i change it as the webpage's, but still...
Today I started facing an issue with the Interest_over_time missing data. The trend data just drops to 0 for about a year or so then the data picks back up....
hello, I'm trying to make a research on city level. I've started with classic case 'Blockchain' as test. My code is: ``` from pytrends.request import TrendReq pytrends = TrendReq(hl='en-US', tz=360)...
This could be a newbie issue. Are there restrictions on the years valid in the timescale parameter ? I can get the payload to work with "today 5-y" but not...