In this project, client needed the website scraped. I developed this scraper so this first scrape all genre and proceed scraping all the movie pages from there and once each movie is done getting all the info the required information is saved in a CSV file.
I used Java with IntelliJ Idea IDE. Maven helped to import libraries used jsoup and Apache Commons CSV.