GeneralMills / pytrends

Pseudo API for Google Trends
Other
3.12k stars 798 forks source link

Error 429 for the past few days #614

Open dbitton opened 5 months ago

dbitton commented 5 months ago

Keep failing, not breaching max retries

blwhite7 commented 5 months ago

+1

xim999 commented 5 months ago

+1, although I'm trying minimum request, pytrends.interest_over_time() keeps responding 429

jenia commented 5 months ago

Even If I re-create the object, it still gives me a 429:

In [3]: pytrend = TrendReq()

In [4]: pytrend.build_payload(kw_list=['pizza', 'bagel'], timeframe=['2022-09-04 2022-09-10', '2022-09-18 2022-09-24'])

In [5]: 

In [5]: interest_over_time_df = pytrend.interest_over_time()

gives 429.

We do you think we should do?

cooperjaXC commented 5 months ago

Duplicate of #609

nesuter commented 5 months ago

This was happening to me with version 4.9.2 (latest on pypi). After downgrading to 4.9.1, it works again.

Rupin817 commented 4 months ago

anyone has any luck these days?

camtez commented 4 months ago

+1 Yesterday I was getting error 429, now getting error invalid_grant: Token has been expired or revoked

angelrivaskeeplerio commented 4 months ago

+1 Days ago I was getting empty results and now error 429.

mahdikhojasteh commented 4 months ago

+1 last week it was working but now it returns "TooManyRequestsError: The request failed: Google returned a response with code 429"

tientr commented 3 months ago

it seems 429 would be thrown even in browser even incognito was on. Change IP doesn't help

jdeverdun commented 3 months ago

yep, we can only wait !

HyMike commented 3 months ago

I was able to get at least one keyword in to be scrape, now it's just 429 all the way.

xitvince commented 3 months ago

it seems 429 would be thrown even in browser even incognito was on. Change IP doesn't help

Yes,me too, use the proxy pool, whatever IP I use, 429 will always come back, also tried waiting for a day to run, still 429

sumitsihag123 commented 3 months ago

it seems 429 would be thrown even in browser even incognito was on. Change IP doesn't help

I am also facing same issue. I have tried on different proxies also but always facing 429 or malformed keyword error.