Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global data not available? #58

Open
dg-jj opened this issue May 17, 2023 · 0 comments
Open

Global data not available? #58

dg-jj opened this issue May 17, 2023 · 0 comments

Comments

@dg-jj
Copy link

dg-jj commented May 17, 2023

$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'=>
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant