# Alabama FDIC FFIEC Bank Institutions - US Banks Data

**Use case:** 

Extract FDIC FFIEC Bank Institutions - US Banks Data data filtered by Alabama. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "state": "AL",
  "active": true
}
```

## Output

```json
{
  "name": {
    "label": "name",
    "format": "text"
  },
  "city": {
    "label": "city",
    "format": "text"
  },
  "state": {
    "label": "state",
    "format": "text"
  },
  "zip": {
    "label": "zip",
    "format": "text"
  },
  "cert": {
    "label": "cert",
    "format": "text"
  },
  "website": {
    "label": "website",
    "format": "text"
  },
  "bankClass": {
    "label": "bankClass",
    "format": "text"
  },
  "establishedDate": {
    "label": "establishedDate",
    "format": "date"
  },
  "asset": {
    "label": "asset",
    "format": "text"
  },
  "fdicRegion": {
    "label": "fdicRegion",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [FDIC FFIEC Bank Institutions Scraper - US Banks Data](https://apify.com/parseforge/ffiec-bank-institutions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ffiec-bank-institutions-scraper) to learn more, explore other use cases, and run it yourself.