google-trends-api
google-trends-api copied to clipboard
An API layer on top of google trends
According to the [README](https://github.com/pat310/google-trends-api#relatedqueries), the `relatedQueries` api takes an optional `category` param. However, upon testing this out with different category numbers, the data never changes. Sample code: ``` const googleTrends...
Hi, amazing API but I have an unusual issue where realTimeTrends is returning a seemingly randomn number of results for `results.storySummaries.trendingStories`. The quantity depends on country and when I do...
I have a problem that give me "Error 400 (Bad Request)!!1" when I use my country code in geo option, Indonesia (ID). Other message from the error is ``` 400....
Have you already thought about adding a "trending searches" method, like in the Python library you've linked? https://github.com/GeneralMills/pytrends#trending-searches
I saw that there are some other issues opened about this. But most of the comments say that the limit should be around 1400 in 4 hours. So I waited....
It looks like when using the search dates it is not catching the data for the current day. If we could use the default "7 day" instead of the custom...
It completely blew my mind. I have the same piece of code on my `localhost` and remote server (Heroku). For the query with identical parameters I get completely different results...
I set start date in 7 days but result return is empty this is my query ``` { keyword: 'shirt', startTime: new Date().setHours(new Date().getHours() - 7), geo: 'AU', timezone: 0,...
Allow developer use custom time: Past hour => time: now 1-H past 4 hours => time: now 4-H past day => time: now 1-d past 7 days => time: now...