From: Josh Charles Date: 2005-08-20T04:48:36+09:00 Subject: Re: Rubyful Soup v0.8 How good is this for scraping google search results (web)? I have an application I'm working on that needs this functionality. I've currently tried writing a C# library to do this, but it worked terribly. The google web service API is not going to work because I need to not be limited by the number of searches I can do in a day (there could be thousands of users doing searches). On 8/19/05, Leonard Richardson wrote: > I've created a Ruby port of Beautiful Soup, my Python module for HTML > screen-scraping. The goal is to make it trivial to get the data you > need out of complex and/or poorly-formed *ML. > > A beta release is available at: > http://www.crummy.com/software/RubyfulSoup/ > > Please let me know what you think of this library. > > Leonard > > >