NASBA CPA Directory Scraper avatar

NASBA CPA Directory Scraper

Pricing

Pay per event

Go to Apify Store
NASBA CPA Directory Scraper

NASBA CPA Directory Scraper

Access detailed CPA licensee data from NASBA's complete directory of certified public accountants across all US states. Perfect for compliance teams, recruiting firms, professional verification services, and competitive intelligence who need accurate CPA credential data without manual lookup.

Pricing

Pay per event

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

8 days ago

Last modified

Share

ParseForge Banner

💼 SBA Loan Data Scraper

🚀 Collect U.S. Small Business Administration loan records in minutes. Filter by program, state, fiscal year, loan status, business type, and NAICS code. No coding, no government account required.

🕒 Last updated: 2026-04-16 · 📊 40+ fields · 📋 SBA 7(a) and 504 loans · 🇺🇸 All U.S. states

The SBA Loan Data Scraper extracts detailed loan records from the official U.S. Small Business Administration open data portal. Each record includes borrower information, lender details, loan amounts, approval dates, interest rates, term lengths, NAICS industry codes, loan status, SBA district office, and geographic identifiers. You can filter by loan program (7(a) or 504), fiscal year (1991 to present), borrower state, loan status (active, paid in full, charged off, cancelled), business type (corporation, LLC, partnership, sole proprietorship), NAICS code, and SBA district office. Free users can collect up to 10 records per run, while paid users can retrieve up to 1,000,000.

This tool is built for anyone who needs structured SBA lending data at scale. Lenders can analyze market share by region and industry. Investors can screen loan portfolios by performance metrics. Researchers can study lending trends across fiscal years and business types. Policy analysts can examine capital deployment patterns by geography and sector. The scraper handles the government portal's pagination and data structure automatically, delivering clean records you can export to JSON, CSV, or Excel for immediate use in spreadsheets, financial models, or data warehouses.

Target AudienceUse Cases
Lenders and BanksAnalyze SBA lending market share by region and industry
Investors and AnalystsScreen loan portfolios by status, rates, and performance
Economic ResearchersStudy small business lending trends across fiscal years
Policy AnalystsExamine capital deployment by geography and sector
Business ConsultantsResearch SBA loan availability for client advisory
Credit UnderwritersCross-reference borrower data for due diligence

📋 What the SBA Loan Data Scraper does

  • 💰 Loan amounts - extract gross approval amounts and SBA-guaranteed portions for every loan record
  • 🏢 Borrower details - collect borrower names, addresses, states, ZIP codes, business types, and business age
  • 🏦 Lender information - get lender names, FDIC/NCUA numbers, and full addresses for each originating bank
  • 📅 Approval and disbursement dates - track approval dates, fiscal years, and first disbursement dates
  • 📈 Interest rates and terms - access initial interest rates, fixed/variable classifications, and term lengths in months
  • 🏷️ Industry classification - get NAICS codes and descriptions to segment lending by industry sector

The scraper connects to the SBA open data portal and queries loan records using your specified filters. It iterates through paginated results, extracts structured data for each loan, and pushes records to an Apify dataset in real time. Records include comprehensive borrower, lender, geographic, and financial details.

💡 Why it matters: The SBA approves billions of dollars in loans annually across thousands of lenders. Manually downloading and filtering this data from the government portal is slow and limited. This scraper gives you structured, filterable access to the full loan database in minutes.


🎬 Full Demo

🚧 Coming soon...


⚙️ Input

FieldTypeRequiredDescription
maxItemsintegerNoMaximum loan records to collect. Free: 10. Paid: up to 1,000,000.
loanProgramsarrayNoFilter by SBA program: "7A" for traditional loans, "504" for equipment financing.
fiscalYearsarrayNoFilter by fiscal year range: 2020-Present, 2010-2019, 2000-2009, 1991-1999.
statesarrayNoFilter by borrower state using 2-letter codes (e.g., CA, TX, NY).
loanStatusesarrayNoFilter by status: ACTIVE, PIF (paid in full), CHGOFF, CANCLD, EXEMPT.
businessTypesarrayNoFilter by entity type: Corporation, LLC, Partnership, Sole Proprietorship.
naicsCodestringNo6-digit NAICS industry code (e.g., 541511 for custom programming).
sbaDistrictOfficestringNoFilter by SBA district office name (e.g., "Los Angeles").

Example 1: California 7(a) loans from 2020-2021

{
"maxItems": 100,
"loanPrograms": ["7A"],
"fiscalYears": ["2020", "2021"],
"states": ["CA"]
}

Example 2: Charged-off loans in Texas

{
"maxItems": 200,
"states": ["TX"],
"loanStatuses": ["CHGOFF"],
"loanPrograms": ["7A", "504"]
}

⚠️ Good to Know: Free users are automatically limited to 10 items per run. Leave filters empty to browse all available loan records. Multiple values can be provided for states, fiscal years, and loan programs.


📊 Output

🧾 Schema

EmojiFieldTypeDescription
🆔loanNumberstringUnique SBA loan identifier
💰grossApprovalnumberTotal approved loan amount in USD
💵sbaGuaranteedApprovalnumberSBA-guaranteed portion of the loan
📅approvalDatestringDate the loan was approved
📅firstDisbursementDatestringDate of first disbursement
📊fiscalYearstringFiscal year of approval
📈initialInterestRatenumberInitial interest rate percentage
🔄rateTypestringFixed or variable rate classification
📆termInMonthsintegerLoan term length in months
loanStatusstringCurrent status: ACTIVE, PIF, CHGOFF, CANCLD, EXEMPT
🏢borrowerNamestringBusiness name of the borrower
📍borrowerAddressstringBorrower street address
🏙️borrowerCitystringBorrower city
📮borrowerStatestring2-letter state code
🔢borrowerZipstringZIP code
🏷️businessTypestringEntity type (Corporation, LLC, etc.)
🏦lenderNamestringOriginating lender name
🏭naicsCodestring6-digit NAICS industry code
📋naicsDescriptionstringIndustry description
🗺️sbaDistrictOfficestringSBA district office name
🕐scrapedAtstringTimestamp of data collection
⚠️errorstringError message if processing failed

📦 Sample records


✨ Why choose this Actor

FeatureThis ActorAlternatives
Filter by SBA program (7(a) and 504)YesLimited
Loan status filtering (active, paid, charged off)YesRarely available
NAICS industry code filteringYesNo
Business type filteringYesNo
Multi-state filteringYesSingle state
Up to 1,000,000 records per runYesCapped lower
Export to JSON, CSV, and ExcelYesCSV only

📊 The SBA approves over $30 billion in loans annually. This scraper gives you structured access to the full loan database with filters for program, geography, industry, and performance.


📈 How it compares to alternatives

CapabilityThis ActorGovernment PortalGeneric Scrapers
SBA-specific filters (program, status, NAICS)YesPartialNo
Bulk download of thousands of recordsYesLimited batchesVaries
Multi-state and multi-year queriesYesManual switchingNo
Scheduled recurring runsYesNoVaries
No coding requiredYesYesNo
Structured JSON/CSV/Excel outputYesCSV onlyVaries

This scraper is purpose-built for SBA loan data, handling the government portal's specific data structure and pagination out of the box.


🚀 How to use

  1. Sign up - Create a free Apify account with $5 credit
  2. Find the Actor - Search for "SBA Loan Data Scraper" in the Apify Store
  3. Set your filters - Choose loan program, states, fiscal years, status, and other criteria
  4. Start the run - Click "Start" and monitor results in real time
  5. Export your data - Download as JSON, CSV, or Excel from the dataset tab

🕒 Typical run time: 1 to 5 minutes for 100 records. Larger runs with 1,000+ records may take 10 to 30 minutes depending on the filter scope.


💼 Business use cases

Lending and Banking

  • Analyze SBA lending market share by region and lender
  • Benchmark interest rates and terms against industry averages
  • Monitor loan approval volumes by fiscal year and state
  • Identify underserved markets with low SBA lending activity

Investment and Credit Analysis

  • Screen loan portfolios by charge-off rates and status
  • Track SBA-guaranteed amounts across industries and regions
  • Analyze default patterns by business type and NAICS code
  • Build risk models using historical loan performance data

Economic Research

  • Study small business capital access by state and industry
  • Track lending trends across fiscal years and economic cycles
  • Analyze the distribution of SBA support by business size
  • Compare 7(a) and 504 program usage patterns

Business Consulting

  • Research SBA loan availability for client advisory projects
  • Build market reports on lending activity by SBA district
  • Identify trending industries receiving SBA funding
  • Support business plan development with lending benchmarks


🌟 Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

🎓 Research and academia

  • Empirical datasets for papers, thesis work, and coursework
  • Longitudinal studies tracking changes across snapshots
  • Reproducible research with cited, versioned data pulls
  • Classroom exercises on data analysis and ethical scraping

🎨 Personal and creative

  • Side projects, portfolio demos, and indie app launches
  • Data visualizations, dashboards, and infographics
  • Content research for bloggers, YouTubers, and podcasters
  • Hobbyist collections and personal trackers

🤝 Non-profit and civic

  • Transparency reporting and accountability projects
  • Advocacy campaigns backed by public-interest data
  • Community-run databases for local issues
  • Investigative journalism on public records

🧪 Experimentation

  • Prototype AI and machine-learning pipelines with real data
  • Validate product-market hypotheses before engineering spend
  • Train small domain-specific models on niche corpora
  • Test dashboard concepts with live input

🤖 Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:

❓ Frequently Asked Questions


🔌 Automating SBA Loan Data Scraper

Node.js example:

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('parseforge/nasba-cpa-directory-scraper').call({
maxItems: 100,
loanPrograms: ['7A'],
states: ['CA'],
fiscalYears: ['2020', '2021']
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python example:

from apify_client import ApifyClient
client = ApifyClient('YOUR_API_TOKEN')
run = client.actor('parseforge/nasba-cpa-directory-scraper').call(run_input={
'maxItems': 100,
'loanPrograms': ['7A'],
'states': ['CA'],
'fiscalYears': ['2020', '2021']
})
items = list(client.dataset(run['defaultDatasetId']).iterate_items())
print(items)

Schedules: Set up monthly or quarterly runs to track new SBA loan approvals. Combine with Google Sheets or Slack integrations to notify your team when new data matches your criteria.

🔌 Integrate with any app

  • Make - Automate SBA loan data workflows and route records to your team
  • Zapier - Connect to 5,000+ apps and trigger actions on new loan data
  • Slack - Get notifications when new loans match your filters
  • Airbyte - Stream loan data into your data warehouse
  • GitHub - Version control your scraper configurations
  • Google Drive - Export results directly to Google Sheets

ActorDescription
FINRA BrokerCheck ScraperSearch broker and firm registration data from the FINRA registry
BizBuySell ScraperExtract business-for-sale listings with financials and asking prices
USAspending ScraperExtract federal spending data and contract information
DealStream ScraperCollect M&A deal listings and business opportunity data
GSA eLibrary ScraperCollect government contractor and vendor data

💡 Pro Tip: Combine the SBA Loan Data Scraper with the FINRA BrokerCheck Scraper to cross-reference lending institutions with their regulatory profiles.


🆘 Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue. We typically respond within 24 hours.


Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by the U.S. Small Business Administration or any government agency. All trademarks mentioned are the property of their respective owners.