Hi, "Google AJAX Search API" has a restful structure. And it is not dependent to any programming language. Just use HTTP GET to retrieve your search results. You need to use this url "http://ajax.googleapis.com/ajax/services/search/web?". And It will be respond in json format. So deserialize from json in final step.
Jak On May 10, 12:13 pm, tcs 241 <[email protected]> wrote: > there are Perl sample, Python sample and c# .NET sample code. It will > not be difficult. > > http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/t... > > http://www.codeproject.com/KB/aspnet/Translate_Your_Website.aspx > > Chef > U.S. Immigration Guidehttp://visachoice.appspot.com > > On May 9, 6:07 pm, Thufir <[email protected]> wrote: > > > On Apr 6, 6:40 pm, Annddrew <[email protected]> wrote: > > > > Hi, > > > > The documentation shows how to use the google ajax api from flash,javaand > > > php but doesn't show how to use it from asp.net. Can anyone > > > please provide me with some sample code about that? Thanks. > > > > Andrew > > > Oh, this is interesting. I'll have to look more closely, but I would > > be interested in this for a google apps project written in Java -- > > looks possible. Anyone else doing something similar? > > > -Thufir --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
