Does Google have a basic search API?

I suppose they do this, but the search for this is confusing due to all kinds of other APIs and tools that they seem to offer.

All I want to do is to issue a web request and get a JSON or XML response containing standard Google search results and be able to view new requests through them, etc.

Where can I find it?

+6
api search
source share
3 answers

No, no more, if by "basic" you mean non-AJAX. They continued to maintain the original SOAP API for people who got the key to using it a few years ago (I have) until recently, but it was discontinued in favor of AJAX search.

" Well-earned output for the SOAP search API .

+4
source share

like this? http://code.google.com/apis/ajaxsearch/

I think a restful api is also available.

0
source share

You can experiment with the Google AJAX Search API and see some good samples on the Google Code Playground .

0
source share

All Articles