G

Govparse · Vendors Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which verified veteran-owned businesses can I target or team with? Search SDVOSB / VOSB firms (from federal award records carrying the veteran-owned certification flag) by state, name, certification, NAICS, UEI, minimum dollars won FROM the VA, or most-recent award date (since). Returns the vendor, award footprint, VA-won total, and resolved entities-graph id — a seller target list AND a set-aside teaming signal. Public USAspending records; not a certification-status determination.

Endpoint

GET https://api.govparse.io/v1/va/vendors/search

2

Calls / 30d

1

Unique payers / 30d

Sep 6

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/va/vendors/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/va/vendors/search?certification=sdvosb&name=integrated&state=VA" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "award_count": 42,
      "certification": "sdvosb",
      "entity_id": null,
      "first_award_date": "2022-03-14",
      "last_award_date": "2026-05-01",
      "naics_codes": "541519,541611",
      "recipient_id": "d46ad2a7-ed19-9535-4f24-787705845610-C",
      "recipient_name": "V3GATE, LLC",
      "recipient_uei": null,
      "state": "CO",
      "total_award_amount": 612345678,
      "va_award_amount": 576889048.72,
      "va_award_count": 30
    }
  ],
  "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