# Company litigation docket monitor

**Use case:** 

Monitor company litigation dockets in CourtListener by party keyword, court, date range, and record limit for compliance workflows.

## Input

```json
{
  "mode": "dockets",
  "query": "Tesla",
  "court": "cand",
  "dateFrom": "2023-01-01",
  "dateTo": "2026-12-31",
  "status": "",
  "maxResults": 100
}
```

## Output

```json
{
  "caseName": {
    "label": "Case",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "docketNumber": {
    "label": "Docket #",
    "format": "text"
  },
  "dateFiled": {
    "label": "Filed",
    "format": "text"
  },
  "cause": {
    "label": "Cause",
    "format": "text"
  },
  "assignedTo": {
    "label": "Judge",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Court Records Scraper](https://apify.com/automation-lab/court-records-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/court-records-scraper) to learn more, explore other use cases, and run it yourself.