Search data of legal proceedings on the TJSP website

I am developing an application ASP.NET with C# you will need to consult the movements of online lawsuits. So far the only way I found to get this information was to do the query directly on the Court of Justice website, do the parse of the HTML returned by the page and extract the information I want. For this I am using HTML agility Pack.

Is there any other way to get this information? A government-provided webservice or any 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.

Author: LINQ, 2014-08-08

5 answers

Work in the company that develops the system used by TJSP.

Today, the e-Saj is the only external access web interface that is available access. If I do not fail the memory, access via WS to the information is not available.

But several other courts are already using PJe, which is a software developed by CNJ for 1st degree courts and it works on the CNJ interoperability project called MNI.

TJSP will also implement in this year, like several others, so I recommend knowing the model of MNI nest link

But still, access must be agreed with the court.

 6
Author: Caputo, 2017-02-22 18:00:27

I worked at a company that did that... I don't remember about this court specifically, but what was normally done was to get in touch with the court by phone, with the technical area, and then ask if that is possible.

The company I worked with even made some agreements with some courts, so that they would provide access via web-services, since it is beneficial for both.

 5
Author: Miguel Angelo, 2014-08-08 21:52:31

Hello! I created a script in PHP that parses the HTML of the results screen and displays a JSON with all the data. It might be useful if you have a PHP server to call it.

Just run or curl the file. I left the hard-coded process number in a variable, but it is easy to receive via post or another method.

For anyone who wants, it is worth checking out:

Https://github.com/marcosriso/tjsp_processo_leitor

 5
Author: Marcos Riso, 2016-10-11 16:57:13

Hello,

I imagine that you have already done much of the work, however, if you are still having difficulty, follow the address provided by the CNJ with a list of Web Services, following the MNI standard, made available by the regional courts of justice that provide consultation access to the PJE of your region.

Follows updated link.

Http://www.pje.jus.br/wiki/index.php/P%C3%A1gina_principal

Other links that can help:

Https://www.cnj.jus.br/tecnologia-da-informacao-e-comunicacao/comite-nacional-de-gestao-de-tecnologia-da-informacao-e-comunicacao-do-poder-judiciario/modelo-nacional-de-interoperabilidade/

MNI Tutorial (national interoperability Model):

Http://www.pje.jus.br/wiki/index.php/Tutorial_MNI

Versions:

Http://www.cnj.jus.br/wiki/index.php/Vers%C3%B5es

About access, it's like colleague spoke, you need to contact each court to provide WSDL access to the WebService made available by the PJE instance of the court you want to access.

Att.

 5
Author: Paulo Correa, 2019-11-17 02:36:15

Hello.
there are companies that offer this type of service to lawyers.
The basic principle is that the lawyer draws a profile of what he wants to track (number of the case, name of the parties, clients, ...) and the system monitors the courts by collecting the decisions that fit the profile and sending a bulletin with what was collected.
in São Paulo AASP (http://www.aasp.org.br / ) offers this to your associates.

 4
Author: yasu, 2014-08-09 02:24:19