In order to parse HTML on any web page I use Jsoup library. It light and very useful tool which allows to perform complex operations for getting and processing data from HTML.
You can get actual version of the library from official site. If you use Maven just place the following into your POM's
You can get actual version of the library from official site. If you use Maven just place the following into your POM's
<dependencies> section: