# GovSpendPulse Federal Contract Opportunity Brief

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

Generates a detailed bid/no-bid intelligence brief for a specific federal solicitation, including historical award context, incumbent analysis, competitive landscape, and recommended next steps.

## Facts

- Endpoint: GET https://govspendpulse.theaslangroupllc.com/api/govspend/contract-brief
- 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/govspendpulse-federal-contract-opportunity-brief-61ef5a43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tXCJKUMTrYrDIZqnndFuZ

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-federal-contract-opportunity-brief-61ef5a43
```

Example prompt: Pull a full contract brief on SAM.gov solicitation W912DQ-25-R-0042 — I need the incumbent analysis, historical award context, competitive landscape, and a bid/no-bid recommendation so I can decide whether to pursue it.

## When to prefer this

Use this endpoint when you have a specific federal solicitation ID or opportunity number and need deep intelligence on whether and how to pursue it — as opposed to searching for new opportunities (use the federal opportunity search endpoint) or analyzing a vendor's win history (use the competitive intelligence endpoint). Best suited for capture managers and proposal teams doing go/no-go decisions on a known opportunity.

## Known failure modes

- Solicitation number not found in federal databases — returns error or empty brief
- Opportunity is too new with no historical award data available
- SAM.gov data may lag real-time postings by hours
- Insufficient public data to identify incumbent — incumbent field may be null
- Malformed or unrecognized solicitation ID format returns validation error

## How this service works

Federal contract opportunity brief, bid/no-bid intelligence, and incumbent analysis for any specific solicitation. Covers historical award context, incumbent analysis, requirements intelligence, competitive landscape, a bid/no-bid signal, and concrete next steps — for capture and proposal agents.

## Output

A structured intelligence brief covering: historical award context for the solicitation, identified incumbent contractor(s), requirements intelligence extracted from the opportunity, competitive landscape (likely bidders and win probabilities), a binary bid/no-bid signal with rationale, and concrete capture and proposal next steps.

## 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)"
      },
      "naics": {
       "type": "string",
       "description": "optional NAICS code — e.g. 541512 | 541330"
      },
      "agency": {
       "type": "string",
       "description": "optional agency to narrow search — e.g. \"DHS\" | \"Air Force\" | \"VA\" | \"HHS\""
      },
      "keyword": {
       "type": "string",
       "description": "(required) contract title, topic, or solicitation number — e.g. \"DHS zero trust SOC\" | \"N0017824R0012\" | \"USAF cloud migration\""
      }
     }
    }
   },
   "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": {
  "opportunity": {
   "title": "DHS Zero Trust Architecture Implementation",
   "agency": "Department of Homeland Security",
   "sam_url": "https://sam.gov/opp/abc",
   "set_aside": "Full and Open",
   "naics_code": "541512",
   "contract_type": "IDIQ Task Order",
   "estimated_value_usd": 45000000,
   "solicitation_number": "70RSAT25R0002",
   "place_of_performance": "DC/VA/Remote",
   "period_of_performance": "5 years"
  },
  "bid_strategy": {
   "red_flags": [
    "5-year incumbent with deep agency relationships",
    "Short turnaround from draft RFP to proposal due date"
   ],
   "bid_no_bid_signal": "Conditional Bid — strong incumbent but agency has signaled desire to diversify",
   "win_probability_factors": [
    "Cleared personnel",
    "Zero Trust OEM partnerships",
    "Price competitiveness"
   ],
   "differentiators_to_emphasize": [
    "Independent vendor — no conflict with existing BAH tools",
    "Zero Trust product integrations"
   ]
  },
  "historical_context": {
   "incumbent": "Booz Allen Hamilton",
   "previous_awards": [
    {
     "agency": "DHS CISA",
     "period": "2020–2025",
     "recipient": "Booz Allen Hamilton",
     "amount_usd": 38000000
    }
   ],
   "contract_history_summary": "Single incumbent for 5 years — recompete expected Q3 2026."
  },
  "intelligence_confidence": "Medium (historical data + web)"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govspendpulse-federal-contract-opportunity-brief-61ef5a43/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)
