Prerequisites
- Java 17+ and Spring Boot 3+
- A Evocrawl API key — get one free
Add the dependency
- Gradle (Kotlin DSL)
- Maven
Configuration
Add your API key toapplication.properties:
Create a configuration bean
CreateEvocrawlConfig.java:
Create a REST controller
CreateEvocrawlController.java:
Run it
Test it
Next steps
Search docs
Search the web and get full page content
Scrape docs
All scrape options including formats, actions, and proxies
Interact docs
Click, fill forms, and extract dynamic content
Java SDK reference
Full SDK reference with crawl, map, batch scrape, and more

