Can I access Google using urlread

Why can I query some urls using urlread e.g.
[s,status]=urlread('http://ichart.finance.yahoo.com/table.csv?s=IBM&a=00&b=01&c=2011&d=02&e=30&f=2011&g=d&ignore=.csv');
But not Google e.g.
[s,status]=urlread('http://www.google.com.au/search?hl=en&source=hp&q=pig&aq=f&aqi=g10&aql=&oq=');
Must I use the Google API?
Thanks RichardLJ

 Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Abr. de 2011

0 votos

Yes, you must use the Google API for any kind of automated access.

2 comentarios

Richard Jones
Richard Jones el 6 de Abr. de 2011
Thank you Walter
Richard
lotus whit
lotus whit el 11 de Ag. de 2017
Could you please guide me , how i can connect Google API with matlab and if there are settings in internet browser should be configured ? Note : i have billing account in Google API

Iniciar sesión para comentar.

Categorías

Etiquetas

Preguntada:

el 6 de Abr. de 2011

Editada:

el 11 de Ag. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by