There was an error while loading. Please reload this page.
If you already have a project then just add Venom as a dependency to your pom.xml:
<dependency> <!-- Venom: Your preferred focused crawler @ https://venom.preferred.ai/ --> <groupId>ai.preferred</groupId> <artifactId>venom</artifactId> <version>[4.1,4.2)</version> </dependency>
If you are starting out in a new project, you can consider cloning our Examples:
git clone https://github.com/PreferredAI/venom-examples.git
or, if you would like a more guided package, you can check out our Tutorial:
git clone https://github.com/PreferredAI/venom-tutorial.git