# TJSP Tax Foreclosure Case Monitor (Sao Paulo)

**Use case:** 

Monitor tax foreclosure lawsuits in the Sao Paulo state court (TJSP) via Brazil DataJud. Case numbers, classes and full movement timelines as data.

## Input

```json
{
  "maxItems": 50,
  "tribunal": "tjsp",
  "classeCode": 1116,
  "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.