x-fran / g-trends

Google Trends API for PHP
https://tarlabs.es
MIT License
113 stars 47 forks source link

Global data not available? #58

Open dg-jj opened 1 year ago

dg-jj commented 1 year ago

$cat = 0; $time = 'today 12-m'; $options = [ 'hl' => 'zh-CN', 'tz' => -480, 'geo'=>'' ]; $keyword_list = ['Dog','Cat']; $gt = new GTrends($options); $result = $gt->explore($key_list, $cat, $time,$property,['TIMESERIES']);

Result : array( 'TIMESERIES'=> )