fec_search_committees
Identify political committees by name, state, or type to obtain committee IDs (including corporate PACs) for tracking campaign contributions and disbursements.
Instructions
Search for political committees (PACs, campaign committees, party committees) by name, state, or type. CRITICAL for investigations: Use committee_type='Q' (Qualified PAC) + name='Company Name' to find corporate PAC IDs. Example: name='Wells Fargo', committee_type='Q' returns C00034595 (Wells Fargo Employee PAC). Then use fec_committee_disbursements with the committee_id to trace money to specific politicians.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Committee name to search for | |
| page | No | Page number (default: 1) | |
| cycle | No | Two-year election cycle, e.g. 2024 | |
| state | No | Two-letter state code | |
| per_page | No | Results per page (default: 20) | |
| committee_type | No | Committee type: 'P' (Presidential), 'H' (House), 'S' (Senate), 'N' (PAC - Nonqualified), 'Q' (PAC - Qualified), 'X' (Party - Nonqualified), 'Y' (Party - Qualified), 'I' (Independent Expenditor), 'O' (Super PAC) |