# Post-2008 FDIC Bank Failure Dataset

**Use case:** 

Build a post-2008 FDIC failed bank dataset with acquirers, certificates, funds, states, and resolution dates.

## Input

```json
{
  "maxItems": 500,
  "states": [],
  "closedFrom": "2008-01-01",
  "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.