Get Politician Donors
get_politician_donorsRetrieve a paginated list of campaign donors for a politician, including individuals and PACs, with details like name, amount, and employer. Filter by type, cycle, and sort by amount or date.
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 |