web scraping java beginner

user807593 picture user807593 · Jun 22, 2011 · Viewed 18.4k times · Source

I am new to Java, I would like to become really good in web scraping and parsing data

Are there any sites related to web scraping that would help me understand the how the APIs like htmcleaner, web-harvest, htmlparser work??

I'm still not proficient enough in Java to look at their Javadocs and understand how all their methods work, and cannot find Java code examples(tutorials) on the web that would help me.

Answer

Marsellus Wallace picture Marsellus Wallace · Jun 22, 2011

Why don't you try with this library: JSoup?

The cookbook introduction is a good place where to start or you can go straight to the other specific code examples if you prefer.