jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
License | MIT |
---|---|
Categories | HTML Parsers |
Tags | htmlparser |
Organization | Jonathan Hedley |
HomePage | https://jsoup.org/ |
Date | Apr 29, 2023 |
Files | pom (13 KB) jar (432 KB) View All |
Repositories | Central |
Ranking | #134 in MvnRepository (See Top Artifacts) #1 in HTML Parsers |
Used By | 3,565 artifacts |
Compile Dependencies (0)
Category/License | Group / Artifact | Version | Updates |
---|
Provided Dependencies (1)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Defect Detection Apache 2.0 | com.google.code.findbugs » jsr305 | 3.0.2 | ✔ |
Test Dependencies (4)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
JSON Lib Apache 2.0 | com.google.code.gson » gson | 2.10.1 | ✔ | |
Web Server Apache 2.0EPL 2.0 | org.eclipse.jetty » jetty-server | 9.4.51.v20230217 | 12.0.1 | |
Apache 2.0EPL 2.0 | org.eclipse.jetty » jetty-servlet | 9.4.51.v20230217 | 11.0.16 | |
Testing EPL 2.0 | org.junit.jupiter » junit-jupiter | 5.9.2 | 5.10.0 |
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 |