google-trends-api
google-trends-api copied to clipboard
An API layer on top of google trends
Hi, In pytrends there is a proxies parameter in which we can pass list of proxies, I have bought some paid proxies but my program goes into exception. It gives...
It seems that regardless of the startTime and endTime that I pass into interestOverTime, the value for averages is always empty, despite there being many data points for each resolution...
Hello, I just have 2 questions before I jump into using this library (which looks quite nice): 1) The official Trends endpoint seems to be limited to [Academic researchers/journalists](https://docs.google.com/document/d/1Ybu3gHUHtcSXXzgDJ-m7PPto9tw0QG8A5oOBsFP2jao/edit#heading=h.qye80d9e325z), so...
Certain special characters such as (let us call it invalid tokens): ***, [, ], {, }, (, ), :** (might have many more ASCII/Non ASCII characters) _With patterns:_ - invalid...
Sorry for the noob question. It's my first time in Node from PHP usually. I put Node onto a subdomain, to not break my PHP site. I have app.js with...
so i'm using this method in mounted in vue and giving me cors error . googleTrends.realTimeTrends( { geo: "US", category: "all" }, function(err, results) { if (err) { console.log(err); }...
When I try to make a request: ``` var googleTrends = require('google-trends-api'); googleTrends.relatedQueries({keyword: 'keywords', startTime: '201811', endTime: '201812', geo: 'US'}) .then(function(results){ console.log("Here are your google trend results!", results); }) .catch(function(err){...
``` var {googleTrends} = require('google-trends-api'); var options = { geo: 'country code or name', date: 'yyyymm', keywords: ['some', 'list', 'of', 'keywords'], category: 'some category', // timePeriod: { // type: enumerated...
I tried the following code but it does not return the last two days of data. any solution? ``` googleTrends.interestOverTime({ keyword: 'bitcoin', startTime: new Date('2020-02-03'), granularTimeResolution: true }) .then(function(results){ console.log('These...
First, congratulations for your job I'm noob in google-tends-api But I loved it But... I can't find the method categoryTopCharts in new version 4 Because I saw it in version...