Skip to content Skip to sidebar Skip to footer

Html Agility Pack Or Html Screen Scraping Libraries For Java, Ruby, Python?

I found the HTML Agility Pack useful and easy to use for screen scraping web sites. What's the equivalent library for HTML screen scraping in Java, Ruby, Python?

Solution 1:

Found what I was looking for: Options for HTML scraping?

Solution 2:

BeautifulSoup is the standard Python screen scraping tool.

Recently, however, I used the (incomplete at the moment) pyQuery, which is more or less a rewrite of jQuery into python, and found it to be very useful.

Post a Comment for "Html Agility Pack Or Html Screen Scraping Libraries For Java, Ruby, Python?"