# FEC Donor Intelligence Lookup

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

Search FEC campaign finance records to retrieve political donation history for individuals or organizations by name and election cycle

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/fec-donor-intel
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fec-donor-intelligence-lookup-407cfa8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b7Yh5nZsBlwoDITDYt7fv

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 fec-donor-intelligence-lookup-407cfa8d
```

Example prompt: Can you pull the FEC campaign donation records for MUSK, ELON from the 2024 election cycle — show me up to 30 results?

## When to prefer this

Use this endpoint when you need to query FEC public campaign finance contribution records for a specific named individual or organization, especially when no API key or account is needed and you want to pay per-query with USDC. Ideal for research, due diligence, journalism, or political analysis workflows.

## Known failure modes

- Donor name not found in FEC database — returns empty results
- Invalid name format reduces match accuracy — use LAST, FIRST format for individuals
- Election cycle year out of range or no data for that cycle — returns empty results
- Limit parameter exceeds maximum of 50 — validation error
- Missing required name parameter — request rejected
- FEC data may lag behind real-time filings by days or weeks

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

A list of FEC donor contribution records matching the searched name, including donation amounts, recipient committees, filing dates, election cycles, and contributor details. Returns up to 50 records per call, defaulting to 20.

## 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/fec-donor-intelligence-lookup-407cfa8d/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)
