The
Java Web Scraping
Playbook
Your guide to becoming a Java Web Scraping Pro!
Web Scraping With Java
Java - How to Send POST Requests With Apache HttpClient & OKHttp
In this guide, we walk through how to send POST requests with Java Apache HttpClient & OKHttp Libraries. Including how to POST form data and JSON data.
Java OkHttp & Apache HttpClient - Setting Fake User-Agents
How to use fake user-agents with Java OkHttp & Apache HttpClient Library to avoid your scrapers from getting blocked.
Java OkHttp & Apache HttpClient - Make Concurrent Requests
In this guide, we walk through how to configure Java OkHttp & Apache HttpClient Library to make concurrent requests so that you can increase the speed of your scrapers.
Java OkHttp & Apache HttpClient - How to Use & Rotate Proxies
In this guide, we walk through how to use proxies with Java OkHttp & Apache HttpClient. Including how to rotate proxies in a list, use proxy gateways, and proxy APIs with our Java OkHttp & Apache HttpClient scraper.
Java OkHTTP
Java OkHttp - Retry Failed Requests
In this guide for The NodeJs Web Scraping Playbook, we will look at how to configure the Java OkHttp library to retry failed requests so you can build a more reliable system.
Java Apache HTTPClient
Java Apache HttpClient - Retry Failed Requests
In this guide, we walk through how to configure Java Apache HttpClient to retry failed requests so you can build a more reliable system.