# NCUA Credit Union Financials in CA

**Use case:** 

Find and extract NCUA Credit Union Financials in CA. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "state": "CA",
  "maxItems": 10
}
```

## Output

```json
{
  "charterNumber": {
    "label": "🆔 Charter No",
    "format": "text"
  },
  "name": {
    "label": "🏦 Name",
    "format": "text"
  },
  "state": {
    "label": "🇺🇸 State",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "assets": {
    "label": "💰 Assets",
    "format": "text"
  },
  "members": {
    "label": "👥 Members",
    "format": "text"
  },
  "loans": {
    "label": "💵 Loans",
    "format": "text"
  },
  "deposits": {
    "label": "🏧 Deposits",
    "format": "text"
  },
  "netWorthRatio": {
    "label": "📊 Net Worth Ratio",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NCUA Credit Union Financials Scraper](https://apify.com/parseforge/ncua-credit-union-financials-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ncua-credit-union-financials-scraper) to learn more, explore other use cases, and run it yourself.