Web Scraping with Java Jsoup
In this blog, we'll learn about how web scraping is done with Java. In this blog, we're going to extract images from the URL provided by the user. A version of this project can be found at Image Extractor By Aashish Katwal. If you liked it, don't for...
aashishk.hashnode.dev5 min read
Jack Lonkli
C, Java, Python
Jsoup is not a bad tool, although I prefer selenium. But for bigger production-grade projects I use https://webscraping.ai/ to get proxies, JS rendering and avoid being blocked.