# SEC S-1 IPO Filings Scraper

**Use case:** 

Scrape current SEC EDGAR S-1 IPO filings with company names, CIKs, accession numbers, filing dates, and document URLs.

## Input

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

## 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.