jsdom + jQuery in 5 lines with node.js
Screen scraping has been a focus of engineering for quite some time. Every major language out there has their own library of choice for performing these tasks:
The challenge with using these libraries is that they all have their own quirks that can make working with HTML, CSS and Javascript challenging.