# GovSpendPulse Competitor Awards & Market-Share Analysis

> GovSpendPulse Competitor Awards & Market-Share Analysis 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-14).

Returns top federal vendors by total award value, market-concentration metrics, opportunity gaps, and set-aside landscape for a given market segment using USASpending.gov data.

## Facts

- Endpoint: GET https://govspendpulse.theaslangroupllc.com/api/govspend/competitor-awards
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govspendpulse-competitor-awards-market-share-analysis-eec0a536
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hABHw9kSFJZDBEEKSSu4u

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-competitor-awards-market-share-analysis-eec0a536
```

Example prompt: Who are the top 10 federal contractors winning awards in NAICS 541519 — other IT services — over the last fiscal year, and what does the set-aside landscape look like? I want to understand market concentration and any gaps I could target.

## When to prefer this

Use this endpoint when you need competitive intelligence on who is winning federal contracts in a specific market — ideal for BD strategy, capture planning, teaming decisions, or market-entry analysis. Prefer this over the general contract search endpoint when the goal is vendor benchmarking and market-share analysis rather than finding specific open opportunities.

## Known failure modes

- Invalid or unrecognized NAICS/PSC code returns empty results or 400 error
- Overly broad query with no market filter may return timeout or truncated data
- USASpending.gov upstream data lag may mean awards from the last 30–60 days are incomplete
- Very niche market segments may have insufficient award volume for meaningful concentration analysis
- Rate-limited or payment failure returns 402 Payment Required

## How this service works

Federal contractor / vendor competitive intelligence and market-share analysis — who is winning federal contracts in your market. Returns top vendors by total awards, market-concentration analysis, opportunity gaps, and set-aside landscape from USASpending.gov, for business-development and market-intelligence agents.

## Output

Returns a ranked list of top vendors by total federal award dollars in the specified market, along with market-share percentages, a concentration index (e.g. HHI), identified opportunity gaps, and a breakdown of set-aside categories (8(a), SDVOSB, WOSB, HUBZone, full-and-open) — sourced 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)"
      },
      "naics": {
       "type": "string",
       "description": "NAICS code to narrow results — e.g. 541512 | 541330 | 493110"
      },
      "keyword": {
       "type": "string",
       "description": "(required) market keyword — e.g. \"cybersecurity\" | \"cloud computing\" | \"logistics\" | \"engineering services\""
      }
     }
    }
   },
   "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": {
  "top_vendors": [
   {
    "rank": 1,
    "company": "Booz Allen Hamilton",
    "award_count": 148,
    "business_size": "Large",
    "key_contracts": [
     "DOMEX",
     "SETA support",
     "zero trust task order"
    ],
    "market_share_pct": 18.4,
    "primary_agencies": [
     "DoD",
     "NSA",
     "DHS"
    ],
    "total_awards_usd": 3200000000
   },
   {
    "rank": 2,
    "company": "Leidos",
    "award_count": 97,
    "business_size": "Large",
    "key_contracts": [
     "NGEN-R"
    ],
    "market_share_pct": 12.1,
    "primary_agencies": [
     "DoD",
     "IC"
    ],
    "total_awards_usd": 2100000000
   }
  ],
  "opportunity_gaps": [
   {
    "agency": "USDA",
    "estimated_value": "$120M+",
    "gap_description": "USDA cybersecurity spend growing but no dominant incumbent — 3 vendors share $120M"
   }
  ],
  "market_definition": {
   "keyword": "cybersecurity",
   "naics_code": "541512",
   "period_analyzed": "FY2024–FY2025"
  },
  "set_aside_landscape": {
   "8a_pct": "8%",
   "wosb_pct": "3%",
   "sdvosb_pct": "4%",
   "hubzone_pct": "2%",
   "small_business_pct": "21%"
  },
  "market_concentration": {
   "top5_share_pct": 52,
   "herfindahl_index_est": "Moderate (~1200)",
   "market_characterization": "Moderately competitive"
  },
  "market_entry_verdict": "Moderate - room for challengers",
  "competitive_positioning": "Market is moderately competitive with established large primes, but USDA and HHS show clear gaps for new entrants."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govspendpulse-competitor-awards-market-share-analysis-eec0a536/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)
