HTML Scraper
Experimenting with web scraping using Spring Data journey from html to xls
- 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
Read other posts?