Which veteran-owned (SDVOSB / VOSB) vendors just showed fresh federal traction? Bulk feed
Which veteran-owned (SDVOSB / VOSB) vendors just showed fresh federal traction? Bulk feed over the verified veteran-owned vendor roster, newest-first by most recent award date: vendor, state, NAICS, certification, and its VA-specific + total federal award totals (banded). A set-aside-eligible vendor with recent traction is a teaming / growth target. Flat rows, cursor-paginated up to 1000/page, filterable by state, NAICS, certification, VA award, or since. Observational public records as filed.
25000000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-10
updated
Provider
api.govparse.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "25000000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "25000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"naics": "3339",
"since": "2026-01-01",
"state": "TN"
},
"type": "http"
},
"output": {
"example": {
"basis": "Verified veteran-owned (SDVOSB/VOSB) vendors, one row per vendor newest-first by last_award_date. Amounts banded. Observational public records as filed.",
"feed": "sdvosb",
"page": {
"has_more": true,
"limit": 500,
"next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
"returned": 500
},
"query": {
"certification": "all",
"min_va_award": "any",
"naics": "all",
"since": "all",
"state": "all"
},
"rows": [
{
"as_published_date": "2026-07-18",
"award_count": 1,
"certification": "SDVOSB",
"entity_id": null,
"event_date": "2026-06-14",
"event_key": "va:2c4b6fb9-891f-b5e6-5302-0fbad900cf40-C",
"first_award_date": "2026-06-14",
"last_award_date": "2026-06-14",
"naics": [
"333922"
],
"recipient_uei": null,
"state": "TN",
"total_award_amount": 4136326.32,
"total_award_amount_band": "$1M–$5M",
"va_award_amount": 0,
"va_award_amount_band": "< $50K",
"va_award_count": 0,
"vendor": "TCB VETERAN, LLC"
}
]
},
"type": "json"
}
},
"routeTemplate": "/v1/feeds/sdvosb",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"certification": {
"description": "sdvosb | vosb.",
"examples": [
"sdvosb"
],
"type": "string"
},
"cursor": {
"description": "Opaque page cursor — pass the previous page's next_cursor unchanged.",
"examples": [
"eyJkIjoiMjAyNi0wNy0wMSIsImsiOiIyYzRiNmZiOSJ9"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"min_va_award": {
"description": "Minimum total $ this vendor has won from the VA.",
"examples": [
100000
],
"type": "integer"
},
"naics": {
"description": "NAICS code prefix(es), CSV — matches the vendor's award NAICS.",
"examples": [
"3339"
],
"type": "string"
},
"since": {
"description": "Only vendors whose most recent award is on or after this date (YYYY-MM-DD).",
"examples": [
"2026-01-01"
],
"type": "string"
},
"state": {
"description": "Vendor state code(s), CSV.",
"examples": [
"TN"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://api.govparse.io/v1/feeds/sdvosb" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.govparse.io/v1/feeds/sdvosb");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.govparse.io/v1/feeds/sdvosb")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/14563.json, and this resource appears in /discovery/resources and /discovery/search.