To make it easier to get up and running you can also use our SDK. First, you will need to install the SDK:
install the library: https://search.maven.org/artifact/com.scraperapi/sdk/1.2
Then integrate it into your code:
// remember to install the library: https://search.maven.org/artifact/com.scraperapi/sdk/1.2importcom.scraperapiScraperApiClient client = new ScraperApiClient("APIKEY");client.get("http://httpbin.org/ip").result();
To enable extra functionality while using our SDK, simply add an additional parameter to the GET request: