Options for HTML scraping?

Mark Harrison picture Mark Harrison · Aug 5, 2008 · Viewed 181k times · Source

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.

The story so far:

Answer

Joey deVilla picture Joey deVilla · Aug 5, 2008

The Ruby world's equivalent to Beautiful Soup is why_the_lucky_stiff's Hpricot.