# FEC California Political Donors

**Use case:** 

FEC California Political Donors

## Input

```json
{
  "maxItems": 30,
  "mode": "contributions",
  "apiKey": "DEMO_KEY",
  "twoYearTransactionPeriod": 2024,
  "contributorState": "CA",
  "office": "",
  "committeeType": ""
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "contributorName": {
    "label": "Contributor",
    "format": "text"
  },
  "contributionReceiptAmount": {
    "label": "Amount",
    "format": "number"
  },
  "contributionReceiptDate": {
    "label": "Date",
    "format": "date"
  },
  "contributorEmployer": {
    "label": "Employer",
    "format": "text"
  },
  "contributorState": {
    "label": "Donor State",
    "format": "text"
  },
  "committeeName": {
    "label": "Committee",
    "format": "text"
  },
  "receipts": {
    "label": "Receipts",
    "format": "number"
  },
  "disbursements": {
    "label": "Disbursements",
    "format": "number"
  },
  "party": {
    "label": "Party",
    "format": "text"
  },
  "office": {
    "label": "Office",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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