The
Java Web Scraping
Playbook
Your guide to becoming a Java Web Scraping Pro!
Java OkHTTP
Java OKHttp - How to Send POST Requests
In this guide, we walk through how to send POST requests with Java OKHttp Library. Including how to POST form data and JSON data.
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 OkHttp - Make Concurent Requests
In this guide, we walk through how to configure Java OkHttp Library to make concurrent requests so that you can increase the speed of your scrapers.
Java OkHttp - Setting Fake User-Agents
How to use fake user-agents with Java OkHttp Library to avoid your scrapers from getting blocked.
Java OkHttp - How to Use & Rotate Proxies
In this guide, we walk through how to use proxies with Java OkHttp Library. Including how to rotate proxies in a list, use proxy gateways, and proxy APIs with our Java OkHttp scraper.
Java Apache HTTPClient
Apache Apache HttpClient - Make Concurent Requests
In this guide, we walk through how to configure Apache Apache HttpClient Library to make concurrent requests so that you can increase the speed of your scrapers.
Java Apache HttpClient - Setting Fake User-Agents
In this guide, we walk through how to use fake user-agents with Java Apache HttpClient Library to avoid your scrapers from getting blocked.
Java Apache HttpClient - How to Send POST Requests
In this guide, we walk through how to send POST requests with Java Apache HttpClient. Including how to POST form data and JSON data.
Java Apache HttpClient - How to Use & Rotate Proxies
In this guide, we walk through how to use proxies with Java Apache HttpClient. Including how to rotate proxies in a list, use proxy gateways, and proxy APIs with our Java Apache HttpClient scraper.
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.