Hi,
I am working on parsing a web page using
java. I have crawled around web and read about the various parsers - html parser, jtidy, jericho etc.
I am in confusion as to which parser to use.
I have to basically parse a page, for example eBay, and then retrieve the results for a given query. For example, if laptop is the query, i want to be able to retrieve the various results populated by the server.
Do I have to use a third party API or java provides something which can be handy for my problem?
Thanks much!
Nilesh