Skip to content

This project search web pages in the internet by keywords and returns a new page cleaned. (In progress)

License

Notifications You must be signed in to change notification settings

kaio-giovanni/webpage-cleaner

Repository files navigation

Web Page Cleaner

This project search web pages in the web by keywords using SERP API, WebDriver with Selenium to get all page content (static and dynamically content) and Jsoup to clean the web page (remove ads, images, etc).

Project setup


  1. Execute the commands bellow:
git clone https://github.com/kaio-giovanni/webpage-cleaner.git
cd webpage-cleaner
./gradlew clean build
  1. Create a Serp API account and get the API key.

  2. Create an .env file in the project root and enter your credentials based on the .env.example file.

Run project

  1. Execute the commands bellow:
./gradlew bootRun

Author

user

@kaio-giovanni

About

This project search web pages in the internet by keywords and returns a new page cleaned. (In progress)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published