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

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

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