Code samples of scraping data from web pages using Java & JSoup Library
Web Scraping is a web data extraction, is the process of retrieving or “scraping” data from a website. Uses intelligent automation to retrieve millions of data points from the internet.
We can use the extracted data in Machine Learning, Data Science, Data Analysis, ...ect).
Note: I will add more examples in the few next days
-
Download the repository files (project) from the download section or clone this project by typing in the bash the following command:
git clone https://github.com/HouariZegai/WebScraping.git
-
Import it in Intellij IDEA or any other Java IDE and let Maven download the required dependencies for you.
-
Run the application :D
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.