G

Govparse · Loans Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

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.

Endpoint

GET https://api.govparse.io/v1/sba/loans/search

2

Calls / 30d

1

Unique payers / 30d

Sep 9

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/sba/loans/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/sba/loans/search?company=Ameripro+Construction&project_state=CA&state=TX" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "approval_date": "2025-03-14",
      "approval_fy": 2025,
      "business_type": "CORPORATION",
      "city": "Austin",
      "entity_id": null,
      "gross_approval": 750000,
      "jobs_supported": 12,
      "lender_name": "Example National Bank",
      "loan_key": "9f2c1a7b3e5d4c6a8b0f1e2d3c4b5a69",
      "naics_code": "332710",
      "naics_description": "Machine Shops",
      "name": "Example Fabrication LLC",
      "program": "7A",
      "sba_guaranteed_approval": 562500,
      "state": "TX",
      "street": "100 Industrial Way",
      "zip": "78744"
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services