# FEC Campaign Finance   Candidates, PACs & Contributions — Fu

**Use case:** 

Scrape the full fec campaign finance - candidates, pacs & contributions dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract fec campaign finance - candidates, pacs & contributions for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "candidates",
  "electionYear": 2026,
  "state": "",
  "party": "",
  "office": "",
  "searchName": "",
  "minAmount": 0,
  "maxItems": 200,
  "fecApiKey": "***"
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "candidate_name": {
    "label": "Candidate Name",
    "format": "string"
  },
  "committee_name": {
    "label": "Committee Name",
    "format": "string"
  },
  "contributor_name": {
    "label": "Contributor Name",
    "format": "string"
  },
  "party": {
    "label": "Party",
    "format": "string"
  },
  "office_full": {
    "label": "Office Full",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "election_year": {
    "label": "Election Year",
    "format": "number"
  },
  "total_receipts": {
    "label": "Total Receipts",
    "format": "number"
  },
  "contribution_amount": {
    "label": "Contribution Amount",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [FEC Campaign Finance Crawler - Candidates, PACs & Contributions](https://apify.com/jungle_synthesizer/fec-campaign-finance-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/fec-campaign-finance-crawler) to learn more, explore other use cases, and run it yourself.