# Regulatory enforcement records & compliance history

**Use case:** 

Pull a company's regulatory enforcement and compliance history across federal agencies and courts in one structured feed — for due diligence and risk checks.

## Input

```json
{
  "entity": "Wells Fargo & Company",
  "sources": [
    "sec",
    "ftc",
    "osha",
    "epa",
    "nlrb",
    "doj",
    "courts"
  ],
  "sinceYear": 2015,
  "maxRecordsPerSource": 25
}
```

## Output

```json
{
  "entity": {
    "label": "Entity",
    "format": "string"
  },
  "total_findings": {
    "label": "Total findings",
    "format": "integer"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "generated_at": {
    "label": "Generated at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Enforcement Record Profiler — Company Violations & Lawsuits](https://apify.com/shelvick/enforcement-record-profiler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shelvick/enforcement-record-profiler) to learn more, explore other use cases, and run it yourself.