# GovSpendPulse Federal Agency Spending & Procurement Intelligence

> GovSpendPulse Federal Agency Spending & Procurement Intelligence is a paid API for AI agents from govspendpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns a comprehensive federal agency spending profile including top vendors, NAICS codes, procurement vehicles, IDIQ/GWAC contracts, entry strategy, and budget priorities sourced from USASpending.gov data.

## Facts

- Endpoint: GET https://govspendpulse.theaslangroupllc.com/api/govspend/agency-intel
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govspendpulse-federal-agency-spending-procurement-intelligence-a3e7192b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hV9nS8mGpDKn53KT5tl2X

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-agency-spending-procurement-intelligence-a3e7192b
```

Example prompt: Pull a full procurement intelligence profile for the Department of Homeland Security — I need their top vendors, active IDIQ and GWAC vehicles, most-used NAICS codes, budget priorities, and a recommended entry strategy so I can build our capture plan.

## When to prefer this

Use this endpoint when you need a holistic, agency-level procurement intelligence snapshot — including incumbents, vehicles, NAICS codes, and capture strategy — rather than searching for individual contracts or opportunities. Prefer this over contract-search endpoints when the goal is business development planning or bid/no-bid decision support for a specific agency.

## Known failure modes

- Unknown or misspelled agency name returns an error or empty result
- Very small or obscure sub-agencies may have insufficient data for meaningful analysis
- USASpending.gov data lag may mean very recent awards are missing
- Payment failure (402) if USDC balance is insufficient
- Rate limiting if too many calls are made in rapid succession

## How this service works

Federal agency spending profile, procurement intelligence, and capture strategy for any US federal agency. Returns top vendors, NAICS codes, procurement vehicles, IDIQ/GWAC contracts, entry strategy, and budget priorities from USASpending.gov data — for business-development and capture agents.

## Output

A structured federal agency intelligence report including: ranked list of top incumbent vendors and their contract values, frequently used NAICS codes, active procurement vehicles (IDIQs, GWACs, BPAs), contract award history, identified budget priorities, and actionable capture/entry strategy recommendations — all derived from USASpending.gov data.

## 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)"
      },
      "agency": {
       "type": "string",
       "description": "(required) agency name or abbreviation — e.g. \"Department of Defense\" | \"DHS\" | \"VA\" | \"HHS\" | \"GSA\" | \"DOE\" | \"NASA\""
      },
      "keyword": {
       "type": "string",
       "description": "optional focus area within the agency — e.g. \"cybersecurity\" | \"cloud\" | \"healthcare IT\""
      }
     }
    }
   },
   "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": {
  "agency": "Department of Homeland Security",
  "fiscal_year": "FY2025",
  "entry_strategy": {
   "teaming_advice": "Team with an existing EAGLE II or PACTS III prime for fastest path to awards",
   "easiest_entry_point": "DHS PACTS III small business track or GSA MAS for initial access",
   "key_contracting_offices": [
    "DHS OCPO",
    "CBP Procurement Directorate",
    "CISA Office of Contracting and Procurement"
   ],
   "set_aside_opportunities": "HUBZone and 8(a) set-asides represent ~18% of DHS spend — above federal average"
  },
  "spending_trend": "Growing — DHS budget increased 8% in FY2025 with emphasis on technology modernization",
  "spending_profile": {
   "top_5_vendors": [
    {
     "name": "Leidos",
     "total_usd": 1800000000,
     "award_count": 42
    },
    {
     "name": "Booz Allen Hamilton",
     "total_usd": 980000000,
     "award_count": 31
    }
   ],
   "top_naics_codes": [
    "541512",
    "541511",
    "541330"
   ],
   "small_business_pct_est": "22%",
   "total_contract_spend_usd": 14200000000,
   "average_contract_size_usd": 4200000
  },
  "vehicle_landscape": {
   "common_vehicles": [
    "EAGLE II",
    "PACTS III",
    "SPARC II"
   ],
   "gsa_schedules_used": [
    "IT Schedule 70 / MAS IT",
    "Professional Services Schedule"
   ],
   "key_idiq_contracts": [
    "EAGLE II (IT services)",
    "PACTS III (professional services)",
    "First Source II (IT commodities)"
   ]
  },
  "procurement_priorities": [
   "Zero Trust Architecture",
   "Southwest Border Technology",
   "AI/ML for threat detection",
   "Cybersecurity workforce"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govspendpulse-federal-agency-spending-procurement-intelligence-a3e7192b/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)
