-
I'm adapting my application to your new code. I'm using the following code:
```
# connect to Google
pytrend = TrendReq(google_username, google_password, custom_useragent='Hey!')
# make request
def …
-
after running the code how to export to csv?
-
Has anyone else run into the following when establishing the connection?
**You have reached your quota limit. Please try again later.**
This is after doing zero requests in the last 20 hours, so I…
-
Hi,
I am trying to recover data regarding US elections. I would like to study the volume of research for some key words, e.g. Donald Trump, on some specific date (example below). The duration time of…
-
Google trends recognise the accounts as bots, can think of possibly two ways around this,
- a bulk query request
- gradually increase the random wait frame with every Rate Limit error.
-
I am trying to use the gconnect function but I'm getting the following error:
"Google login failed! Check your login information.NULL"
I've used this function multiple times in the recent past but …
-
Hi,
Firstly, thanks for the module.
I've fetched some data using the module but when I check it against the csv taken manually, there are some differences in the numbers.
For example: keyword: "olymp…
-
```
trend_payload = {'q': ['pizza','macaroni'],'date':'now 7-d'}
df = pytrend.trend(trend_payload, return_type='dataframe')
print(df)
```
results in:
```
Traceback (most recent call last):
File "…
-
Hello everyone,
Had this problem which the traceback you can see below. I've seen it is the same problem described here: https://github.com/GeneralMills/pytrends/issues/30
I've done what was suggest…
-
Getting HTTP Error 400, Please Help
C:\Windows\System32>python C:\Users\SGG\Desktop\pytrends-master\examples\example
.py
Traceback (most recent call last):
File "C:\Users\SGG\Desktop\pytrends-maste…