# US Credit Union Leads - NCUA Data & Contacts

**Use case:** 

Pull US credit unions with name, charter, total assets, member count, branch count, city, state, phone and website from NCUA filings. Clean CSV export.

## Input

```json
{
  "institutionTypes": [
    "creditUnion"
  ],
  "states": [
    "TX"
  ],
  "activeOnly": true,
  "withContactOnly": true,
  "sortBy": "assets",
  "maxResults": 500,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Institution",
    "format": "text"
  },
  "institutionType": {
    "label": "Type",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "totalAssets": {
    "label": "Total assets ($)",
    "format": "number"
  },
  "members": {
    "label": "Members",
    "format": "number"
  },
  "branches": {
    "label": "Branches",
    "format": "number"
  },
  "charterClassLabel": {
    "label": "Charter",
    "format": "text"
  },
  "regulator": {
    "label": "Regulator",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [US Banks & Credit Unions Scraper - Financials & Leads](https://apify.com/scrapesage/us-banks-credit-unions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-banks-credit-unions-scraper) to learn more, explore other use cases, and run it yourself.