7
I am developing an ASP.NET application with C# that will need to consult the proceedings of online lawsuits. So far the only way I could find to get this information was to do the direct consultation on the Court of Justice website, do the parse HTML returned by the page and extract the information I want. For this I am using the HTML Agility Pack.
Is there any other way to get this information? A web service provided by the government or some third party service that delivers this information? Initially I am focusing on the Court of Justice of the State of São Paulo.
All help is welcome.
I know it’s a very old question, but did you get anywhere with TJSP? I did something similar also collecting the information directly from HTML on the TJSP site, but it is something really fragile since any change in the page structure would ruin the process.
– Marco