I'm thinking of trying Beautiful Soup, a python package for HTML scraping. Are there any other HTML scraping packages I should be looking at? Python is not a requirement, I'm actually interested in hearing about other languages as well.
Story so far:
- Python : Beautiful Soup
- Ruby : Hpricot, Scrapi, scrubyt
- .NET : HTML Agility Pack, WaitiN
- Perl : WWW.Mechanize, WWW.Webscraper
- Java : Tag Soup
- HTMLSQL
update: If you want to see a scraper app,check out Grant's SO User page monitor. Nifty!
http://beta.stackoverflow.com/questions/6936/using-what-ive-learned-from-stackoverflow-html-scraper
