jsoup is a Java library that simplifies working 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, and xpath selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers.
License | MIT |
---|---|
Categories | HTML Parsers |
Tags | jsouphtmlparserdom |
Organization | Jonathan Hedley |
HomePage | https://jsoup.org/ |
Date | Dec 01, 2024 |
Files | pom (16 KB) jar (448 KB) View All |
Repositories | Central |
Ranking | #133 in MvnRepository (See Top Artifacts) #1 in HTML Parsers |
Used By | 4,079 artifacts |
Compile Dependencies (0)
Category/License | Group / Artifact | Version | Updates |
---|
Provided Dependencies (1)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Apache 2.0 | org.jspecify » jspecify | 1.0.0 | ✔ |
Test Dependencies (5)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
JSON Lib Apache 2.0 | com.google.code.gson » gson | 2.11.0 | ✔ | |
Web Server Apache 2.0EPL 2.0 | org.eclipse.jetty » jetty-server | 9.4.56.v20240826 | 12.0.16 | |
Apache 2.0EPL 2.0 | org.eclipse.jetty » jetty-servlet | 9.4.56.v20240826 | 12.0.16 | |
Apache 2.0EPL 2.0 | org.eclipse.jetty » jetty-proxy | 9.4.56.v20240826 | 12.0.16 | |
Testing EPL 2.0 | org.junit.jupiter » junit-jupiter | 5.11.3 | 5.11.4 |
Licenses
License | URL |
---|---|
The MIT License | https://jsoup.org/license |
Developers
Name | Dev Id | Roles | Organization | |
---|---|---|---|---|
Jonathan Hedley | jonathan<at>hedley.net | jhy | Lead Developer |
Related Books
Jsoup: Questions and Answers (2015) by George Duckett | |
Instant jsoup How-to (2013) by Pete Houston |