# Federal Contract Intelligence Lookup

> Federal Contract Intelligence Lookup is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.034/call, status unknown (last checked 2026-09-15).

Retrieves top U.S. federal contract and grant award records for a named company from USASpending data, filtered by award type and fiscal year range

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/federal-contract-intel
- Price: $0.034/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/federal-contract-intelligence-lookup-f92abf4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VsUcFYNtEgGuLl9xh3sdj

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 federal-contract-intelligence-lookup-f92abf4a
```

Example prompt: Pull the top 5 federal contract awards for Raytheon from the last 3 fiscal years — contracts only, not grants.

## When to prefer this

Use this endpoint when you need quick, structured federal award data for a named company without setting up a USASpending.gov API key or account. Ideal for due diligence, competitive intelligence, and procurement research on specific contractors or grantees. Prefer this over manual USASpending queries when operating inside an AI agent workflow with x402 micropayment capability.

## Known failure modes

- Company name not found in USASpending database — returns empty results or closest match
- Ambiguous company name matches multiple entities — may return results for wrong entity
- USASpending API rate limit or downtime — returns 5xx or timeout error
- Invalid award_type enum value — schema validation error
- years_back or top_n out of allowed range (1–10) — schema validation error
- Payment failure or insufficient USDC balance — 402 response, no data returned

## How this service works

US federal contract and grant intelligence for any company via USASpending.gov. Returns total obligated amount, award count, top awards (award ID, amount, agency, description, start date), and agency breakdown — covering $10T+ in federal spending. Useful for procurement research, competitive intelligence, vendor due diligence, and government contractor analysis. No API key required.

## Output

Returns a list of top federal award records for the specified company, including award amounts, awarding agencies, award descriptions, period of performance, and fiscal year — filtered to the requested award type and number of years back.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "top_n": 5,
   "award_type": "contracts",
   "years_back": 2,
   "company_name": "Boeing"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/federal-contract-intelligence-lookup-f92abf4a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
