sba_loans_search
Which companies just got SBA growth capital — a 7(a) guaranty or 504/CDC debenture? Search the SBA 7(a) & 504 FOIA loan-approval roster by company, state, project_state, naics (prefix), program (7A/504), amount_min/amount_max, since (approved on/after a date — the funded-to-grow trigger), business_type, franchise, lender/CDC, entity_id. Returns the borrower, address, gross approval amount, approval date/FY, NAICS, funding lender, and entity-resolved borrower. SBA public-domain records. [price: $0.05/row]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | approval_date | amount | company | jobs :asc|:desc. Default approval_date:desc. | |
| limit | No | Max rows (default 25, cap 100). | |
| naics | No | NAICS code prefix(es), CSV (e.g. 23 = construction). | |
| since | No | Approved on/after this date (YYYY-MM-DD) — the growth-capital recency window. | |
| state | No | Borrower state code(s), CSV. | |
| lender | No | Funding lender fragment — 7(a) bank name / 504 CDC name. | |
| offset | No | Rows to skip. | |
| company | No | Borrower (company) name — suffix/punctuation-insensitive. | |
| program | No | 7A = 7(a) guaranty, 504 = 504/CDC debenture. | |
| entity_id | No | Resolved borrower entity UUID (pivots to business360). | |
| franchise | No | Franchise name fragment. | |
| amount_max | No | Maximum gross approval amount (USD). | |
| amount_min | No | Minimum gross approval amount (USD). | |
| business_type | No | Business type fragment (Corporation | Individual | Partnership). | |
| project_state | No | Project (place-of-use) state code(s), CSV. |