# FDIC Bank Finder   Institution Search & Financial Data — Ful

**Use case:** 

Scrape the full fdic bank finder - institution search & financial data dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract fdic bank finder - institution search & financial data for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "activeOnly": true,
  "state": "",
  "charterClass": "",
  "regulator": "",
  "minAssets": 0,
  "maxAssets": 0,
  "sortBy": "ASSET",
  "maxItems": 200
}
```

## Output

```json
{
  "fdic_cert": {
    "label": "Fdic Cert",
    "format": "integer"
  },
  "institution_name": {
    "label": "Institution Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "active": {
    "label": "Active",
    "format": "boolean"
  },
  "charter_class": {
    "label": "Charter Class",
    "format": "string"
  },
  "regulator": {
    "label": "Regulator",
    "format": "string"
  },
  "total_assets_thousands": {
    "label": "Total Assets Thousands",
    "format": "integer"
  },
  "number_of_offices": {
    "label": "Number Of Offices",
    "format": "integer"
  },
  "website_url": {
    "label": "Website Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FDIC Bank Finder - Institution Search & Financial Data](https://apify.com/jungle_synthesizer/fdic-bank-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/fdic-bank-crawler) to learn more, explore other use cases, and run it yourself.