I am developing an ASP.NET application with C # that will need to consult the online legal process moves. So far the only way I have found to get this information was to do the direct query on the website of the Court, make the parse of the HTML returned by the page and extract the information I desire. For this I am using the HTML Agility Pack.
Is there any other way to get this information? A webservice provided by the government or some third party service that delivered this information? Initially I am focusing on the Court of Justice of the State of São Paulo.
All help is welcome.