Forum Moderators: open

Message Too Old, No Replies

Accessing Google API via HTTP GET

is there any 'http://api.google.com/search?q=foo'

         

guarriman

9:37 am on Oct 13, 2005 (gmt 0)

10+ Year Member



Hi.

I'm trying to access google api via http get. I mean, accessing a URL like this:
[api.google.com...]
which returns an XML document to be parsed.

Does it exist or must I access only via http POST?

I posted this same question in August (http://www.webmasterworld.com/forum80/1006.htm). I'm sure it exists, because I remember writing some Perl code to parse that XML document obtained by getting the URL.

Regards.