Sba Loan Lookup
sba_loan_lookupLook up a small business's SBA 7(a) or 504 loan(s) by borrower name. Returns individual loan records: amounts, lender, approval date, status (P I F / PIF = paid in full, CHGOFF = charged off, CANCLD = cancelled, EXEMPT), and — for charged-off loans — the charge-off amount. Street addresses are never stored or returned (city/state/ZIP only). Scope to a state to disambiguate common business names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max loans to return (1-100, default 20). | |
| state | No | Two-letter state code to scope the search, e.g. "PA". | |
| program | No | Optional: "7A" or "504". Omit to search both. | |
| borrower_name | Yes | Business or sole-proprietor name to search (substring match), e.g. "Ameripro Construction". |