-
The script is taking 10 minutes to chart 2 years of data, which is too long. Is there any way to speed it up?
-
Currently the lowest level of geo we can get from pytrend is by State.
In order to get to dma/city we need to tune the request.py a little.
-
Using `pytrends 4.7.3` on different OS I get different output with the code below :
```python
from pytrends.request import TrendReq
pytrend = TrendReq()
df = pytrend.today_searches()
print(*[r …
-
I receive the error message "ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-wj7tq73d/cryptory/" when trying to pip install cryptory through Colab (Linux) or a v…
-
We are currently scraping trend data for hundreds of keywords. However, we have noticed discrepancies between the data obtained through Pytrends and the data displayed on the website, which seems to f…
-
Pytrendex won't let me use keywords with spaces:
File "C:\Users\Dries Van den Bergh\AppData\Local\Programs\Python\Python37\lib\site-packages\pytrends\request.py", line 127, in _get_data
**kwar…
-
https://github.com/epfl-dlab/GoogleTrendsAnchorBank/blob/f198bddfddd09485f98feedf312ccab3cc9f7847/gtab/core.py#L889
@GorjanP, what's up with that? Shouldn't we simply query it?
-
In the newer version of Requests(for me it's 2.30.0), it looks like `Retry` method no longer has the argument `method_whitelist`. I've got an error like
```in _get_data
retry = Retry(total=self…
-
- [x] yum-yum Trend 기능 추가(Google Trend)
-
Hello there! This is an easy fix. In the [official documentation](https://pypi.org/project/pytrends/#historical-hourly-interest) the keyword argument is said to be `kw_list`, whereas in the code it is…