# US Union Officer Roster & Salary Directory

**Use case:** 

Pull named union officers with title, reported salary and disbursements alongside the union name, affiliation, address and membership. Decision-maker data.

## Input

```json
{
  "includeUnions": true,
  "includeLaborConsultants": true,
  "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
{
  "unionName": {
    "label": "Union"
  },
  "affiliationAbbr": {
    "label": "Affiliation"
  },
  "state": {
    "label": "State"
  },
  "contactName": {
    "label": "Contact"
  },
  "officerCount": {
    "label": "Officers"
  },
  "totalOfficerCompensation": {
    "label": "Officer pay total"
  },
  "fullAddress": {
    "label": "Address"
  },
  "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.