Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which html DOM parser library for Java is best?

Tags:

java

dom

parsing

I am working on crawler, which will search for goods in e-shops. It's my dissertation, so nothing commercial..

I use Java SE.

I will need some kind of advanced library, to make some tests for diagnostics (if that web page is what I am looking for), and for extracting relevant data from right ones.

Do you have personal experience with parser libraries to recommend me best one?

like image 758
mefi Avatar asked Jan 21 '23 08:01

mefi


1 Answers

JSoup is fantastic. Highly recommended.

like image 90
Marcus Frödin Avatar answered Feb 01 '23 01:02

Marcus Frödin