google-trends-api icon indicating copy to clipboard operation
google-trends-api copied to clipboard

An API layer on top of google trends

Results 56 google-trends-api issues
Sort by recently updated
recently updated
newest added

How come Realtime Trends is only returning 13 results? Desktop UI has Load More that can continue for at least few hundred entries.

there is no cookie header in google trends api response when return 429, so the cookie must be clear first in the request, then will receive the cookie next request....

Looks like dailyTrends just broke! `Error 404 (Not Found)!!1*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{color:#222;text-align:unset;margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px;}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}pre{white-space:pre-wrap;}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png)...

This Fixes ongoing error for Google Trends API interactions also provides response with new POST api from google trends. Issue: #175 I've added V2 function so it does not affect...

const results = await googleTrends.relatedQueries({ keyword: 'Facebook', geo: 'US', timeframe: 'today 12-m' }); console.log(results); The response is always empty and returns {"default":{"rankedList":[]}} . But googleTrends.interestOverTime is working fine. const result2...

I'm using real time trends but now it's not returning any result. The list of result.storySummaries.trendingStories is allways an empty array. I tried to change all parameters in the query...