/api/opportunities/search
Light
Search normalized SAM.gov opportunities with full-text and structured filters.
GET https://agentic-gov-contracts.vercel.app/api/opportunities/search?q=grounds&active=true&limit=5
Agentic procurement intelligence
x402-native SAM.gov opportunity intelligence for agentic capture workflows.
{
"noticeId": "sample-grounds-001",
"title": "Grounds Maintenance Services",
"noticeType": "Solicitation",
"active": true,
"naicsCode": "561730",
"setAsideCode": "SBA",
"complexity": {
"score": 44,
"label": "medium"
},
"x402": {
"challengeHeader": "PAYMENT-REQUIRED",
"paymentHeader": "X-PAYMENT"
}
}
Query normalized opportunities across SAM.gov with full-text search and structured filters for agency, NAICS, PSC, location, status, and deadlines.
Rapidly assess solicitations with complexity scoring, due-date context, attachment metadata, and official-source rule checks.
Extract likely work packages, subcontractor search queries, outreach drafts, pricing assumptions, and compliance warnings.
Generate pursuit reasoning with margin inputs, risk signals, contracting-officer questions, and required before-bid actions.
Endpoint explorer
Agents receive an HTTP 402 challenge, pay through x402, then retry with X-PAYMENT. There are no buyer accounts, credits, subscriptions, or marketplace billing wrappers.
/api/opportunities/search
Light
Search normalized SAM.gov opportunities with full-text and structured filters.
GET https://agentic-gov-contracts.vercel.app/api/opportunities/search?q=grounds&active=true&limit=5
/api/opportunities/:id
Light
Fetch one opportunity with normalized fields and a brief preview.
GET https://agentic-gov-contracts.vercel.app/api/opportunities/sample-grounds-001
/api/opportunities/brief
Premium
Generate an agent-ready opportunity brief with rule checks and capture actions.
{
"noticeId": "sample-grounds-001",
"estimatedContractValue": 300000
}
/api/opportunities/match
Premium
Match a business or operator profile against active opportunities.
{
"profile": {
"keywords": ["grounds maintenance"],
"naicsCodes": ["561730"],
"states": ["VA"],
"riskTolerance": "medium"
},
"limit": 10
}
/api/opportunities/subcontractor-plan
Premium
Extract subcontractor work packages, search queries, outreach drafts, and margin model.
{
"noticeId": "sample-grounds-001",
"estimatedContractValue": 300000,
"estimatedSubcontractorCost": 220000,
"targetMarginPercent": 20
}
/api/opportunities/bid-no-bid
Premium
Build a bid/no-bid recommendation with risk signals, rule checks, and next actions.
{
"noticeId": "sample-grounds-001",
"estimatedContractValue": 300000,
"estimatedSubcontractorCost": 220000,
"targetMarginPercent": 20
}
/api/opportunities/watch
Light
Create a reusable opportunity watch filter for recurring agent checks.
{
"name": "Facilities work",
"filters": {
"q": "facility maintenance",
"states": ["VA"],
"active": true
}
}
/api/opportunities/digest
Light
Return a concise digest for a watch or ad hoc opportunity filters.
{
"filters": {
"q": "janitorial",
"active": true
},
"limit": 10
}
Native x402 pricing
Pricing is exposed in discovery metadata for x402-aware agents. The canonical payment path stays on the service origin.
Search, detail, watch, and digest calls.
Briefs, profile matching, subcontractor plans, and bid/no-bid reasoning.
Machine-readable discovery
Use these public resources to inspect schemas, MCP metadata, x402 payment details, and agent-readable instructions.
Official-source posture
Gov Contract Scout is built around public SAM.gov data paths and FAR/SBA rule context. Solicitation packages, amendments, and contracting-officer instructions control every opportunity-specific decision.