# Company Litigation History Checker for US Firms

**Use case:** 

Screen Tesla, Apple, and Microsoft for US litigation history. Receive case counts and details from federal dockets without login requirements.

## Input

```json
{
  "companies": [
    "Tesla, Inc.",
    "Apple Inc.",
    "Microsoft Corporation"
  ],
  "jurisdictions": [
    "US"
  ],
  "maxCasesPerRow": 10,
  "maxConcurrency": 2
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "found": {
    "label": "Check completed",
    "format": "boolean"
  },
  "caseCount": {
    "label": "Case count",
    "format": "number"
  },
  "partial": {
    "label": "Case count is a lower bound",
    "format": "boolean"
  },
  "cases": {
    "label": "Top cases",
    "format": "array"
  },
  "sourceNote": {
    "label": "Source note",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Litigation Check — Company Litigation History Screener](https://apify.com/zinin/litigation-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/litigation-check) to learn more, explore other use cases, and run it yourself.