I am writing an application where we need to monitor about 5000+ web sites on a regular basis and populate a db with specific content such as author, title, date, abstract, content etc. Since we are looking for very specific and accurate content we are planning to use custom designed XPath scripts per site / page type and use such scripts to drive a parser.
Its a Java based application.
Is there any ready library in Java to do this ? We are well versed with JTidy but it doesn't do exactly what we want.
Is there any better approach that you may recommend ?
Please note - I have gone through tons of html parsing / XPath related questions and didn't find anything that answers this question.
thanks a lot..