Search open U.S
Search open U.S. federal contract opportunities from SAM.gov (solicitations, presolicitations, sources sought). Use when you need current government RFPs or bids matching a title keyword, 6-digit NAICS code, small-business set-aside or place-of-performance state. Returns deduplicated JSON: notice ID, title, agency, NAICS, set-aside, posted date, response deadline, state and SAM.gov link. Defaults: last 7 days, 25 results (max 100).
Answeringour last check, 2026-09-27
1 of 1checks answered this week
395 msmedian answer time
$0.01listed price per call
$0.01price 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://agent-data-api.agentdata.workers.dev/v1/contracts/opportunities
| Category | Code and developer |
|---|---|
| Provider host | agent-data-api.agentdata.workers.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-27 | valid payment request | 402 | $0.01 | 395 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 25,
"naics": "541512",
"postedDays": 7,
"q": "cybersecurity"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"limit": {
"default": 25,
"description": "Maximum number of results",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"naics": {
"description": "6-digit NAICS code, e.g. 541512",
"pattern": "^(?:\\d{6})$",
"type": "string"
},
"postedDays": {
"default": 7,
"description": "Only opportunities posted in the last N days",
"maximum": 364,
"minimum": 1,
"type": "integer"
},
"q": {
"description": "Keyword matched against the opportunity title, e.g. cybersecurity",
"maxLength": 200,
"type": "string"
},
"setaside": {
"description": "Set-aside code: SBA (total small business), SBP (partial small business), 8A, 8AN, HZC/HZS (HUBZone), SDVOSBC/SDVOSBS (service-disabled veteran), WOSB/WOSBSS, EDWOSB/EDWOSBSS, LAS, IEE, ISBEE, BICiv, VSA/VSS",
"enum": [
"SBA",
"SBP",
"8A",
"8AN",
"HZC",
"HZS",
"SDVOSBC",
"SDVOSBS",
"WOSB",
"WOSBSS",
"EDWOSB",
"EDWOSBSS",
"LAS",
"IEE",
"ISBEE",
"BICiv",
"VSA",
"VSS"
],
"type": "string"
},
"state": {
"description": "Two-letter place-of-performance state code, e.g. VA",
"pattern": "^(?:[A-Z]{2})$",
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"count": {
"description": "Number of results returned",
"type": "integer"
},
"fetchedAt": {
"description": "When the data was fetched from SAM.gov (responses are cached up to 15 minutes)",
"type": "string"
},
"query": {
"description": "The effective query, including the postedFrom/postedTo dates used",
"type": "object"
},
"results": {
"items": {
"properties": {
"agency": {
"description": "Department",
"type": [
"string",
"null"
]
},
"naics": {
"type": [
"string",
"null"
]
},
"noticeId": {
"type": "string"
},
"placeOfPerformanceState": {
"type": [
"string",
"null"
]
},
"postedDate": {
"description": "YYYY-MM-DD",
"type": [
"string",
"null"
]
},
"responseDeadline": {
"description": "ISO 8601, often with a UTC offset; null if none",
"type": [
"string",
"null"
]
},
"setAside": {
"description": "Set-aside code, null if none",
"type": [
"string",
"null"
]
},
"setAsideDescription": {
"type": [
"string",
"null"
]
},
"subAgency": {
"type": [
"string",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"url": {
"description": "SAM.gov page for the notice",
"type": "string"
}
},
"required": [
"noticeId",
"url"
],
"type": "object"
},
"type": "array"
},
"source": {
"type": "string"
},
"totalMatches": {
"description": "Matches reported by SAM.gov before removing closed notices and duplicates",
"type": "integer"
}
},
"required": [
"count",
"results"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}