Skip to content

HouariZegai/web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping 🔍 📊

Code samples of scraping data from web pages using Java & JSoup Library

License MIT

What?

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).

Samples

Note: I will add more examples in the few next days

Installation 🔌

  1. 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
    
  2. Import it in Intellij IDEA or any other Java IDE and let Maven download the required dependencies for you.

  3. Run the application :D

Contributing 💡

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.