Skip to main content

Campaign finance

US PAC and committee data for political-exposure checks.

campaignFinance(name, cycle) surfaces committees and candidate finance records matching a name. Use it for political-exposure (PEP-adjacent) checks and donor research.

{
campaignFinance(name: "Microsoft", cycle: 2024) {
name
type
totalRaised
totalSpent
}
}
curl https://api.jintel.ai/api/graphql \
-H "Authorization: Bearer $JINTEL_API_KEY" \
-d '{"query":"{ campaignFinance(name:\"Microsoft\", cycle:2024) { name type totalRaised totalSpent } }"}'