Hi,

I am trying to use wget to access Google apis for automatically downloading query results as given on http://code.google.com/apis/ajaxsearch/documentation/

But when I type curl --referer=http://www.my-ajax-site.com 'http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=Paris%20Hilton'

I get the following error:

--17:42:58--  http://ajax.googleapis.com/ajax/services/search/web?v=1.0
           => [EMAIL PROTECTED]'
Resolving ajax.googleapis.com... 66.102.1.100, 66.102.1.101, 66.102.1.102, ...
Connecting to ajax.googleapis.com|66.102.1.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 81 [text/javascript]

    0K                                                       100%    6.79 MB/s

17:42:58 (6.79 MB/s) - [EMAIL PROTECTED]' saved [81/81]

'q' is not recognized as an external or internal command, operable program or batch file.

Can someone help me on this?

thanks,
Sarabjeet

Reply via email to