VOOZH about

URL: https://apify.com/pink_comic/fec-campaign-finance-search

โ‡ฑ FEC Campaign Finance Scraper - Political Donations API ยท Apify


๐Ÿ‘ FEC Campaign Finance Scraper - Donations & PAC API avatar

FEC Campaign Finance Scraper - Donations & PAC API

Pricing

from $2.00 / 1,000 results

Go to Apify Store

FEC Campaign Finance Scraper - Donations & PAC API

Scrape FEC campaign finance data for candidates, PACs, Super PACs, individual donors, contributions, and disbursements. Search political donations by name, employer, ZIP, committee, cycle, party, state, or office and export structured OpenFEC records for election research and compliance.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

5 days ago

Last modified

Share

FEC Campaign Finance Search - Candidates, Donors, PACs & Political Contributions

Search Federal Election Commission campaign finance data. Find political candidates, PACs, Super PACs, individual donors, contributions, and campaign disbursements. Look up who donated to any campaign, track how committees spend money, and analyze fundraising by election cycle, state, or party. Covers the 2020 through 2026 election cycles. No API key required.

Data comes directly from the official OpenFEC API maintained by the Federal Election Commission.

What You Get

Candidates

FieldDescription
nameCandidate name
partyPolitical party (DEM, REP, etc.)
stateState
officeOffice sought (President, Senate, House)
candidateIdFEC candidate ID
totalReceiptsTotal fundraising receipts
totalDisbursementsTotal campaign spending
cashOnHandCash on hand at end of reporting period
individualContributionsTotal from individual donors

Committees (PACs, Super PACs)

FieldDescription
nameCommittee name
committeeIdFEC committee ID
partyAffiliated party
stateState of organization
totalReceiptsTotal funds raised
totalDisbursementsTotal funds spent

Individual Contributions (Donors)

FieldDescription
nameDonor name
amountContribution amount
stateDonor state
committeeIdCommittee receiving the contribution

Disbursements (Spending)

FieldDescription
nameRecipient name
amountDisbursement amount
stateState
committeeIdSpending committee ID

Use Cases

  • Political research โ€” Track fundraising and spending for any candidate, party, or election cycle with structured, exportable data.
  • Journalism โ€” Investigate donor networks, PAC spending, or campaign finance patterns without navigating the FEC website manually.
  • Opposition research โ€” Pull contribution histories for specific donors or analyze where a candidate's money comes from.
  • Compliance verification โ€” Verify candidate or committee filing status and financial disclosures for regulatory purposes.
  • Academic research โ€” Build datasets of campaign finance activity across election cycles for political science analysis.
  • Watchdog and transparency tools โ€” Monitor Super PAC spending or dark money committee activity by filtering on committee types.
  • Advocacy and activism โ€” Identify donors to specific causes or candidates for outreach or accountability research.
  • Financial due diligence โ€” Screen business partners or executives for political contribution history.

How to Use

Step 1: Open the actor on Apify

Go to the actor page and click Try for free.

Step 2: Configure your input

Option A โ€” Search candidates

{
"searchType":"candidates",
"query":"Biden",
"office":"P",
"cycle":2024,
"maxResults":10
}

Option B โ€” Search PACs and committees

{
"searchType":"committees",
"query":"America First",
"cycle":2024,
"maxResults":50
}

Option C โ€” Search individual donor contributions

{
"searchType":"contributions",
"query":"Elon Musk",
"cycle":2024,
"minAmount":1000,
"maxResults":100
}

Option D โ€” Search campaign disbursements

{
"searchType":"disbursements",
"state":"TX",
"cycle":2024,
"minAmount":50000,
"maxResults":200
}

Step 3: Run and export

Click Start. Most queries return within 15 seconds. Click the dataset tab to preview and export results.

Input Reference

FieldTypeDescription
searchTypestring"candidates", "committees", "contributions", or "disbursements"
querystringName search: candidate/committee name, donor name, or recipient name
statestringState filter (2-letter code, e.g. "CA", "TX")
partystringParty filter: "DEM", "REP", "LIB", "GRE", etc.
officestringOffice filter for candidates: "P" (President), "S" (Senate), "H" (House)
cycleintegerElection cycle year (e.g. 2024, 2022, 2020) โ€” even years only
minAmountintegerMinimum contribution or disbursement amount in dollars
maxResultsintegerMax results (default: 50, max: 5,000)
apiKeystringOptional FEC API key for higher rate limits (free at api.data.gov)

Cost Estimate

This actor uses the OpenFEC public API, which is free. Apify charges only for compute time.

  • Actor start fee: ~$0.10 per run
  • Compute: Very low โ€” most runs complete in under 20 seconds
  • Typical cost for 500 contribution records: under $0.15 total

For high-volume research requiring thousands of records per run, providing your own free FEC API key (available at api.data.gov) increases rate limits from 40 requests/hour to 1,000 requests/hour.

Output Formats

Results are stored in an Apify dataset and can be exported as:

  • JSON โ€” Full structured output
  • CSV โ€” Flat format ready for spreadsheet or database import
  • Excel โ€” Direct download from the dataset view
  • Google Sheets โ€” Connect via Apify's Google Sheets integration
  • Zapier / Make โ€” Automate downstream processing on run completion

FAQ

Do I need an API key? No. The actor uses a public demo key by default. For high-volume use or to avoid rate limits, you can provide a free personal API key from api.data.gov โ€” registration takes about 2 minutes.

What election cycles are covered? The OpenFEC API covers election cycles from 2020 through 2026. Use the cycle field to filter to a specific cycle. Leave it at 0 to search across all available cycles.

What is the difference between candidates and committees? Candidates are individuals running for federal office. Committees are the fundraising entities โ€” every candidate has at least one authorized committee, but committees also include PACs, Super PACs, party committees, and independent expenditure-only committees.

Can I look up Super PAC donors? Super PACs must disclose donors who give more than $200 per year. Search the contributions endpoint by committee name or ID to find disclosed donors. Some contributions from LLCs or shell entities may have limited traceability.

How current is the data? The FEC updates its database on a rolling basis as committees file reports. Data currency depends on the most recent filing deadline โ€” major filing periods are quarterly and around election dates.

What does the minAmount filter do? For contribution and disbursement searches, minAmount filters to records above that dollar threshold. This is useful for focusing on significant donations (e.g. contributions over $2,900, the individual contribution limit for federal candidates).

Are these contributions to federal elections only? Yes. The FEC only regulates federal elections (President, Senate, House). State and local campaign finance data is maintained by individual state election agencies.

You might also like

FEC Campaign Finance Crawler - Candidates, PACs & Contributions

jungle_synthesizer/fec-campaign-finance-crawler

Crawl campaign finance data from the FEC. Extract candidates with financial summaries, committees/PACs, and individual contributions. Filter by year, state, party, and office. For political researchers, journalists, and compliance teams.

๐Ÿ‘ User avatar

BowTiedRaccoon

3

FEC Campaign Finance - Political Donations & Donors

ryanclinton/fec-campaign-finance

Search US federal campaign finance data. Find political donations by donor name, candidate, committee, employer, and state. Returns amounts, dates, PDF filing links. Free FEC API, no key required.

11

Political Donations Search

hanamira/political-donations-search

Search FEC campaign finance data. Find political donations by donor name or employer. Look up candidate fundraising and PAC finances. Filter by state and election cycle (2016-2024). Official public records from the Federal Election Commission. Track money in politics.

FEC Campaign Finance Contributions Scraper

parseforge/fec-campaign-finance-contributions-scraper

Extract comprehensive campaign finance contribution data from the Federal Election Commission (FEC) OpenFEC API. Retrieves contributor details (name, address, employer, occupation), committee information, contribution amounts, receipt dates, transaction IDs, and links to source PDFs.

FEC Campaign Finance Data Scraper

crawlerbros/fec-campaign-finance-scraper

Scrape US campaign finance data from the Federal Election Commission (FEC) - candidates, committees, contributions, and expenditures. Replaces OpenSecrets (API discontinued April 2025). Free official FEC API, no registration required.