# Scrape Improbidade Administrativa STF Rulings

**Use case:** 

Collect STF decisions on improbidade administrativa from Jusbrasil, including full decision text, court and case metadata.

## Input

```json
{
  "searchQuery": "improbidade administrativa",
  "court": "STF",
  "fullText": true,
  "processNumber": "0001234-56.2020.8.26.0100",
  "maxItems": 30,
  "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.