If you're wanting to save the urls returned from the AJAX Search API, you're going to have to use a search complete handler that will grab them and send them back to a server with XMLHttpRequest or something. You won't be able to see it in the regular page source as the results are dynamically generated after the page is already loaded.
That said, you will never be able to get the URL of _every_ result that Google would return for a given search. The AJAX Search API currently is limited to returning no more than eight (8) pages of eight (8) results - for a total of up to 64 results returned - for any given search. 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 Apr 2, 2009, at 1:59 AM, [email protected] wrote: > > I want to get the URL of every node of google results after using > google ajax api. As google is giving the results and when we see the > view page source then we cant see all the searched results. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
