# 2026 OpenSecrets Political Action Committees

**Use case:** 

Extract OpenSecrets Political Action Committees data filtered by 2026. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "cycle": "2026"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "rank": {
    "label": "#️⃣ Rank",
    "format": "number"
  },
  "cycle": {
    "label": "📅 Cycle",
    "format": "text"
  },
  "pacName": {
    "label": "🗳️ PAC",
    "format": "text"
  },
  "totalAmount": {
    "label": "💰 Total",
    "format": "number"
  },
  "totalAmountText": {
    "label": "💵 Total Text",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenSecrets Political Action Committees Scraper](https://apify.com/parseforge/opensecrets-pacs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/opensecrets-pacs-scraper) to learn more, explore other use cases, and run it yourself.