# US Employer Persuader Report Filers - LM-10

**Use case:** 

Find employers that filed LM-10 persuader reports with company name, address, the consultants engaged, reported payments and filing year. Labor research.

## Input

```json
{
  "includeUnions": false,
  "includeLaborConsultants": false,
  "includeEmployerReports": true,
  "years": [],
  "recentYears": 2,
  "activeOnly": true,
  "hasPacFunds": false,
  "withContactNameOnly": false,
  "includeOfficers": true,
  "maxOfficers": 12,
  "includeVendors": false,
  "sortBy": "leadScore",
  "maxResults": 400,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Firm / employer"
  },
  "filerType": {
    "label": "Form"
  },
  "relatedNames": {
    "label": "Related names"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "filingCount": {
    "label": "Filings"
  },
  "srNumber": {
    "label": "SR #"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [US Labor Union Leads & Financials Scraper (DOL OLMS)](https://apify.com/scrapesage/us-labor-union-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-labor-union-leads) to learn more, explore other use cases, and run it yourself.