Search judicial process data on the TJSP website

Asked

Viewed 9,265 times

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.

  • 1

    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.

5 answers

6

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

Today, e-Saj is the only external access web interface that is available. If my memory doesn’t fail, WS access to information is not available.

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

The TJSP will implement also in the course of this year, as several others, so I recommend knowing the MNI model Nest link

But still, access should be agreed with the court.

  • 2

    I hope that all the courts adopt the model developed by the CNJ. I am waiting until TJSP implements this solution Thanks for the references.

  • 1

    @erickalves05 all courts that have implemented Pje already have Webservice at least in homologation. Webservice for the SAJ is already in place

  • 1

    Broken link :(

  • 1

    @Allanramos link corrected the/

  • 1

    Any news regarding the TJSP?

5

Hello,

I imagine you’ve done most of the work, however, if you’re still struggling, follow the address provided by CNJ with a list of Web Services, following the MNI standard, made available by regional courts of justice that provide consultation access to the EO of their region.

Following updated link.

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

Other links that may 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, is as the colleague spoke, you need to contact each court for the same provide the WSDL access to the Webservice provided by the instance of the PJE of the court you want to access.

Att.

  • Broken link :(

  • 1

    Link updated: http://www.pje.jus.br/wiki/index.php/Utiliza%C3%A7%C3%A3o_do_pje

5

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

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

For those who want, it is worth checking:

https://github.com/marcosriso/tjsp_processo_leitor

5

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

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

  • Unfortunately the TJSP did not respond to the calls from our company. But thank you. We will continue trying to contact them.

4

Hello.
There are companies that offer this type of service to lawyers.
The basic principle is that the lawyer traces a profile of what he wants to follow (case number, name of parties, clients, ...) and the system monitors the courts collecting the decisions that fit the profile and sending a newsletter with what was collected.
In São Paulo the AASP (http://www.aasp.org.br/) offers this to its members.

  • 1

    The software that my company is developing follows the same premise. But this monitoring needs to be something internal program, without influence of the lawyer. I did not know the AASP. Thanks for the link.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.