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

relatedQueries emplty

Open ngochoaitn opened this issue 4 years ago • 2 comments

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

ngochoaitn avatar Mar 18 '21 16:03 ngochoaitn

did you find a workaround for this?

anhagape avatar May 04 '21 18:05 anhagape

did you find a workaround for this?

Thank you, Yes i did, I have a fork

ngochoaitn avatar May 09 '21 00:05 ngochoaitn