Which companies just got SBA growth capital — a 7(a) guaranty or 504/CDC debentu
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.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/sba/loans/search
| Category | Company and compliance |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.25 | 260 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"company": "Ameripro Construction",
"project_state": "CA",
"state": "TX"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"amount_max": {
"description": "Maximum gross approval amount (USD).",
"examples": [
5000000
],
"type": "number"
},
"amount_min": {
"description": "Minimum gross approval amount (USD).",
"examples": [
150000
],
"type": "number"
},
"business_type": {
"description": "Business type fragment (Corporation | Individual | Partnership).",
"examples": [
"Corporation"
],
"type": "string"
},
"company": {
"description": "Borrower (company) name \u2014 suffix/punctuation-insensitive.",
"examples": [
"Ameripro Construction"
],
"type": "string"
},
"entity_id": {
"description": "Resolved borrower entity UUID (pivots to business360).",
"examples": [
"b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
],
"type": "string"
},
"franchise": {
"description": "Franchise name fragment.",
"examples": [
"Subway"
],
"type": "string"
},
"lender": {
"description": "Funding lender fragment \u2014 7(a) bank name / 504 CDC name.",
"examples": [
"Live Oak"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"naics": {
"description": "NAICS code prefix(es), CSV (e.g. 23 = construction).",
"examples": [
"236220"
],
"type": "string"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"program": {
"description": "7A = 7(a) guaranty, 504 = 504/CDC debenture.",
"examples": [
"7A"
],
"type": "string"
},
"project_state": {
"description": "Project (place-of-use) state code(s), CSV.",
"examples": [
"CA"
],
"type": "string"
},
"since": {
"description": "Approved on/after this date (YYYY-MM-DD) \u2014 the growth-capital recency window.",
"examples": [
"2025-01-01"
],
"type": "string"
},
"sort": {
"description": "approval_date | amount | company | jobs :asc|:desc. Default approval_date:desc.",
"examples": [
"amount:desc"
],
"type": "string"
},
"state": {
"description": "Borrower state code(s), CSV.",
"examples": [
"TX"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}