# Texas US Senate Candidates 2024 FEC

**Use case:** 

Get 2024 US Senate candidates in Texas from the FEC with party, total receipts, disbursements, and committee links. Export candidate data to JSON, CSV, or Excel

## Input

```json
{
  "maxItems": 50,
  "mode": "candidates",
  "apiKey": "DEMO_KEY",
  "twoYearTransactionPeriod": 2024,
  "office": "S",
  "candidateState": "TX",
  "electionYear": 2024,
  "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.