google-trends-api
google-trends-api copied to clipboard
An API layer on top of google trends
No idea why but it randomly quits my node process with no error warning or way to catch it. Only happens once in 50 or something which makes it impossible...
Bumps [eslint](https://github.com/eslint/eslint) from 1.7.2 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...
If I use the autoComplete method to get the mid of a topic and then use that mid as keyword in the interestOverTime method, I get no results. If I...
```javascript googleTrends.dailyTrends({ trendDate: new Date('2019-07-01'), geo: 'US', }, function(err, results) { if (err) { console.log(err); }else{ console.log(results); } }); ``` __The result__ ```node {"default":{"trendingSearchesDays":[]}} ```
Hi, I propose this pull request to allow related search (queries or topics) by keyword and/or category. I just added new Object Constructor and modify validateObj function. Thanks for your...
Hi there and thanks for the library! It would be very useful if there would be a way to use your tool in a microservice architecture. To make it, you'll...
I tried running it once and it worked! after that i get unexpected token c in json at position 0 everytime
I tested running trend data on multiple keywords. When using more than 5 keywords, this is what comes back. It might be that google trend api has this hard limit,...
The data returned by `google-trends-api` does not fully align with the same queries performed on Google Trends. Is this an inherent issue with scraping data from GTrends, or is the...
Howdy, I upgraded to the newest version 4.7.0 and started getting the error described in issue #105 again. I downgraded back to 4.6.2 and haven't seen the issue pop up....