FEC Campaign Finance Data avatar

FEC Campaign Finance Data

Pricing

$2.00 / 1,000 results

Go to Apify Store
FEC Campaign Finance Data

FEC Campaign Finance Data

Search FEC for campaign finance data β€” contributions, expenditures, candidate fundraising. Political intelligence, lobbying analysis, election research.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Chris Wakefield

Chris Wakefield

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Categories

Share

Chris The Dev

FEC Campaign Finance Intelligence πŸ”πŸ’°

Search and normalize US Federal Election Commission campaign finance data β€” individual contributions, committee details, and candidate filings. Powered by the official FEC API (free, no API key required).

✨ Features

  • Individual Contributions β€” search by donor name, employer, or occupation
  • Committee Search β€” find PACs, campaign committees, and party committees
  • Candidate Lookup β€” search active candidates by name
  • Data Normalization β€” employer names standardized, committee names cleaned, occupations categorized into industry groups
  • Rich Stats β€” aggregate metrics on donation totals, top donors, party breakdowns, and more

πŸ“Š Example Output

===========================================================================================
FEC CAMPAIGN FINANCE: INDIVIDUAL CONTRIBUTIONS
===========================================================================================
Search: Tesla
Retrieved: 50 contributions (of 14,892 total)
Data source: api.open.fec.gov (Federal Election Commission)
# Donor Amount Date Employer Committee
─── ──────────────────── ──────────── ──────────── ────────────────────── ────────────────────────
1 Elon Musk $50,000.00 2025-03-15 Tesla Nrsc
2 Elon Musk $44,600.00 2024-06-30 Tesla Elon Musk Victory
3 Zachary Kirkhorn $5,800.00 2024-03-20 Tesla Nrcc
...

πŸ”§ Input Parameters

ParameterTypeDescriptionDefault
searchTypeselectSearch type: contributions, committees, or candidatescontributions
searchQuerystringRequired. Search term (name, employer, committee)β€”
contributorFilterselect(Contributions only) Field to search withinAll fields
twoYearTransactionPeriodintegerElection cycle year (e.g. 2026 = 2025-2026)2026
maxResultsintegerMax results (1-500)100
apiKeystringOptional data.gov API key for higher limitsDEMO_KEY

Example Input

{
"searchType": "contributions",
"searchQuery": "Tesla",
"contributorFilter": "contributor_employer",
"twoYearTransactionPeriod": 2026,
"maxResults": 50
}

🏷️ Data Normalization

This actor goes beyond raw API passthrough:

  • Employer names β€” 40+ known companies mapped to canonical names (e.g. "GOOGLE INC" β†’ "Google (Alphabet)")
  • Committee names β€” legal suffixes stripped, abbreviations standardized
  • Occupation categorization β€” free-text occupation mapped to 12 industry categories (Finance, Tech, Legal, Healthcare, etc.)
  • Party/State expansion β€” codes expanded to full names (e.g. "REP" β†’ "Republican Party", "CA" β†’ "California")
  • Deduplication β€” normalized names prevent duplicate entities

🎯 Use Cases

  • Journalists β€” investigate campaign finance patterns and donor networks
  • Political campaigns β€” research competitor fundraising
  • NGOs & Watchdogs β€” track money in politics
  • Financial analysts β€” monitor corporate political spending
  • Researchers β€” academic analysis of campaign contributions

πŸ“‘ Data Source

All data comes from the official FEC API provided by the US Federal Election Commission. The API is free and open β€” no registration required for basic use. For higher rate limits, register for a free data.gov API key.

Data is updated regularly as committees file their reports with the FEC.

πŸš€ Quick Start

  1. Enter a search query (company name, person, or committee)
  2. Choose your search type and filters
  3. Run the Actor β€” results appear in your dataset with normalized, clean data

No API key needed β€” just search and go!