Which small businesses were just approved for an SBA loan?
Which small businesses were just approved for an SBA loan? Bulk feed over SBA 7(a) & 504 FOIA loan approvals, newest-first by approval date — a business approved for a federal loan is funded to grow. Cursor-paginated up to 1000/page, filterable by borrower state, program (7A/504), NAICS, minimum amount, or since. Rows carry the borrower, city/state, program, approval amount (banded), lender/CDC, NAICS, and jobs supported. Observational public records as disclosed.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
262 msmedian answer time
$25.00listed price per call
$25.00price it asked us
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/feeds/sba-loans
| Category | Everything else |
|---|---|
| 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 | $25.00 | 262 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"program": "7A",
"since": "2026-06-01",
"state": "TX"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"cursor": {
"description": "Opaque page cursor \u2014 pass the previous page's next_cursor unchanged.",
"examples": [
"eyJkIjoiMjAyNi0wNi0zMCIsImsiOiJsb2FuOjEyMyJ9"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"min_amount": {
"description": "Minimum gross approval amount in USD.",
"examples": [
150000
],
"type": "integer"
},
"naics": {
"description": "NAICS code prefix(es), CSV.",
"examples": [
"722"
],
"type": "string"
},
"program": {
"description": "Loan program: 7A | 504.",
"examples": [
"7A"
],
"type": "string"
},
"since": {
"description": "Only loans approved on or after this date (YYYY-MM-DD).",
"examples": [
"2026-06-01"
],
"type": "string"
},
"state": {
"description": "Borrower state code(s), CSV.",
"examples": [
"TX"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}