Carlo, You should look into using the Google API, which Google has provided for software and web developers to use. I believe their current API license is FREE, but it may be limited to non-commercial applications. But you should investigate the details for yourself to see if it suits your needs:
http://code.google.com/apis.html As you can see, there is a lot of great stuff that you can tap into using REALbasic's built-in XML and SOAP classes. Google's Search API would allow you to retrieve search results the authorized way without having to code your own hacks to "scrape" their web pages. Hope that helps... Regards, Dave Wooldridge Electric Butterfly http://www.ebutterfly.com ---------------------------------------- RB Garage - http://www.RBGarage.com The largest independent online resource For REALbasic software developers! ---------------------------------------- on 12/3/06 8:30 PM, Carlo Rubini wrote: > I have this shareware app of mine that can retrieve urls from a given > web-page. > > I thought of adding a google-search, putting the result of the search in a > listbox; the user can then download the url he selects in the listbox. > > But since the app will retrieve ad show in the listbox ONLY urls (i.e. the ads > contained in the google-page will not be shown as pictures), I really dont > know whether such procedure is legal or not. > > (Anyway, if the procedure is not legal, I can always make use of ShowUrl). > > Any suggestion welcome. > Thanks, _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
