# Retirement Plan Service Providers - Schedule C

**Use case:** 

Extract the recordkeepers, TPAs, auditors and advisers paid by each plan from Form 5500 Schedule C, with fees and the sponsoring employer. Competitor map.

## Input

```json
{
  "years": [
    "2023"
  ],
  "formTypes": [
    "5500",
    "5500-SF"
  ],
  "states": [],
  "cities": [],
  "zipCodes": [],
  "planCategory": "all",
  "only401k": false,
  "benefitCodes": [],
  "businessCodes": [],
  "filingTypes": [],
  "withPhoneOnly": false,
  "includeServiceProviders": true,
  "includeLargePlanFinancials": false,
  "includeInsurance": false,
  "includeRawData": false,
  "collapseToSponsor": false,
  "maxResults": 300,
  "sortNewestFirst": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "sponsorName": {
    "label": "Sponsor (employer)",
    "format": "text"
  },
  "sponsorState": {
    "label": "State",
    "format": "text"
  },
  "sponsorPhone": {
    "label": "Phone",
    "format": "text"
  },
  "businessSector": {
    "label": "Industry",
    "format": "text"
  },
  "planName": {
    "label": "Plan",
    "format": "text"
  },
  "formType": {
    "label": "Form",
    "format": "text"
  },
  "planCategory": {
    "label": "Category",
    "format": "text"
  },
  "is401kPlan": {
    "label": "401(k)",
    "format": "boolean"
  },
  "totalParticipants": {
    "label": "Participants",
    "format": "number"
  },
  "totalAssetsEOY": {
    "label": "Assets (EOY)",
    "format": "number"
  },
  "adminName": {
    "label": "Administrator / TPA",
    "format": "text"
  },
  "dateReceived": {
    "label": "Filed",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Form 5500 ERISA Scraper - Retirement & Benefit Plan Leads](https://apify.com/scrapesage/form-5500-erisa-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/form-5500-erisa-scraper) to learn more, explore other use cases, and run it yourself.