# California Labor Union Leads & Financial Data

**Use case:** 

Export California unions with name, affiliation, address, named contact, membership, total assets and receipts from DOL OLMS filings. Regional B2B data.

## Input

```json
{
  "includeUnions": true,
  "includeLaborConsultants": true,
  "includeEmployerReports": true,
  "years": [],
  "recentYears": 2,
  "states": [
    "CA"
  ],
  "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
{
  "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.