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.
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.