how can I download data from google trends?

I use mac, when I tried this query in matlab, it doesn't give me the downloaded file :
!"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" http://www.google.com/trends/trendsReport?q=MSFT&geo=US&content=1&export=1&graph=all_csv
when i past the URL part into google chrome it will download, can anyone tell me how can I make matlab download pls?

1 Commento

Try
>> data = webread('http://www.google.com/trends/trendsReport?q=MSFT&geo=US&content=1&export=1&graph=all_csv')
but
An error has been detected
This page is currently unavailable. Please try again later.
Please make sure your query is valid and try again.
If you're experiencing long delays, consider reducing your comparison items.
Thanks for your patience.

Accedi per commentare.

Risposte (0)

Categorie

Richiesto:

Wei
il 17 Apr 2016

Modificato:

il 17 Apr 2016

Community Treasure Hunt

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

Start Hunting!

Translated by