# Ca FDIC Banks

**Use case:** 

Explore CA with FDIC Banks Scraper - US Institution Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "",
  "state": "CA",
  "activeOnly": true,
  "maxResults": 3
}
```

## Output

```json
{
  "fdic_certificate": {
    "label": "Fdic Certificate",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "active": {
    "label": "Active",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "Zip",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "established_at": {
    "label": "Established At",
    "format": "date"
  },
  "offices": {
    "label": "Offices",
    "format": "text"
  },
  "assets": {
    "label": "Assets",
    "format": "number"
  },
  "deposits": {
    "label": "Deposits",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "institution_url": {
    "label": "Institution Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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