# TJPR Recuperacao Judicial Bankruptcy Cases

**Use case:** 

Track corporate judicial recovery (recuperacao judicial) bankruptcy filings at Parana court TJPR from the CNJ DataJud public API.

## Input

```json
{
  "maxItems": 50,
  "tribunal": "tjpr",
  "classeCode": 129,
  "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 Brazil Court Case & Docket Scraper (CNJ)](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.