# US Labor Union Leads - DOL OLMS Filings

**Use case:** 

Export US labor unions from DOL OLMS filings with union name, affiliation, address, named contact, member count, assets and receipts. B2B lead list.

## Input

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

## Output

```json
{
  "entityName": {
    "label": "Name"
  },
  "recordType": {
    "label": "Type"
  },
  "affiliationAbbr": {
    "label": "Affiliation"
  },
  "contactName": {
    "label": "Contact"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "members": {
    "label": "Members"
  },
  "formType": {
    "label": "Form"
  },
  "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.