pat310 / google-trends-api

An API layer on top of google trends
https://www.npmjs.com/package/google-trends-api
MIT License
874 stars 174 forks source link

relatedQueries emplty #156

Open ngochoaitn opened 3 years ago

ngochoaitn commented 3 years ago

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,
  granularTimeResolution: true
}

On google trends query 7 day still return related queries

anhagape commented 3 years ago

did you find a workaround for this?

ngochoaitn commented 3 years ago

did you find a workaround for this?

Thank you, Yes i did, I have a fork