Apache Nutch without command line.
This blog post will help you understand it better: How to Use Nutch From Java, Not From the Command Line.
First, you have to install Java 8+ and Maven 3.3+.
Then, you compile it and run:
$ mvn
The results will be saved into target/dump
.
Should work.