What federal contract solicitations and grant opportunities can my business bid
What federal contract solicitations and grant opportunities can my business bid on right now? Unified search over SAM.gov contract opportunities and Grants.gov postings: keyword, awarding agency, NAICS prefix, set-aside (SBA, 8A, WOSB, SDVOSBC...), place-of-performance state, and posted/deadline date windows. One call answers 'find open federal money that fits us'.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
312 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/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
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.25 | 312 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"agency": "defense",
"kind": "contract",
"q": "cybersecurity"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"agency": {
"description": "Awarding department/agency name fragment. Example: 'defense'.",
"examples": [
"defense"
],
"type": "string"
},
"deadline_after": {
"description": "Response/close deadline on or after this date (YYYY-MM-DD).",
"examples": [
"2026-07-16"
],
"type": "string"
},
"deadline_before": {
"description": "Response/close deadline on or before this date (YYYY-MM-DD).",
"examples": [
"2026-09-30"
],
"type": "string"
},
"kind": {
"description": "contract | grant (CSV for both; default both).",
"examples": [
"contract"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"naics": {
"description": "NAICS code prefix(es), CSV \u2014 contracts only. Example: '5415' covers all IT services.",
"examples": [
"5415"
],
"type": "string"
},
"offset": {
"description": "Rows to skip, for paging.",
"examples": [
0
],
"type": "integer"
},
"posted_after": {
"description": "Posted/open date on or after this date (YYYY-MM-DD).",
"examples": [
"2026-07-01"
],
"type": "string"
},
"q": {
"description": "Keyword in the opportunity title. Example: 'cybersecurity'.",
"examples": [
"cybersecurity"
],
"type": "string"
},
"setaside": {
"description": "Set-aside code(s), CSV \u2014 contracts only: SBA, 8A, WOSB, SDVOSBC, HZC...",
"examples": [
"SBA"
],
"type": "string"
},
"state": {
"description": "Place-of-performance state code(s), CSV \u2014 contracts only.",
"examples": [
"VA"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}