# FDIC BankFind Bank Name Scraper

**Use case:** 

Search FDIC BankFind by bank name and export institution records with CERT, status, location, assets, deposits, offices, and websites.

## Input

```json
{
  "search": "JPMorgan",
  "certs": [],
  "states": [],
  "cities": [],
  "activeStatus": "all",
  "maxItems": 25,
  "sortBy": "NAME",
  "sortOrder": "ASC",
  "includeRaw": false
}
```

## Output

```json
{
  "institutionName": {
    "label": "Institution"
  },
  "cert": {
    "label": "FDIC CERT"
  },
  "active": {
    "label": "Active"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "assetsUsdThousands": {
    "label": "Assets ($000)"
  },
  "depositsUsdThousands": {
    "label": "Deposits ($000)"
  },
  "offices": {
    "label": "Offices"
  },
  "website": {
    "label": "Website"
  },
  "runDate": {
    "label": "FDIC run date"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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