Options for HTML scraping?


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:

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