You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, As you all know that its been 4 months pytrend is not working for anybody unless you use browser automation which takes very long time. I was reading the source code and debugging to see where the problem actually occurs and why we are getting "Error 429 Too many Requests". So far I found out that pytrend is unable to get coockies for its requests, in debugging the cookie variable stays empty. And I think google is also encrypting the requirement "req=" parameter as well, which is why we get response 400 if we try to send request through postman or Insomnia or python request module. So far I have no Idea what we can do unless we hack the website to get "token" and then send our request with that "token". I think Google trends security level have reached to a level of Bank website.
If anyone have an insight to share please do. Maybe we can figure something out together.
The text was updated successfully, but these errors were encountered:
i just started reversing the flow i have been only working on it today but made alright progress contact me if you're interested in this , i figured out how to get tokens but they aren't working as i would expect, it may have something to do with having to send an empty post where i see in browser there is some random long string, but maybe not. Anyways I am gonna figure this out so lmk if you're interested
Hi, As you all know that its been 4 months pytrend is not working for anybody unless you use browser automation which takes very long time. I was reading the source code and debugging to see where the problem actually occurs and why we are getting "Error 429 Too many Requests". So far I found out that pytrend is unable to get coockies for its requests, in debugging the cookie variable stays empty. And I think google is also encrypting the requirement "req=" parameter as well, which is why we get response 400 if we try to send request through postman or Insomnia or python request module. So far I have no Idea what we can do unless we hack the website to get "token" and then send our request with that "token". I think Google trends security level have reached to a level of Bank website.
If anyone have an insight to share please do. Maybe we can figure something out together.
The text was updated successfully, but these errors were encountered: