# TRT2 Labor Lawsuit Tracker for Sao Paulo

**Use case:** 

Track labor lawsuits in the Sao Paulo labor court (TRT2) via Brazil DataJud. Case numbers, procedural classes and event timelines as clean data.

## Input

```json
{
  "maxItems": 50,
  "tribunal": "trt2",
  "classeCode": 985,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "numeroProcesso": {
    "label": "Process No.",
    "format": "text"
  },
  "tribunal": {
    "label": "Court",
    "format": "text"
  },
  "grau": {
    "label": "Instance",
    "format": "text"
  },
  "classeNome": {
    "label": "Class",
    "format": "text"
  },
  "orgaoJulgadorNome": {
    "label": "Judging Body",
    "format": "text"
  },
  "dataAjuizamento": {
    "label": "Filed",
    "format": "text"
  },
  "assuntos": {
    "label": "Subjects",
    "format": "array"
  },
  "movimentos": {
    "label": "Movements",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DataJud Scraper](https://apify.com/scrapers_lat/datajud-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/datajud-scraper) to learn more, explore other use cases, and run it yourself.