There are a number of ways that you can do this. You can retrieve the search results on the server-side directly by utilizing the API's RESTful interface. Or you can use the setOnKeepCallback method of the search control to send just the results that the user selects via XMLHttpRequest. Or you can write a custom search control that just sends all the results back via XMLHttpRequest right off the bat. At any rate, here are a couple of resources for you:
RESTful interface: http://code.google.com/apis/ajaxsearch/documentation/index.html#_intro_fonje RESTful interface: http://code.google.com/apis/ajaxsearch/documentation/reference.html#fonje setOnKeepCallback: http://code.google.com/apis/ajaxsearch/samples.html#_clipping_ 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 Aug 6, 2009, at 2:45 AM, gapkin wrote: > > Hi, everyone. I am new in google API. > I need to use the result from google search and do some calculations. > I want to ask how can I save the google web search result into a > database?? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
