ToolAssay

Which verified veteran-owned businesses can I target or team with?

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
344 msmedian answer time
$1.25listed price per call
$1.25price 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/va/vendors/search

CategorySearch and research
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$1.25 344 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "certification": "sdvosb",
    "name": "integrated",
    "state": "VA"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "certification": {
          "description": "sdvosb | vosb (CSV for both).",
          "examples": [
            "sdvosb"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "min_va_award": {
          "description": "Minimum total $ this vendor has won FROM the VA.",
          "examples": [
            "100000"
          ],
          "type": "string"
        },
        "naics": {
          "description": "NAICS code prefix(es), CSV \u2014 matches any of the vendor's award NAICS.",
          "examples": [
            "541"
          ],
          "type": "string"
        },
        "name": {
          "description": "Vendor name fragment.",
          "examples": [
            "integrated"
          ],
          "type": "string"
        },
        "offset": {
          "description": "Rows to skip, for paging.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "since": {
          "description": "Most recent award on or after this date (YYYY-MM-DD).",
          "examples": [
            "2025-01-01"
          ],
          "type": "string"
        },
        "state": {
          "description": "Vendor state code(s), CSV.",
          "examples": [
            "VA"
          ],
          "type": "string"
        },
        "uei": {
          "description": "Recipient Unique Entity Identifier (SAM UEI).",
          "examples": [
            "ZQGD2XIX75A5"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON