Api to download csv data

1 visualizzazione (ultimi 30 giorni)
J S
J S il 28 Set 2017
Commentato: Josef Streicher il 19 Ott 2018
I am trying to to download csv datasets from google trends but coulnd find a good solution yet.
There are some different approaches here in the forum and on stackoverflow but these werent much help.
addpath('mFiles');
myStr='Carnaval';
myGeo='DE'; % you can find other geo at google trends website
chromePath= '...' ;
dlFolder= '...'; % this should work for windows
% call function to download from gtrends
[DataOut]=GetGtrendsData(myStr,myGeo,chromePath,dlFolder);
% make a nice plot
plot(datenum(DataOut.startDate,'yyyy-mm-dd'),DataOut.gtrendsOut);
datetick('x','yyyy-mm');
title(['Gtrends Result for ' myStr ' at ' myGeo]);
rmpath('mFiles');
Has anybody has a good solution to share?
Thanks
  1 Commento
Josef Streicher
Josef Streicher il 19 Ott 2018
Did you find a solution? I want one as well and worked with the code of Marcelo Perlin. However, it is not working. How did you do it in the end? Thx

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Downloads in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by