Get Politician Donors
get_politician_donorsRetrieve paginated campaign donor lists for any politician, with individual and PAC details. Filter by donor type, minimum amount, and sort results.
Instructions
Get the paginated list of campaign donors (individuals and PACs) for a single politician across one election cycle. Returns donor name, amount, type, employer/occupation (individuals), and committee details (PACs). Use this when a user asks "who donated to " or wants the full donor list. For a quick top-10 + cycle totals overview, use get_politician_donor_summary instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Politician URL slug (e.g., "sen-nancy-pelosi") | |
| type | No | Filter by donor type: 'individual', 'pac', or 'all' (default: 'all') | |
| cycle | No | Election cycle as 4-digit year (e.g. "2024"). Defaults to most recent cycle. | |
| limit | No | Maximum results to return (default: 50, max: 100) | |
| offset | No | Pagination offset (default: 0) | |
| sortBy | No | Sort field: 'amount' (default), 'date', or 'name' | |
| minAmount | No | Minimum contribution amount in USD (filters out small donors) | |
| sortOrder | No | Sort direction (default: 'desc') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |