pytrends icon indicating copy to clipboard operation
pytrends copied to clipboard

Pseudo API for Google Trends

Results 149 pytrends issues
Sort by recently updated
recently updated
newest added

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...

The library has stopped working, any query for interest over time returns: pytrend.build_payload(kw_list=['pizza', 'bagel']) pytrend.interest_over_time() raise exceptions.TooManyRequestsError.from_response(response) pytrends.exceptions.TooManyRequestsError: The request failed: Google returned a response with code 429 Here is...

Keep failing, not breaching max retries

Error: requests.exceptions.RetryError: HTTPSConnectionPool(host='trends.google.com', port=443): Max retries exceeded with url: /trends/api/widgetdata/multiline?req=%7B%22time%22%3A+%222019-01-09+2024-01-09%22%2C+%22resolution%22%3A+%22WEEK%22%2C+%22locale%22%3A+%22fr%22%2C+%22comparisonItem%22%3A+%5B%7B%22geo%22%3A+%7B%7D%2C+%22complexKeywordsRestriction%22%3A+%7B%22keyword%22%3A+%5B%7B%22type%22%3A+%22BROAD%22%2C+%22value%22%3A+%22Blockchain%22%7D%5D%7D%7D%5D%2C+%22requestOptions%22%3A+%7B%22property%22%3A+%22%22%2C+%22backend%22%3A+%22IZG%22%2C+%22category%22%3A+0%7D%2C+%22userConfig%22%3A+%7B%22userType%22%3A+%22USER_TYPE_SCRAPER%22%7D%7D&token=APP6_UEAAAAAZZ5nibSrd7eGFaW6zIrTCcwnlMaBCZpn&tz=360 (Caused by ResponseError('too many 429 error responses')) Example: ``` pytrends = TrendReq( hl="fr-FR", tz=360, timeout=(10, 25), retries=2, backoff_factor=1, requests_args={"verify": False},...

It happened again, where the response will insert 0 throughout the data. `{"Keyword": "rice noodles", "data": [["2019-01-01", 0], ["2019-02-01", 68], ["2019-03-01", 0], ["2019-04-01", 0], ["2019-05-01", 63], ["2019-06-01", 63], ["2019-07-01", 0],...

Hi! I have been running the results of searching for a certain term in the United States for a hundred consecutive weeks. Each dataframe has a maximum of 200 rows....

Getting the following error when trying to call the build_payload method: Perhaps google has changed the response? `pytrends.build_payload(keyword, cat=0, timeframe=time_frames[index], geo=geo_location, gprop='') File "/usr/local/lib/python3.12/site-packages/pytrends/request.py", line 169, in build_payload self._tokens() File...

Looking for maintainers! Please open an issue with a method of contacting you if you're interested. I am interested Contact: [[email protected]](mailto:[email protected]) https://pypi.org/project/pytrends/#pytrends

![Google_Trends_Error](https://github.com/GeneralMills/pytrends/assets/64533603/ea58f81d-8438-4700-8067-e26f2423e4d0) I've developed a selenium script for retrieving Google Trends data. However, occasionally, the graph fails to load correctly based on my inputs, preventing the proper download of data. Despite...

I think that Google Trends is having the same issue it had past july/august, I'm getting lots of 429 and the embed code is broken on the website. Anyone having...