An open API service indexing awesome lists of open source software.

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

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.