# TJRJ Small Claims Filings Scraper (Rio)

**Use case:** 

Scrape recent small claims filings from the Rio de Janeiro court (TJRJ) by date range via Brazil DataJud. Case data and movement timelines exported.

## Input

```json
{
  "maxItems": 50,
  "tribunal": "tjrj",
  "classeCode": 436,
  "filedFrom": "2024-01-01",
  "filedTo": "2024-12-31",
  "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.