{
  "openapi": "3.0.1",
  "info": {
    "title": "🏛️ Federal Campaign Finance & Political PAC Donor Tracker",
    "description": "Track corporate executives, tech founders, and PAC campaign contributions using the official US Federal Election Commission (FEC) API. Features party split analytics, employer rollups, and Discord/Slack alerts.",
    "version": "0.1",
    "x-build-id": "bbSDE0FJP4eds3qJz"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/automation_studio~fec-political-donor-tracker/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-automation_studio-fec-political-donor-tracker",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/automation_studio~fec-political-donor-tracker/runs": {
      "post": {
        "operationId": "runs-sync-automation_studio-fec-political-donor-tracker",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/automation_studio~fec-political-donor-tracker/run-sync": {
      "post": {
        "operationId": "run-sync-automation_studio-fec-political-donor-tracker",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "contributorEmployer": {
            "title": "🏢 Contributor Employer",
            "type": "string",
            "description": "Filter by donor's employer or company name (e.g., 'Google', 'Tesla', or comma-separated 'Google, Tesla' to track multiple companies). Leave blank to search all employers.",
            "default": "Google"
          },
          "contributorOccupation": {
            "title": "💼 Contributor Occupation",
            "type": "string",
            "description": "Filter by occupation or job title (e.g., 'CEO', 'Partner', or comma-separated 'CEO, Founder, Executive')."
          },
          "contributorName": {
            "title": "👤 Contributor Name",
            "type": "string",
            "description": "Filter by individual donor's name ('LAST, FIRST' or partial name, e.g., 'Musk, Elon' or separate multiple donors with semicolons 'Musk, Elon; Thiel, Peter')."
          },
          "contributorState": {
            "title": "📍 Contributor State",
            "type": "string",
            "description": "Filter by two-letter US state postal abbreviation (e.g., 'CA', or comma-separated 'CA, NY, TX')."
          },
          "twoYearTransactionPeriod": {
            "title": "📅 Election Cycle (Two-Year Period)",
            "enum": [
              "2026",
              "2024",
              "2022",
              "2020",
              "2018"
            ],
            "type": "string",
            "description": "The two-year federal election cycle to examine. 2024 covers the 2023-2024 cycle; 2026 covers the 2025-2026 cycle.",
            "default": "2024"
          },
          "minAmount": {
            "title": "💵 Minimum Contribution ($)",
            "minimum": 0,
            "type": "integer",
            "description": "Filter out small donations below this dollar threshold (e.g., 1000 to highlight major contributors). Set to 0 to include all contributions.",
            "default": 1000
          },
          "maxAmount": {
            "title": "💵 Maximum Contribution ($)",
            "minimum": 1,
            "type": "integer",
            "description": "Optional upper bound on contribution amount in USD."
          },
          "maxResults": {
            "title": "📊 Max Records to Collect",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Maximum number of itemized contribution records to retrieve.",
            "default": 100
          },
          "apiKey": {
            "title": "🔑 OpenFEC / Data.gov API Key (Optional)",
            "type": "string",
            "description": "Optional: Your personal free API key from api.data.gov or api.open.fec.gov (1,000 requests/hr). If left blank, the Actor automatically uses the shared default key."
          },
          "webhookUrl": {
            "title": "🔔 Discord / Slack Webhook URL",
            "type": "string",
            "description": "Optional: Webhook URL to receive instant alert cards when high-value donations are detected."
          },
          "minWebhookAmount": {
            "title": "🚨 Webhook Alert Minimum ($)",
            "minimum": 0,
            "type": "integer",
            "description": "Only dispatch webhook alerts for donations equal to or greater than this dollar amount.",
            "default": 5000
          },
          "includeSummaryInDataset": {
            "title": "📊 Include Summary Card in Dataset",
            "type": "boolean",
            "description": "If enabled, includes the Executive Summary Card as record #1 in the dataset. When disabled (recommended for clean CSV/Excel exports), keeps dataset rows strictly tabular and stores the summary card in the Key-Value Store OUTPUT tab.",
            "default": false
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}