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
- Host: GitHub
- URL: https://github.com/marcossic/web-scraper-example
- Owner: MarcossIC
- License: mit
- Created: 2023-07-30T20:00:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T04:40:31.000Z (over 2 years ago)
- Last Synced: 2025-01-22T08:15:03.120Z (over 1 year ago)
- Topics: java, spring-boot, web-scraping
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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