https://github.com/rishichirchi/web-crawler
A java web-crawler built using JSoup library
https://github.com/rishichirchi/web-crawler
Last synced: 10 months ago
JSON representation
A java web-crawler built using JSoup library
- Host: GitHub
- URL: https://github.com/rishichirchi/web-crawler
- Owner: rishichirchi
- License: mit
- Created: 2024-02-03T05:38:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T05:41:02.000Z (over 2 years ago)
- Last Synced: 2025-05-07T11:40:01.489Z (about 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Crawler
A Java web-crawler built using JSoup library.
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.