# IPO Pipeline S-1 Document Extractor

**Use case:** 

Monitor IPO registration statements and extract SEC S-1 metadata plus primary document text for diligence workflows.

## Input

```json
{
  "formTypes": [
    "S-1"
  ],
  "maxItems": 20,
  "mode": "current",
  "startDate": "",
  "endDate": "",
  "companyQuery": "",
  "cik": "",
  "includePrimaryDocumentText": true,
  "includeHistoricalFallback": true,
  "secUserAgent": "AutomationLab SEC S-1 IPO Filings Scraper contact@automation-lab.ai",
  "requestDelayMs": 300
}
```

## Output

```json
{
  "formType": {
    "label": "Form"
  },
  "companyName": {
    "label": "Company"
  },
  "cik": {
    "label": "CIK"
  },
  "accessionNumber": {
    "label": "Accession"
  },
  "filedDate": {
    "label": "Filed"
  },
  "fileSize": {
    "label": "Size"
  },
  "filingIndexUrl": {
    "label": "Index URL",
    "format": "link"
  },
  "primaryDocumentUrl": {
    "label": "Primary document",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "scrapeTimestamp": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC S-1 IPO Filings Scraper](https://apify.com/automation-lab/sec-s1-ipo-filings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sec-s1-ipo-filings-scraper) to learn more, explore other use cases, and run it yourself.