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

https://github.com/careydevelopment/web-crawler

Utilities that retrieve and parse online HTML documents.
https://github.com/careydevelopment/web-crawler

api bot java11

Last synced: about 1 year ago
JSON representation

Utilities that retrieve and parse online HTML documents.

Awesome Lists containing this project

README

          

![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)

# Carey Development Web Crawler
![](https://img.shields.io/badge/jdk-11-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/maven-3.6.3-blue.svg)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/us.careydevelopment.util.bot/web-crawler/badge.svg)](https://search.maven.org/artifact/us.careydevelopment.util.bot/web-crawler/1.2.0-RELEASE/jar)

Carey Development Web Crawler handles routine web crawling tasks and parses HTML documents.

## Latest Release
You can pull it from the central Maven repositories:

```xml

us.careydevelopment.util.bot
web-crawler
1.2.0-RELEASE

```

## License
This code is under the [MIT License](https://github.com/careydevelopment/web-crawler/blob/main/LICENSE).