7

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.

MirroredFate
  • 12,396
  • 14
  • 68
  • 100
scorpy
  • 81
  • 1
  • 1
  • 4

2 Answers2

10

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.

Marsellus Wallace
  • 17,991
  • 25
  • 90
  • 154