# TST — Tribunal Superior do Trabalho Brazil CNJ Court Cases

**Use case:** 

Extract Brazil CNJ Court Cases | DataJud Public Court Records data filtered by TST — Tribunal Superior do Trabalho. Export structured results ready for

## Input

```json
{
  "maxItems": 10,
  "tribunal": "tst"
}
```

## Output

```json
{
  "id": {
    "label": "🔑 ID",
    "format": "text"
  },
  "numeroProcesso": {
    "label": "📋 Case #",
    "format": "text"
  },
  "tribunal": {
    "label": "🏛️ Tribunal",
    "format": "text"
  },
  "grau": {
    "label": "📊 Grau",
    "format": "text"
  },
  "classeCodigo": {
    "label": "🔢 Class Code",
    "format": "text"
  },
  "classeNome": {
    "label": "📁 Class",
    "format": "text"
  },
  "sistema": {
    "label": "🖥️ System",
    "format": "text"
  },
  "formato": {
    "label": "📄 Format",
    "format": "text"
  },
  "dataAjuizamento": {
    "label": "📅 Filed",
    "format": "text"
  },
  "dataHoraUltimaAtualizacao": {
    "label": "🕒 Updated",
    "format": "text"
  },
  "orgaoJulgadorNome": {
    "label": "⚖️ Court",
    "format": "text"
  },
  "orgaoJulgadorCodigo": {
    "label": "🔢 Court Code",
    "format": "text"
  },
  "codigoMunicipioIBGE": {
    "label": "🗺️ IBGE",
    "format": "text"
  },
  "assuntos": {
    "label": "🏷️ Subjects",
    "format": "text"
  },
  "movimentosCount": {
    "label": "🔄 Movements",
    "format": "text"
  },
  "ultimoMovimento": {
    "label": "📌 Last Movement",
    "format": "text"
  },
  "nivelSigilo": {
    "label": "🔒 Secrecy",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Brazil CNJ Court Cases Scraper | DataJud Public Court Records](https://apify.com/parseforge/brazil-cnj-court-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/brazil-cnj-court-scraper) to learn more, explore other use cases, and run it yourself.