# Recent FDIC Failed Bank Records Scraper

**Use case:** 

Extract FDIC failed bank records, acquirers, certificates, closing dates, and detail URLs for monitoring.

## Input

```json
{
  "maxItems": 100,
  "states": [],
  "includeDetailUrls": true
}
```

## Output

```json
{
  "bankName": {
    "label": "Bank name"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "stateCode": {
    "label": "State code"
  },
  "cert": {
    "label": "FDIC cert"
  },
  "fund": {
    "label": "Fund"
  },
  "acquiringInstitution": {
    "label": "Acquiring institution"
  },
  "closingDate": {
    "label": "Closing date"
  },
  "closingDateText": {
    "label": "Closing date text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [FDIC Failed Bank List Scraper](https://apify.com/automation-lab/fdic-failed-bank-list-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fdic-failed-bank-list-scraper) to learn more, explore other use cases, and run it yourself.