G

Govparse · Opportunities Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

What is the Department of Veterans Affairs soliciting right now? A VA-focused slice of the SAM.gov contract-opportunity pipeline (department = Veterans Affairs): search active VA solicitations by keyword, NAICS, set-aside (SDVOSBC, VOSB, SBA...), place-of-performance state, or posted date. Returns the solicitation, NAICS/PSC, set-aside, deadline, and link — VA medical-center construction, equipment, and services buys for device, construction, and staffing sellers.

Endpoint

GET https://api.govparse.io/v1/va/opportunities/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/opportunities/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/va/opportunities/search?naics=3345&q=imaging&setaside=SDVOSBC" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "agency": "VETERANS AFFAIRS, DEPARTMENT OF",
      "deadline": "2026-08-15 17:00:00+00",
      "id": "a1b2c3d4e5f6",
      "link": "https://sam.gov/opp/a1b2c3d4e5f6/view",
      "naics_code": "334510",
      "number": "36C25026R0001",
      "posted_date": "2026-07-10",
      "set_aside_code": "SDVOSBC",
      "state": "FL",
      "title": "Radiology Equipment — VA Medical Center"
    }
  ],
  "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