pytrends
pytrends copied to clipboard
Pseudo API for Google Trends
In the following code, it does not matter what timezone (`tz` value) I set, the date/hour output is exactly the same, so this parameter seems to have no actual effect....
I run the dailydata.get_daily_data and get the following result. However, the note states that "The column f'{word}_monthly' contains the original monthly data fetched at once. The values in this column...
Hi, Couldn't find a way to get the actual Volume of the search - not normalize to 0-100. Via the usual "google trend" one may get the volume. (e.g 20,000K...
When use trending_searches, kwargs and self.requests_args have same 'verify' argument. and It makes error. So I changed "trending_searches" with removing kwargs parameter input. please check this.
Hi! Firstly, thank you for such an informative and helpful tool! I'm currently using pytrends for some research and wondered if anyone could help explain to me the meaning of...
Hi, I"m trying to scrape 365 days of data points from today (2019-12-09 to 2020-03-18). I can't seem to scrape data from somewhere around the dates 2020-02-27 to 2020-03-05. I've...
Hi guys, The documentation suggests that the `top_charts ` function is supposed to return top 10 search terms by month when entering a six digit int ie `202011` for november...
Commented out the double ups of the requests_args argument within the _get_data function from trending_searches(), today_searches(), top_charts(), suggestions() and categories()
Hi, I have been using a script to get Google Trends data but today it suddenly showed this error `HTTPSConnectionPool(host='trends.google.com', port=443): Read timed out. (read timeout=5)` Is it a problem...
Hello, does anybody knows why I get different results out of the very same code if I run it from my laptop (same values as I get on trends.google.com) rather...