Jsoup
jsoup.orgBR
35
Rank Trend
Ranking history over time.
About Jsoup
jsoup is an open-source Java library designed for working with real-world HTML and XML. It provides an easy-to-use API for data extraction, manipulation, and cleaning, ensuring XSS safety while adhering to modern HTML standards.
Parse and manipulate HTML documents using a simple Java API.
35
Bear Rank
#399000
Global Rank
.org
TLD
Web Development
Category
What You Can Do
- Fetch and parse HTML from URLs
- Extract data using CSS selectors
- Manipulate HTML elements and attributes
- Clean user-submitted content for safety
- Output tidy HTML documents
Frequently Asked Questions
What is jsoup used for?
jsoup is used for parsing, cleaning, and manipulating HTML and XML documents in Java applications.
Is jsoup free to use?
Yes, jsoup is an open-source library distributed under the MIT license.
How can I download jsoup?
You can download the jsoup jar file from the official website or include it in your project using Maven or Gradle.
Does jsoup support CSS selectors?
Yes, jsoup supports CSS selectors for data extraction and manipulation.
Where can I find the source code for jsoup?
The source code for jsoup is available on GitHub.