# List federal candidates with financial totals

**Use case:** 

Pull FEC candidates by office, state and party with receipts, cash on hand and debts. Map who is running for the House, Senate or President this cycle.

## Input

```json
{
  "mode": "candidates",
  "fecApiKey": "DEMO_KEY",
  "office": "H",
  "state": "TX",
  "cycle": 2026,
  "supportOppose": "",
  "filingType": "",
  "includeCandidateTotals": true,
  "includeCommitteeDetails": true,
  "maxResults": 200,
  "monitorMode": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "amount": {
    "label": "Amount",
    "format": "number"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "party": {
    "label": "Party",
    "format": "text"
  },
  "office": {
    "label": "Office",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "occupation": {
    "label": "Occupation",
    "format": "text"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

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