Thank you for the help. I could make an AJAX search request from Java.
However in the sample code it says JSONObject json = new JSONObject(builder.toString()); I downloaded the library json-lib-2.2.3-jdk15.jar but its JSONObject class does not have a constructor which takes String as an input. Do I have to use a parser like JSON. Simple? Thanks in Advance! Ansu On Wed, Mar 25, 2009 at 9:37 PM, Jeremy Geerdes <[email protected]> wrote: > > Check out the documentation at the links below: > > http://code.google.com/apis/ajaxsearch/documentation/index.html#fonje > > http://code.google.com/apis/ajaxsearch/documentation/reference.html#_intro_fonje > > Please note that you will still be able to obtain only 8 results at a > time, up to the first 64 results total. > > Jeremy R. Geerdes > Effective website design & development > Des Moines, IA > > For more information or a project quote: > http://jgeerdes.home.mchsi.com > http://jgeerdes.blogspot.com > http://jgeerdes.wordpress.com > [email protected] > > Unless otherwise noted, any price quotes contained within this > communication are given in US dollars. > > If you're in the Des Moines, IA, area, check out Debra Heights > Wesleyan Church! > > And check out my blog, Adventures in Web Development, at > http://jgeerdes.blogspot.com > ! > > > On Mar 25, 2009, at 3:33 PM, AJ wrote: > > > > > I would like to do a Google News Search and save all the results to a > > server. Does Google provide News Search APIs that can be invoked from > > server-side. I have gone through the documentation "Saving AJAX Search > > Results to a Server" which prepares and posts the results to a server. > > However here the search can return utmost 8 results. My requirement is > > to save all the results from a search to the server. > > > > Thanks in Advance! > > AJ > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
