Skip to content

net.crawlora.crawlora-sdk 1.10.0-sdk.1 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>net.crawlora</groupId>
  <artifactId>crawlora-sdk</artifactId>
  <version>1.10.0-sdk.1</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Official Java SDK for the Crawlora web-scraping API: a typed, dependency-free client (built on java.net.http) covering every public endpoint with grouped and dynamic operation calls, API-key and JWT auth, automatic retries with exponential backoff and Retry-After, numeric and cursor pagination, before/after middleware hooks, and client-side rate limiting.