# Stratalize Federal Contract Intelligence

> Stratalize Federal Contract Intelligence is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns federal contract obligation data by vendor, filtered by agency, NAICS code, state, and fiscal year, sourced from USASpending.gov

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/federal-contract-intelligence
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-federal-contract-intelligence-4fa18b0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2eqYzlOA1NI16Iil68rv3

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 stratalize-federal-contract-intelligence-4fa18b0a
```

Example prompt: Pull up the federal contract obligations for Leidos from USASpending for fiscal year 2023 — break it down by agency and NAICS code, and filter to contracts performed in Virginia.

## When to prefer this

Use this endpoint when you need structured, filterable federal contracting data for a specific vendor — particularly when assessing a company's government revenue, benchmarking against competitors by NAICS code, or performing due diligence on government vendor dependency. Prefer this over general web search when you need structured USASpending data with cryptographic provenance.

## Known failure modes

- Unknown vendor name returns empty results or low-confidence match
- Invalid NAICS code returns 400 bad request
- Fiscal year out of available range returns no data
- State code not recognized returns validation error
- Payment not processed results in 402 response before data is returned

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Federal contract obligation data by vendor — agency, NAICS code, and fiscal year rollups from USASpending. Source: USASpending.gov synced data. Use when researching a company's federal revenue, identifying government contract competitors, or assessing vendor dependency

## Output

Returns structured federal contract obligation data for a vendor including total awarded amounts, breakdowns by agency, NAICS code, place of performance state, and fiscal year — sourced from synced USASpending.gov data. Each response is ML-DSA-65 cryptographically signed and independently verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "Two-letter state code for place of performance (e.g. PA, IL)."
  },
  "naics_code": {
   "type": "string",
   "description": "Request parameter: naics code"
  },
  "agency_name": {
   "type": "string",
   "description": "Request parameter: agency name"
  },
  "fiscal_year": {
   "type": "number",
   "description": "Request parameter: fiscal year"
  },
  "vendor_name": {
   "type": "string",
   "description": "Request parameter: vendor name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-federal-contract-intelligence-4fa18b0a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
