fec_individual_contributions
Find individual donors to a political committee by employer, occupation, amount, or state. Pass a committee_id to trace who funds a candidate and where they work.
Instructions
Get itemized individual contributions (Schedule A) — who donated to a committee, their employer and occupation, amount, and date. This is the KEY tool for donor research: 'who funds this candidate and where do they work?' The full dataset is ~123M records, so ALWAYS pass a filter — typically committee_id (the recipient committee) and/or contributor_name/employer. WORKFLOW: (1) fec_search_committees or fec_search_candidates to find the committee_id, (2) this tool filtered by committee_id, optionally narrowing by contributor_employer (e.g. 'Goldman Sachs') or contributor_state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | No | Two-year transaction period / election cycle (even year, e.g. 2024) | |
| per_page | No | Results per page (default 20) | |
| max_amount | No | Maximum contribution amount | |
| min_amount | No | Minimum contribution amount | |
| committee_id | No | Recipient FEC committee ID (e.g. 'C00401224'). Get from fec_search_committees. | |
| contributor_name | No | Donor name to filter by, e.g. 'Smith' | |
| contributor_state | No | Two-letter state code of the donor | |
| contributor_employer | No | Donor employer, e.g. 'Goldman Sachs' | |
| contributor_occupation | No | Donor occupation, e.g. 'Attorney' |