IMDB Scraper Prerequisites Java 8+ Maven How to run Clone project CD to project directory mvn install exec:java -Dexec.mainClass="com.datapao.CommandLineRunner" Alternatively, you can run it from an IDE as well by running the CommandLineRunner class.