SBA PPP Loan Database & Business Leads Scraper
Pricing
from $1.50 / 1,000 results
SBA PPP Loan Database & Business Leads Scraper
Export 11M+ official SBA Paycheck Protection Program loan records with borrower, lender, location, NAICS, jobs, approval, status and forgiveness data. Built for lenders, fintech, accounting, market research and business intelligence.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Export official U.S. Small Business Administration Paycheck Protection Program loan records as clean Apify dataset items. The source contains more than 11 million disbursed loans split across the SBA's current public FOIA files.
Each result can include borrower and project geography, NAICS, business type, reported jobs, approval and forgiveness amounts, loan status, servicing and originating lenders, demographic disclosures and use-of-proceeds fields. No SBA key, browser or proxy is required.
What can you do with this Actor?
- Build lender, fintech, accounting and business-development datasets.
- Analyze PPP exposure, forgiveness, loan performance and industry distribution.
- Find businesses by state, county, city, NAICS, size, lender or amount.
- Research local economic impact and reported jobs.
- Enrich company, lender and market-intelligence warehouses.
Input
| Field | Description |
|---|---|
states, cities, counties | Exact borrower/project geography filters. |
borrowerKeyword | Company or borrower name fragment. |
lenderKeyword | Servicing or originating lender fragment. |
naicsPrefixes | One or more industry-code prefixes. |
loanStatuses, businessTypes | Exact source labels. |
minLoanAmount, maxLoanAmount | Current approval amount range in USD. |
minJobsReported | Minimum reported jobs. |
forgivenOnly | Require a positive forgiveness amount. |
fileGroups | Loans above $150K, up to $150K, or both. |
maxResults | Result limit up to 500,000 per run. |
{"states": ["TX", "FL"],"naicsPrefixes": ["72"],"minLoanAmount": 150000,"minJobsReported": 10,"forgivenOnly": true,"maxResults": 25000}
Output
One item represents one SBA PPP loan. Important fields include loanNumber, borrowerName, address and project geography, naicsCode, businessType, jobsReported, approval amounts, loanStatus, forgivenessAmount, lender identities and proceeds categories.
{"loanNumber": "9777677704","borrowerName": "PLEASANT PLACES, INC.","borrowerCity": "North Charleston","borrowerState": "SC","naicsCode": "561730","jobsReported": 73,"currentApprovalAmount": 736927.79,"loanStatus": "Paid in Full","servicingLenderName": "Synovus Bank","forgivenessAmount": 746336.24}
Scale and source freshness
The Actor discovers the current SBA file URLs from the official dataset page on every run instead of hard-coding a revision date. Files are parsed as streams, results are written in batches, and processing stops as soon as maxResults is reached. For very large extraction, split work by state, NAICS prefix or file group.
Integrations and API
Run from Apify Console, REST API, JavaScript, Python or MCP. Export JSON, JSONL, CSV, Excel, XML and RSS; connect schedules, webhooks, Make, Zapier, Google Sheets, databases and BI tools.
curl -X POST "https://api.apify.com/v2/acts/logiover~sba-ppp-loan-database-scraper/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{"states":["CA"],"fileGroups":["over150k"],"maxResults":10000}'
FAQ
Does it require an SBA API key? No.
Does the default input work? Yes. It exports the current over-$150K file up to the default limit.
Can it return millions of available records? The source pool exceeds 11 million. Each run is capped at 500,000 items; segment larger jobs.
Why can the forgiveness amount exceed the original approval? The Actor preserves the SBA-published values; source rules and accrued interest can affect the reported figure.
Are all borrower fields populated? No. Some fields are blank or withheld in the official FOIA release. Project geography is used as a fallback for convenient state/city output.
Responsible use
This Actor is not affiliated with or endorsed by SBA. PPP data is a public government release, but it should not be treated as a current credit score, fraud finding or proof of wrongdoing. Verify consequential financial, legal and compliance decisions against authoritative records.
Changelog
2026-08-05
- Initial official SBA PPP bulk exporter.
- Added dynamic source discovery, memory-efficient streaming and buyer-oriented filters.
- Verified live default and filtered records against the current SBA PPP FOIA files.