GeneralMills / pytrends

Pseudo API for Google Trends
Other
3.21k stars 813 forks source link

pytrends perform far more requests than it supposed to. #515

Open samanderbusk opened 2 years ago

samanderbusk commented 2 years ago

i used proxies services, when i go to proxies statistics i found that the library does x5 requests than number if keywords i entered. any help?

mhornba commented 2 years ago

Hi samanderbusk,

may I ask you to post how you connected to google? I.e., the line pytrends = TrendReq(hl='en-US', tz=360, proxies=[xxxx], requests_args={xxxx})

Particularly the requests_args caused some issues (see https://github.com/GeneralMills/pytrends/issues/513) and it seems you have a workaround. Which provider of proxies services did you use?

Thanks and best regards