GeneralMills / pytrends

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

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

Open TomasJavurek opened 11 months ago

TomasJavurek commented 11 months ago

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

image

TomasJavurek commented 11 months ago

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