# US Union Financials - Assets, Receipts & Spending

**Use case:** 

Analyse union balance sheets over $1m with total assets, receipts, disbursements, membership, affiliation and filing year from LM-2 reports. CSV export.

## Input

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

## Output

```json
{
  "unionName": {
    "label": "Union"
  },
  "affiliationAbbr": {
    "label": "Affiliation"
  },
  "state": {
    "label": "State"
  },
  "members": {
    "label": "Members"
  },
  "totalAssets": {
    "label": "Assets"
  },
  "totalLiabilities": {
    "label": "Liabilities"
  },
  "totalReceipts": {
    "label": "Receipts"
  },
  "totalDisbursements": {
    "label": "Disbursements"
  },
  "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.