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

https://github.com/marcossic/web-scraper-example

This repository has an example of a code that works like Web Scrapper, in which it has a series of functions that when passed certain parameters bring content from the site you want
https://github.com/marcossic/web-scraper-example

java spring-boot web-scraping

Last synced: 2 months ago
JSON representation

This repository has an example of a code that works like Web Scrapper, in which it has a series of functions that when passed certain parameters bring content from the site you want

Awesome Lists containing this project

README

          

# web-scraper-example

## :sparkles: Introduction
This repository has an example of a code that works like Web Scrapper, in which it has a series of functions that when passed certain parameters bring content from the site you want

## 🛠 Stack
I show two examples of Scraper with two different libraries:
- JsoupScraper
- HtmlUnit

And the complete project is done in:



## â„šī¸ Development server
Download the project from github and try it in any IDE that compiles Java with Maven. Recommendation to use IntelliJ

## :muscle: Project Status
The project right now, I don't plan to follow it because it is a code sample of how to use these libraries to make a web scraper, you can take the code and make use of it