ParseForge Scrapers

FDIC Bank Institutions Scraper

parseforge/ffiec-bank-institutions-scraper

News & mediaOther

Scrapes FDIC-insured bank institution profiles from the FFIEC directory. Returns each bank as a flat row with certificate number, name, headquarters location, charter class, and regulator. Filter by state and active status.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
94
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

FDIC Bank Institutions Scraper

Scrape FDIC bank institution profiles for every US bank, filtered by state and active status. Each row returns the institution's name, FDIC certificate number, headquarters location, class, regulator, and current status. Export to CSV, JSON, Excel, or XML.

The FDIC's BankFind Suite requires manual lookups and doesn't offer bulk export of institution records. This Actor reads the public FFIEC institution directory directly, letting you pull a list of all US banks or filter by any state and active status. You get a clean, flat dataset without writing a single line of code.

Who uses it What they scrape FDIC FFIEC for
Fintech compliance teams Build a master list of active, FDIC-insured banks for partnership due diligence.
Market researchers Map the banking landscape in a specific state to identify market saturation or gaps.
Data journalists Download the complete roster of US banks to cross-reference with other public datasets.
Bank consultants Generate a targeted prospect list of institutions by state and charter class.

What it does

This Actor collects FDIC-insured institution profiles from the FFIEC directory and returns each bank as a flat row with its certificate number, name, address, class, and regulator.

  • 🏦 Bulk institution profiles: Pull up to a million FDIC-insured bank records in a single run.
  • πŸ—ΊοΈ State-level filtering: Limit results to a specific US state or territory using its two-letter abbreviation.
  • βœ… Active-only toggle: Return only institutions currently open and insured, excluding closed or inactive banks.
  • πŸ“„ Flat row output: Every bank is one row, ready for spreadsheets, databases, or further analysis.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with FDIC FFIEC data

🏦 Build a US bank prospect list.

A bank consultant sets the state to Texas and active-only to true, then exports a CSV of every active Texas bank for a marketing campaign.

πŸ—ΊοΈ Map banking deserts by state.

A researcher pulls all active banks in Mississippi and cross-references headquarters cities with census population data to identify underserved areas.

πŸ“Š Monitor industry consolidation.

An analyst runs the scraper monthly, comparing the count of active institutions by state to track closures and mergers over time.

πŸ“° Cross-reference public interest data.

A journalist downloads the full active-bank roster and joins it with CFPB complaint data by institution name to find patterns.

Why choose this scraper

What you get
No API key required Access public FFIEC data directly with zero registration or authentication.
Fixed, predictable schema Every run returns the same fields, making it safe for automated pipelines.
State and status filters Narrow results to one state and active banks only, reducing noise in your dataset.

How it compares

This Actor focuses on FDIC institution headquarters profiles. The competitors below cover branch churn, deposit market share, and financial health metrics, which are complementary rather than overlapping datasets.

Feature ParseForge FDIC Bank Branch Openings, Closings & Market Exit Rollup FDIC Deposit Market Share & HHI Rollup - SOD Branch Data Bank & Credit-Union Financial Health API - FDIC/NCUA QoQ
Institution headquarters profiles Yes Not listed Not listed Not listed
FDIC certificate number Yes Not listed Not listed Not listed
State-level filtering Yes Not listed Not listed Not listed
Active-only institution filter Yes Not listed Not listed Not listed
Branch-level deposit data Not listed Not listed Yes Not listed
Financial health metrics (ROA, ROE, NIM) Not listed Not listed Not listed Yes

Configure the run

Set a maximum number of institutions, pick a state, and choose whether to include only active banks. Filters apply as records are read, so your dataset contains exactly what you need. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the FDIC Bank Institutions Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to FDIC FFIEC through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/ffiec-bank-institutions-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your state abbreviation is correct and that you haven't set 'Only active banks' to true in a state where all institutions are inactive. Try setting the state to blank and active to false to see all records.

The run finished but I expected more institutions.

The 'Maximum institutions' field caps the output. Increase this number and run again. Also confirm your state and active filters aren't narrowing results more than you intended.

Can I get branch addresses instead of headquarters?

This Actor returns institution-level records with headquarters addresses. For branch-level locations and deposit data, use the FDIC Deposit Market Share or Branch Churn actors from the same developer.

The data looks different from the FDIC website.

The FFIEC directory is updated regularly by the FDIC. If you notice a discrepancy, wait 24 hours and run again. The Actor always pulls the latest public data at run time.

FAQ

Question Answer
What data does this Actor return for each bank? Each row includes the institution's legal name, FDIC certificate number, headquarters city and state, charter class, primary federal regulator, and active status. The exact field list is shown in the sample output on the Actor's page.
Can I filter by bank type or charter class? The input schema lets you filter by state and active status. If you need to filter by charter class after the run, you can do so in your spreadsheet or database using the class field returned in each row.
Does this include credit unions? No. This Actor scrapes the FDIC FFIEC directory, which covers FDIC-insured banks and savings institutions. Credit unions are regulated by the NCUA and are not included.
How many institutions can I pull in one run? You can set the maximum up to 1,000,000 institutions. The full FDIC-insured universe is well under that limit, so you can pull the entire US bank list in a single run.
Is the data live or cached? The Actor reads the FFIEC public directory at run time, so you get the current institution list as maintained by the FDIC.
What does the 'active' filter do? When set to true, the Actor returns only institutions with an active, insured status. Closed, merged, or otherwise inactive banks are excluded from the output.
Can I get branch-level data with this Actor? No. This Actor returns institution-level headquarters records. For branch-level data, including deposit market share and branch churn, see the related FDIC actors listed below.
Do I need an FDIC API key or login? No. The Actor reads the same public directory that the FDIC website uses. No registration, API key, or authentication is required.
What export formats are supported? You can export your dataset to CSV, JSON, Excel, or XML from the Apify platform after the run completes.

Related actors

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Federal Deposit Insurance Corporation. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many institutions to collect per run. 10
state string (57 options) Filter by US state, e.g. CA, NY, TX. Leave blank for all states. not set
active boolean When true, return only active (non-closed) institutions. true

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result item pushed to the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~ffiec-bank-institutions-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run FDIC Bank Institutions Scraper on Apify All scrapers