google-trends-api
google-trends-api copied to clipboard
relatedQueries emplty
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
did you find a workaround for this?
did you find a workaround for this?
Thank you, Yes i did, I have a fork