HouariZegai / web-scraping

Code samples of web scraping using Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code samples of web scraping using Java.

License:MIT License


Languages

Language:Java 100.0%