# Lookup Brazilian Court Cases by CNJ Number

**Use case:** 

Find Brazilian court decisions by CNJ process number on Jusbrasil and export full decision text and metadata as structured data.

## Input

```json
{
  "searchQuery": "responsabilidade civil",
  "court": "",
  "fullText": true,
  "processNumber": "0001234-56.2020.8.26.0100",
  "maxItems": 10,
  "maxPagesPerSearch": 20,
  "maxConcurrency": 2,
  "maxRequestRetries": 4,
  "debugDumpHtml": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BR"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "court": {
    "label": "Court"
  },
  "judgingBody": {
    "label": "Judging Body"
  },
  "judge": {
    "label": "Rapporteur"
  },
  "judgmentDate": {
    "label": "Judged"
  },
  "publicationDate": {
    "label": "Published"
  },
  "processUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [JusBrasil Court Scraper | 1$/1k Cheap](https://apify.com/trev0n/jusbrasil-court-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/jusbrasil-court-scraper) to learn more, explore other use cases, and run it yourself.