Google search gets AJAXized
Yes!! this is the thing which i had been waiting for long and once i tried to pick native API to build an AJAX based front-end but i know i could not comeup with such a mature API.
Google AJAX search API tempts you to integrate your existing web applications with Google native search engine and display fancy results.API is fairly simple and it would not take hours to display google search results in your application.Following code Google Websearch,Blog search and Video search in your application.
var searchControl = new GSearchControl();
// Add in a full set of searchers
var localSearch = new GlocalSearch();
searchControl.addSearcher(new GwebSearch());
searchControl.addSearcher(new GvideoSearch());
searchControl.addSearcher(new GblogSearch());
Other features are like Tab results,saving results are also available.
Tagged:Google Ajax search, Ajax,Google