# GovEdge Federal Contract Opportunities Search

> GovEdge Federal Contract Opportunities Search is a paid API for AI agents from govedge.lonestaroracle.xyz, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Search and filter upcoming federal contract solicitations from SAM.gov by keyword, NAICS code, or set-aside type

## Facts

- Endpoint: GET https://govedge.lonestaroracle.xyz/opportunities
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govedge-federal-contract-opportunities-search-31a89c5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E80G1hZtLCxtNGnOx2fxo

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability govedge-federal-contract-opportunities-search-31a89c5e
```

Example prompt: Search for upcoming federal contract solicitations in the cybersecurity sector — NAICS code 541512, filtered to 8(a) set-aside opportunities only.

## When to prefer this

Use this endpoint when you need to discover upcoming federal contract solicitations from SAM.gov with filtering by keyword, NAICS code, or set-aside type. Prefer this over general web search when you need structured, filterable procurement data. Ideal for government contracting research, competitive intelligence for small businesses, or automated monitoring of new federal opportunities in a specific industry sector.

## Known failure modes

- No results returned when keyword or NAICS code has no active solicitations
- Invalid NAICS code returns error or empty result set
- Unrecognized set-aside type value causes query failure
- Rate limiting or payment failure via x402 protocol blocks request
- SAM.gov data feed temporarily unavailable causing stale or no results

## How this service works

Upcoming federal contract solicitations from SAM.gov. Filter by keyword, NAICS, or set-aside type. $0.20/query via x402 on Base.

## Output

A list of upcoming federal contract solicitation opportunities from SAM.gov matching the specified filters, including solicitation titles, agency names, NAICS codes, set-aside types, and relevant procurement details.

## Request schema (JSON Schema)

```json
{
 "name": "GovEdge — Contract Opportunities",
 "tags": [
  "government",
  "contracts",
  "federal",
  "opportunities",
  "SAM"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "data",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "naics": {
       "type": "string",
       "title": "Naics"
      },
      "keyword": {
       "type": "string",
       "title": "Keyword"
      },
      "days_back": {
       "type": "integer",
       "title": "Days Back",
       "default": 7
      },
      "set_aside": {
       "type": "string",
       "title": "Set Aside"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Upcoming federal contract solicitations from SAM.gov. Filter by keyword, NAICS code, or set-aside type (8a, SDVOSB, HUBZone). Returns deadlines, agency, contact, and AI BD briefing."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govedge-federal-contract-opportunities-search-31a89c5e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from govedge.lonestaroracle.xyz](https://www.zero.xyz/host/govedge.lonestaroracle.xyz/llms.txt)
