G

Govparse · Feeds SBA Loans

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

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.

Endpoint

GET https://api.govparse.io/v1/feeds/sba-loans

2

Calls / 30d

1

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/feeds/sba-loans", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/sba-loans?program=7A&since=2026-06-01&state=TX" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "SBA 7(a) & 504 FOIA loan-approval files, one row per approved loan newest-first by approval_date. approval_amount_band is a coarse size bucket. Observational public records as disclosed — never a credit judgment.",
  "feed": "sba-loans",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "min_amount": "any",
    "naics": "all",
    "program": "all",
    "since": "2026-06-01",
    "state": "all"
  },
  "rows": [
    {
      "approval_amount": 74700,
      "approval_amount_band": "$50K–$150K",
      "approval_fy": 2026,
      "as_published_date": "2026-07-18",
      "borrower": "ROLLIN IN DOUGH FL LLC",
      "borrower_city": "Ruskin",
      "borrower_state": "FL",
      "business_type": "CORPORATION",
      "entity_id": null,
      "event_date": "2026-06-30",
      "event_key": "sba:example-loan-key",
      "jobs_supported": 1,
      "lender": "Northeast Bank",
      "lender_city": "Portland",
      "lender_state": "ME",
      "loan_status": "EXEMPT",
      "naics": "311811",
      "naics_description": "Retail Bakeries",
      "program": "7A",
      "sba_guaranteed_approval": 63495
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services