# Search 2026 federal campaign receipts (FEC data)

**Use case:** 

Pull itemized federal campaign receipts since Jan 2026 with contributor, employer, committee and amount — DEMO_KEY works out of the box.

## Input

```json
{
  "apiKey": "***",
  "mode": "search",
  "dataType": "receipts",
  "committeeId": "C00401224",
  "sinceDate": "2026-01-01",
  "priorItems": [],
  "concentrationBy": "contributor",
  "topN": 100,
  "maxResults": 500
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "amount": {
    "label": "Amount",
    "format": "number"
  },
  "committee_name": {
    "label": "Committee name",
    "format": "string"
  },
  "contributor_name": {
    "label": "Contributor name",
    "format": "string"
  },
  "recipient_or_payee": {
    "label": "Recipient / payee",
    "format": "string"
  },
  "entity": {
    "label": "Entity",
    "format": "string"
  },
  "counterparty": {
    "label": "Counterparty",
    "format": "string"
  },
  "total_amount": {
    "label": "Total amount",
    "format": "number"
  },
  "txn_count": {
    "label": "Transaction count",
    "format": "integer"
  },
  "concentration_score": {
    "label": "Concentration score (HHI)",
    "format": "number"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FEC Campaign-Finance Delta, Concentration & Donor Graph API](https://apify.com/malonestar/fec-campaign-finance-delta) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fec-campaign-finance-delta) to learn more, explore other use cases, and run it yourself.