# Monitor new S-1 IPO filings on SEC EDGAR

**Use case:** 

Track new S-1 registration statements filed with the SEC to spot upcoming IPOs early. Export company names, dates, and filing links as JSON or CSV.

## Input

```json
{
  "searchQuery": "initial public offering",
  "forms": [
    "S-1"
  ],
  "startDate": "",
  "endDate": "",
  "companies": [],
  "maxItems": 50
}
```

## Output

```json
{
  "accessionNumber": {
    "label": "Accession number",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "tickers": {
    "label": "Tickers",
    "format": "array"
  },
  "formType": {
    "label": "Form",
    "format": "string"
  },
  "filedAt": {
    "label": "Filed",
    "format": "string"
  },
  "periodEnding": {
    "label": "Period ending",
    "format": "string"
  },
  "items": {
    "label": "Items",
    "format": "array"
  },
  "sicCode": {
    "label": "SIC",
    "format": "string"
  },
  "filingUrl": {
    "label": "Filing",
    "format": "string"
  },
  "filingIndexUrl": {
    "label": "Filing index",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC EDGAR Filings Scraper — Full-Text Search & Company Filings](https://apify.com/grilled_gorge/sec-edgar-filings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/grilled_gorge/sec-edgar-filings-scraper) to learn more, explore other use cases, and run it yourself.