Search for court data on the TJSP website

5

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.

    
asked by anonymous 08.08.2014 / 23:26

5 answers

4

I worked for a company that did this ... I do not remember about this court specifically, but what you normally did was to contact the court by phone, the technical area, and then ask if this is possible.

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

    
08.08.2014 / 23:52
4

Hello,

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

#

link

Att.

    
01.10.2015 / 19:48
4

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

Just run or give a curl on the file. I've left the hard-coded process number in a variable, but it's easy to get via post or another method.

For those who want, it's worth checking out:

link

    
11.10.2016 / 18:57
4

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

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

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

The TJSP will also implement this year, like several others, so I recommend getting to know the NMI model #

Nest Link

But still, access should be agreed with the court.

    
11.08.2014 / 13:31
3

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 / she wants to follow (case number, party names, clients, ...) and the system monitors the courts collecting the decisions that fit the profile and sending a bulletin with the that was collected.
In São Paulo, AASP ( link ) offers this to its members.

    
09.08.2014 / 04:24