I would like to scrape a website with JSoup. This website is dynamic and updates every second or so. I\'m pretty sure it uses JQuery, which updates some tags in the HTML. I
HTMLUnit is a java based windowless browser that supports javascript
I've used for a few scrapping projects and it has worked well, sometimes a little slow with large operations. It also has support for proxies.
http://htmlunit.sourceforge.net/