VOOZH about

URL: https://apify.com/compute-edge/fec-candidates-finance-scraper

โ‡ฑ FEC Federal Candidate Finance Scraper โ€” Receipts & Cash ยท Apify


๐Ÿ‘ FEC Federal Candidate Finance Scraper โ€” Receipts & Cash avatar

FEC Federal Candidate Finance Scraper โ€” Receipts & Cash

Pricing

from $3.00 / 1,000 results

Go to Apify Store

FEC Federal Candidate Finance Scraper โ€” Receipts & Cash

Extract every federal candidate's campaign finance totals from the FEC โ€” receipts, disbursements, cash on hand, debts, individual itemized contributions, party committee transfers. Filter by cycle, office, state, party, candidate status.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Compute Edge

Compute Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

FEC Federal Candidate Finance Scraper

Extract every federal candidate's campaign finance totals from the Federal Election Commission's official API (api.open.fec.gov) โ€” receipts, disbursements, cash on hand, debts, individual itemized contributions, party committee transfers, principal committees, and candidacy status. Filter by election cycle, office (President / Senate / House), state, district, party, candidate name, or status code.

This is the primary-source FEC data that powers Politico, OpenSecrets, FollowTheMoney, and every political-finance reporter and PAC. Records update nightly as new filings come in.

Data fields

FieldDescription
candidateIdFEC candidate ID (e.g. P40014052)
nameCandidate name
party, office, state, districtPolitical identity & seat
cycle, electionYearElection cycle
incumbentChallengeIncumbent / Challenger / Open seat
candidateStatusStatutory / Future / Prior / Not yet
hasRaisedFundsHas raised any reportable funds
receiptsTotal receipts ($)
disbursementsTotal disbursements ($)
cashOnHandEndPeriodCash on hand at last coverage end ($)
debtsOwedByCommitteeOutstanding debts ($)
individualItemizedContributionsItemized individual contributions ($)
otherPoliticalCommitteeContributionsPAC contributions ($)
partyCommitteeContributionsParty committee contributions ($)
transfersFromOtherAuthorizedCommitteeJoint fundraising transfers ($)
coverageStartDate, coverageEndDatePeriod covered
firstFileDate, lastFileDateFiling history
addressCandidate's filed mailing address
principalCommitteesLinked principal campaign committee(s)

How to scrape FEC campaign finance data

  1. Set the cycle (default 2026).
  2. (Optional) office: P, S, or H.
  3. (Optional) state (two-letter), district, party (DEM, REP, LIB, etc.).
  4. (Optional) candidateName for full-text search.
  5. (Optional) sortBy: -receipts, -disbursements, -cash_on_hand_end_period, or any FEC sortable field.
  6. (Recommended) Provide your own apiKey from https://api.data.gov/signup/ to avoid the shared DEMO_KEY rate limit.
  7. Set maxResults.
  8. Click Start.

Pricing

Pay-per-result: $0.003 per candidate record.

Input example

{
"cycle":2026,
"office":"S",
"state":"PA",
"sortBy":"-receipts",
"maxResults":50
}

Output example

{
"candidateId":"H6AL05210",
"name":"HOWARD, GREG MR JR",
"party":"DEM",
"office":"House",
"state":"AL",
"district":"05",
"cycle":2026,
"receipts":25000,
"disbursements":2189.95,
"cashOnHandEndPeriod":586.28,
"candidateStatus":"N",
"incumbentChallenge":"Challenger"
}

Use cases

  • Political journalism: identify top-raising candidates, surface late entrants, track cash-on-hand by race.
  • Polling / pollster targeting: build call lists for candidate committees by state/office/cycle.
  • PAC & vendor business development: prospect campaigns by spending tier and party.
  • Academic political science: bulk panel data on candidate financial trajectories.
  • Compliance / opposition research: pull all filings by a single candidate or committee.

FAQ

Do I need an API key? Optional. Without one, this Actor uses the shared DEMO_KEY (~30 req/hr, ~50 req/day). For unlimited use, get a free key at https://api.data.gov/signup/ โ€” takes 30 seconds.

Does this include individual donor names? No โ€” this Actor returns candidate-level financial totals. For contributor-level data, FEC publishes separate endpoints; we can build a sibling Actor on request.

How current is the data? FEC updates nightly. Each Actor run hits the live API.

Legal

Data sourced from the U.S. Federal Election Commission (api.open.fec.gov), a US Government public dataset. All campaign finance records are public by law (FECA, 52 U.S.C. ยง 30104). No authentication bypass.

You might also like

FEC Campaign Finance Scraper - Donations & PAC API

pink_comic/fec-campaign-finance-search

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.

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

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.

FEC Data Scraper

crawlerbros/fec-data-scraper

Scrape FEC campaign finance data - search candidates, committees, filings, and fundraising totals from the Federal Election Commission public API.

FEC Data Scraper

crawlergang/fec-data-scraper

Scrape FEC campaign finance data - search candidates, committees, filings, and fundraising totals from the Federal Election Commission public API.

2

5.0