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
Are you using proxies? I'm starting to think that this issue only occurs when you use proxies. I wonder if it has something to do with the way we're using cookies for each proxy
The error code 429 indicates that your requests to the Google Trends API have exceeded the rate limit. To resolve this issue, you can Introduce a delay between requests or Reduce the number of requests or use batch processing or simply use proxies (pytrends = TrendReq(hl='en-US', tz=360, proxies=['your working proxy']) )
related keywords:An error occurred while fetching related queries: The request failed: Google returned a response with code 429
The text was updated successfully, but these errors were encountered: