Open ivanprjcts opened 2 months ago
I have the same problem. My guess is that the API has changed. Is there a workaround?
Received data: {'default': {'rankedList': []}} pytrends.request: No rankedList data found pytrends.request: No second rankedList data found for rising queries
On the evening of the 19th, my request was successful, but from the 20th onwards, I got an error: IndexError: list index out of range
I have the same problem.
same problem here. It has been 2 days.
Maybe both of related_queries() related_topics()
are broken.
indeed both related_queries() and related_topics()
are not working, Google returns 200 but data returned is {'default': {'rankedList': []}}
which causes the index out of range issue.
if api changed why would Google send back 200?
has anyone figured out any patches yet?
I have the same problem. Only by related queries.
I have the very same issue with Related topics & Related queries...
Are there any updates? Same issues when testing locally or via hosted web page.
still facing the same issue... anyone have any workaround?
same issue here... any updates?
Not only related_queries(), but also related_topics() are the same
same here, it's broken
Same problem here, related_queries() endpoint is broken, does anyone support this ?
Same here, it's not working
By inspecting the code I found the reason why it is failing.
This error comes from when retrieving tokens, apparently Google inserted a challenge that gets you flagged as USER_TYPE_SCRAPER whenever you fail it. Once a token/request is retrieved with this flag, calling the data endpoints will return empty json.
In order to work the server must return tokens with a request having USER_TYPE_LEGIT_USER in it. So in order to make this library work again, the bot-challenge needs to be solved.
same here, any updates?
Has anyone managed to solve this problem?
Hi, has anyone managed to solve this for related_queries?
After several tests, I found that google only allowed logged in account to access related queries and related topics, so there is no way to use any scrapper to get those infos now.
Hi :)
It looks like
.related_queries()
method is broken. Sample code:Traceback: