Super PAC Independent Expenditures
gov.fec.super_pac_spendingRetrieve FEC Schedule E independent expenditures from super PACs, filtered by election cycle, candidate ID, or support/oppose direction. Access campaign finance disclosures for federal candidates.
Instructions
Schedule E independent expenditures — Super PAC spending supporting/opposing specific federal candidates. Filter by cycle, candidate ID, or support/oppose direction. FEC public disclosure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | No | Election cycle year (e.g. 2024). | |
| candidate_id | No | FEC candidate ID (from fec.candidates) — return only expenditures targeting this candidate. | |
| support_oppose | No | "S" support / "O" oppose. If omitted, both directions returned. | |
| page | No | Page number (default 1). | |
| per_page | No | Per-page count (default 20, max 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |