Java Project for scraping the web using JSoup library.
Technologies used: Java, Jsoup.
Description about technologies used: Jsoup is used for crawling/scraping the webpages. The application is used for scraping the information of a webpage using a Java program.
To start the project in your local: -Go to main folder in Intellij/Eclipse and run the application as a SpringBoot Application -Make sure your jsoup jar file is imported before you run the application in local
Thanks