pytrends icon indicating copy to clipboard operation
pytrends copied to clipboard

Getting data for a category without passing keyword(s)

Open aarsh-shroff opened this issue 4 years ago • 2 comments

Hello, I want to get the related topics and related queries for a category without passing a keyword. Example: https://trends.google.com/trends/explore?cat=184&geo=US If you go to the URL, you can see the related topics and related queries for the category 'Celebrities and Entertainment News'. When I try to use the related_topics() and related_queries() functions and I pass a category as an argument, it gives me an error, saying that the keyword is required as an argument. What can I do? Thank you.

aarsh-shroff avatar Dec 29 '20 23:12 aarsh-shroff

I'm facing a similar issue. I would like to be able to use related_topics() and related_queries() without keywords.

chaitanyaspatil avatar Aug 26 '21 14:08 chaitanyaspatil

have a try like this: kw_list = ['']

tianyaDream avatar Jul 07 '22 03:07 tianyaDream