# FEC Individual Donor Search

> FEC Individual Donor Search is a paid API for AI agents from fec.memoryapi.org, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Search FEC individual donor contribution records by candidate, committee, or donor employer

## Facts

- Endpoint: GET https://fec.memoryapi.org/x402/fec/donors
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fec-memoryapi-org-7be0abf4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__s6__waOYTZADanZJ_J_i

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-memoryapi-org-7be0abf4
```

Example prompt: Can you pull up the FEC individual donor records for people who work at Google and donated to candidates running for Senate in 2024?

## When to prefer this

Use this endpoint when you need to find individual-level donor contribution data — who is giving money to specific campaigns or committees. Prefer this over the spending or fundraising totals endpoints when the question is about donor identity, donor employers, or individual contribution records rather than aggregate spending or candidate fundraising summaries.

## Known failure modes

- No matching donors found for the given query — returns empty result set
- Invalid or unrecognized candidate/committee name — may return zero results
- Payment failure (x402) — $0.01 USDC not settled, request rejected
- Rate limiting or quota exceeded — too many calls in a short window
- Ambiguous employer name matching multiple entities — may return broad or noisy results

## How this service works

FEC individual donor data — who is contributing to campaigns. Search by candidate, committee, or donor employer.

## Output

A list of individual donor records from FEC filings, including donor name, employer, occupation, contribution amount, date, and the recipient candidate or committee.

## Example request

```json
{
 "cycle": "2024",
 "employer": "Google",
 "candidate": "Senate"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fec-memoryapi-org-7be0abf4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fec.memoryapi.org](https://www.zero.xyz/host/fec.memoryapi.org/llms.txt)
