# GovSpendPulse US Federal Contract Opportunities Search

> GovSpendPulse US Federal Contract Opportunities Search is a paid API for AI agents from govspendpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Searches active open federal contract opportunities and solicitations from SAM.gov, returning deadlines, set-aside types, NAICS codes, and bid guidance for vendors pursuing federal business.

## Facts

- Endpoint: GET https://govspendpulse.theaslangroupllc.com/api/govspend/us-opportunities
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govspendpulse-us-federal-contract-opportunities-search-0710a402
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mYc9ZxpMBWyMVRISkspPi

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 govspendpulse-us-federal-contract-opportunities-search-0710a402
```

Example prompt: Find me active federal contract opportunities on SAM.gov for cybersecurity services under NAICS code 541519 with small business set-asides — show me what's open, the deadlines, and any bid guidance.

## When to prefer this

Use this endpoint when you need to discover currently active, open federal contract opportunities and solicitations from SAM.gov — especially when filtering by NAICS code, set-aside type, or agency. Prefer this over award/spending search endpoints when the goal is finding bids to compete for rather than analyzing past contract awards.

## Known failure modes

- No results returned if keyword or NAICS code is too narrow or misspelled
- SAM.gov data lag may mean very recently posted opportunities are missing
- Set-aside filter may return empty results if no matching opportunities currently active
- Broad keyword queries may return large noisy result sets requiring further filtering
- Rate-limited or payment failure if USDC transaction not processed

## How this service works

Federal contract opportunity / solicitation / RFP search — active open opportunities from SAM.gov. Returns deadlines, set-aside types, NAICS codes, and bid guidance for vendors actively seeking federal business, for business-development and capture agents.

## Output

Returns a list of active open federal contract opportunities from SAM.gov including solicitation numbers, titles, issuing agencies, response deadlines, set-aside designations (e.g. 8(a), SDVOSB, WOSB), applicable NAICS codes, and contextual bid guidance to help vendors decide whether and how to pursue each opportunity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "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": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | zh | ko | pt | ar (default: en)"
      },
      "limit": {
       "type": "string",
       "description": "5 | 10 (default: 10)"
      },
      "naics": {
       "type": "string",
       "description": "NAICS code filter — e.g. 541511 (custom software) | 811219 (IT repair)"
      },
      "keyword": {
       "type": "string",
       "description": "search term — e.g. \"software development\" | \"janitorial services\" | \"IT support\" | \"medical supplies\""
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "bid_tips": "Software development at DHS heavily favors 8(a) and cleared vendors. Consider teaming with an 8(a) prime if not already certified.",
  "market_pulse": {
   "hot_agencies": [
    "DHS",
    "DoD",
    "VA"
   ],
   "urgency_flag": "2 opportunities closing within 14 days",
   "dominant_set_asides": [
    "8(a)",
    "SDVOSB"
   ]
  },
  "query_summary": {
   "keyword": "software development",
   "naics_code": "541511",
   "total_open": 8
  },
  "sam_search_url": "https://sam.gov/search/?keywords=software+development&index=opp&is_active=true",
  "open_opportunities": [
   {
    "type": "Solicitation",
    "title": "Agile Software Development Support Services",
    "agency": "Department of Homeland Security",
    "office": "Cybersecurity and Infrastructure Security Agency",
    "sam_url": "https://sam.gov/opp/abc123",
    "set_aside": "8(a)",
    "naics_code": "541511",
    "posted_date": "2026-05-15",
    "key_requirements": "Agile/SAFe certified team for DHS CISA modernization initiative; TS/SCI clearance required for key personnel.",
    "response_deadline": "2026-06-30",
    "solicitation_number": "70RSAT24R00000042"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govspendpulse-us-federal-contract-opportunities-search-0710a402/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from govspendpulse.theaslangroupllc.com](https://www.zero.xyz/host/govspendpulse.theaslangroupllc.com/llms.txt)
