What is the Department of Veterans Affairs soliciting right now?
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.
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/opportunities/search
| Category | Search and research |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"naics": "3345",
"q": "imaging",
"setaside": "SDVOSBC"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"naics": {
"description": "NAICS code prefix(es), CSV.",
"examples": [
"3345"
],
"type": "string"
},
"offset": {
"description": "Rows to skip, for paging.",
"examples": [
0
],
"type": "integer"
},
"posted_after": {
"description": "Posted on or after this date (YYYY-MM-DD).",
"examples": [
"2026-07-01"
],
"type": "string"
},
"q": {
"description": "Keyword in the solicitation title.",
"examples": [
"imaging"
],
"type": "string"
},
"setaside": {
"description": "Set-aside code(s), CSV: SDVOSBC, VOSB, SBA, 8A...",
"examples": [
"SDVOSBC"
],
"type": "string"
},
"since": {
"description": "Posted on or after this date (YYYY-MM-DD).",
"examples": [
"2026-07-01"
],
"type": "string"
},
"state": {
"description": "Place-of-performance state code(s), CSV.",
"examples": [
"FL"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}