GeneralMills/pytrends

Some keywords return empty datafreme, although the trendline is present on Google Trends

TomasJavurek opened this issue · 1 comments

Example:
pytrend.build_payload(kw_list=['canned food'], timeframe='2023-03-05 2023-05-13') trends_df = pytrend.interest_over_time()

image

I figured out, that when I specify the timeframe, I get the issue. While leaving default returns the trendline.