# GoCreative Federal Contracts Lookup

> GoCreative Federal Contracts Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-09).

Retrieves federal contract award data for a given entity or keyword from official government sources

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/leads/federal-contracts/%7Barg%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-federal-contracts-lookup-ee222dba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mYoe9zqu5CsT6bkryZJb2

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 gocreative-federal-contracts-lookup-ee222dba
```

Example prompt: Can you pull up the federal contract awards for Booz Allen Hamilton from the government contracts database?

## When to prefer this

Use this endpoint when you need to look up official US federal contract award data for a specific company, keyword, or entity without requiring API key signup. Ideal for B2B lead research, competitive intelligence, and government procurement analysis. Prefer this over manual USASpending.gov searches when automating agent workflows.

## Known failure modes

- No contracts found for the given input — returns empty result or 404
- Invalid or ambiguous query string results in no matches
- Payment failure via x402 if USDC balance is insufficient
- Rate limiting or service unavailability returns 5xx error
- Malformed path parameter returns 400 bad request

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

Returns federal contract award records including contract details, award amounts, contracting agencies, and contractor information sourced from official US government procurement 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"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-federal-contracts-lookup-ee222dba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
