# Stratalize FEC Campaign Finance Lookup

> Stratalize FEC Campaign Finance Lookup is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns federal campaign finance data for a company, PAC, or individual — including committee info, total receipts, disbursements, and political footprint signal — sourced from FEC electronic filings.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/fec-campaign-finance
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-fec-campaign-finance-lookup-6d929139
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YTC3pXgg_OaiSLb3QhA1Z

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-fec-campaign-finance-lookup-6d929139
```

Example prompt: Pull the FEC campaign finance data for ExxonMobil — I want to see their PAC committee activity, total political disbursements, receipts, and political footprint signal so I can assess their political risk exposure.

## When to prefer this

Use this endpoint when you need verified, cryptographically-signed federal campaign finance data for political risk monitoring, PAC compliance checks, or due diligence on a company's or individual's political spending. Prefer over generic FEC search tools when you need a structured, ML-DSA-65 signed response with an independently verifiable receipt. Best suited for compliance agents, risk officers, and political intelligence workflows.

## Known failure modes

- Entity not found in FEC filings — returns empty or null result for unknown names
- Ambiguous name matches multiple entities — may return multiple records requiring disambiguation
- FEC data lag — filings may not reflect very recent activity if not yet processed electronically
- Payment failure — x402 payment required before data is returned
- Name spelling variations may cause missed matches

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Federal campaign finance activity — PAC committees, total political disbursements, receipts, and political footprint signal. Source: FEC electronic filings. Use for political risk monitoring and PAC compliance

## Output

Returns structured campaign finance data for the queried entity including PAC committee details, total political disbursements, total receipts, and a political footprint signal derived from FEC electronic filings. Each response is ML-DSA-65 cryptographically signed and includes a verifiable receipt URL for independent verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "description": "Company, PAC, or individual name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-fec-campaign-finance-lookup-6d929139/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)
