VOOZH about

URL: https://apify.com/fortuitous_pirate/ncua-credit-union-scraper

⇱ Ncua Credit Union Scraper Β· Apify


Pricing

from $3.50 / 1,000 results

Go to Apify Store

Ncua Credit Union Scraper

Extract credit union data from NCUA: search by name, state, charter number. Get assets, membership, CEO info for all federally insured credit unions.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

a month ago

Last modified

Share

NCUA Credit Union Data Scraper

Search and extract credit union data from the National Credit Union Administration (NCUA). Access profiles, financial data, membership numbers, and locations for all federally insured credit unions in the United States.

What data can you get?

  • Basic info: Charter number, name, type (FCU/FISCU), status, city, state
  • Financial data: Total assets, number of members, peer group
  • Leadership: CEO name, phone, website
  • Location: Full address, county, region
  • Charter details: Year chartered, issued date, insured date, field of membership

Search modes

ModesearchTerm exampleDescription
stateVAAll credit unions in a state (2-letter code)
nameNavy FederalSearch by credit union name
charter5536Look up by charter number
zipcode22101Find credit unions near a ZIP code (25-mile radius)

Example input

Search by state

{
"searchMode":"state",
"searchTerm":"VA",
"includeDetails":true,
"activeOnly":true,
"maxItems":50
}

Search by name

{
"searchMode":"name",
"searchTerm":"Navy Federal",
"includeDetails":true,
"mainOfficeOnly":true,
"maxItems":10
}

Look up by charter number

{
"searchMode":"charter",
"searchTerm":"5536",
"includeDetails":true,
"maxItems":1
}

Search by ZIP code

{
"searchMode":"zipcode",
"searchTerm":"22101",
"includeDetails":true,
"maxItems":25
}

Output example

{
"charterNumber":5536,
"name":"NAVY FEDERAL CREDIT UNION",
"type":"FCU",
"status":"Active",
"yearChartered":"1947",
"assets":197166186107,
"assetsFormatted":"$197,166,186,107",
"members":15139001,
"membersFormatted":"15,139,001",
"ceo":"Dietrich Kuhlmann",
"phone":"8888426328",
"website":"http://www.navyfcu.org",
"city":"Vienna",
"state":"VA",
"zipCode":"22180",
"region":"8 - ONES",
"peerGroup":"6 - $500,000,000 and greater",
"fieldOfMembership":"Military"
}

Notes

  • The NCUA API is public and does not require authentication
  • When includeDetails is true, the scraper makes an additional API call per credit union for full profile data (assets, members, CEO, etc.)
  • A 500ms delay is added between detail requests to be respectful to the API
  • Proxy is usually not needed for this public API

You might also like

NCUA Credit Union Financials Scraper

parseforge/ncua-credit-union-financials-scraper

Pull NCUA call report data on US credit unions filtered by state or charter number. Each record carries charter_no, name, state, assets, members, loans, deposits, and net_worth_ratio. Useful for credit risk reviews, peer benchmarking, and lead generation across the credit union sector.

Doctor of Credit Bonus Scraper

moving_beacon-owner1/doctor-of-credit-bonus-scraper

Doctor of Credit Bonus Scraper β€” Selenium Edition is an Apify Actor that scrapes bank and credit card bonus offers from Doctor of Credit. It allows filtering by minimum bonus amount and configurable result limits, extracting structured data like amount, title, URL, and category.

2

Pixel Union Scraper

mshopik/pixel-union-scraper

Scrape Pixel Union and extract data on design from pixelunion.net. Our Pixel Union API lets you crawl product information and pricing. The saved data can be downloaded as HTML, JSON, CSV, Excel, and XML.

Goldstandard Credits Search Scraper

stealth_mode/goldstandard-credits-search-scraper

Scrape the Gold Standard carbon credits registry to collect detailed credit issuance data. This scraper extracts 30+ fields per credit blockβ€”including certification dates, vintage years, transferability status, and compliance flagsβ€”essential for climate finance professionals, investors.

FDIC Bank Data Scraper

compute-edge/fdic-banks-scraper

Extract FDIC-insured bank data for all 4,000+ active US financial institutions. Filter by state. Returns assets, charter type, established date, and web address.