# Large 401(k) Form 5500 lead scraper

**Use case:** 

Build ERISA prospect lists from DOL Form 5500 filings filtered by active participants and Schedule H plan assets.

## Input

```json
{
  "filingYears": [
    2023
  ],
  "maxItems": 250,
  "states": [
    "NY"
  ],
  "initialFilingsOnly": false,
  "amendedFilingsOnly": false,
  "minParticipants": 500,
  "minAssets": 10000000,
  "includeScheduleH": true
}
```

## Output

```json
{
  "filingYear": {
    "label": "Filing year"
  },
  "sponsorName": {
    "label": "Sponsor"
  },
  "sponsorEin": {
    "label": "Sponsor EIN"
  },
  "planName": {
    "label": "Plan name"
  },
  "planNumber": {
    "label": "Plan #"
  },
  "sponsorState": {
    "label": "State"
  },
  "activeParticipants": {
    "label": "Active participants"
  },
  "scheduleHAttached": {
    "label": "Schedule H"
  },
  "initialFiling": {
    "label": "Initial"
  },
  "amendedFiling": {
    "label": "Amended"
  },
  "sourceFile": {
    "label": "Source file"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [DOL Form 5500 ERISA Plan Tracker](https://apify.com/automation-lab/dol-form-5500-erisa-plan-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/dol-form-5500-erisa-plan-tracker) to learn more, explore other use cases, and run it yourself.