https://github.com/maltsev-dev/html_scraper_template
SpringBoot html data scraper to XLS
https://github.com/maltsev-dev/html_scraper_template
apache-poi data-crawler jsoup-html log4j lombok rest-api rest-assured spring-boot
Last synced: 6 months ago
JSON representation
SpringBoot html data scraper to XLS
- Host: GitHub
- URL: https://github.com/maltsev-dev/html_scraper_template
- Owner: maltsev-dev
- Created: 2023-06-15T12:38:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T09:41:00.000Z (over 2 years ago)
- Last Synced: 2025-03-26T03:30:03.053Z (10 months ago)
- Topics: apache-poi, data-crawler, jsoup-html, log4j, lombok, rest-api, rest-assured, spring-boot
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#### Task description:
* It is necessary to develop a utility program that is capable of parse html with the specified parameters.
*
* **Example of how the program works**:
* Find and save to XLS all info items in Ebay search by given keyword.
* Save Images in xls column
* After creating xls file should be available in resource output
#### Requirements:
* SpringBoot Application
* MVC architecture
* URL request data fetching
* JSoup
* Dockerized solution
* Dunamic keyword seting
* Development language java 11.
#### WorkFlow:
* Take html data by url GET request
* Create Jsoup Document Object from html response
* Convert Document to Pojo
* Store Data to new XLS file
* Set Key words and target URL to application.properties
* Start Spring Application