# SPAC lifecycle from SEC EDGAR — example run

**Use case:** 

Tracks SPAC filings on SEC EDGAR — IPO, merger proxies and 8-K redemptions — into structured lifecycle records as JSON.

## Input

```json
{
  "mode": "redemptions",
  "parseFilingText": true,
  "onlyNewSinceLastRun": false,
  "maxItems": 5,
  "concurrency": 2
}
```

## Output

```json
{
  "eventType": {
    "label": "Lifecycle event type",
    "format": "string"
  },
  "company": {
    "label": "Company name",
    "format": "string"
  },
  "ticker": {
    "label": "Primary ticker",
    "format": "string"
  },
  "formType": {
    "label": "Root form type",
    "format": "string"
  },
  "filedAt": {
    "label": "Filed date",
    "format": "string"
  },
  "redeemedShares": {
    "label": "Redeemed shares",
    "format": "number"
  },
  "redemptionPricePerShare": {
    "label": "Redemption price per share (USD)",
    "format": "number"
  },
  "meetingDate": {
    "label": "Shareholder meeting date",
    "format": "string"
  },
  "filingUrl": {
    "label": "Filing document URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SPAC Redemptions Scraper — SEC EDGAR Lifecycle Tracker](https://apify.com/nomad-agent/spac-redemptions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/spac-redemptions-scraper) to learn more, explore other use cases, and run it yourself.