jsoup is a Java library that makes it easy to work with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, ...
The easiest way to get started is to look at maven-example. For more comprehensive examples, check out the unit tests or the demo. For Android projects using Android Studio 3.0+ or Gradle 4.0+, you ...