# Monitor S-1 IPO Filings in a Sector (SEC Full-Text)

**Use case:** 

Track new S-1 registration statements mentioning your sector keyword, via SEC EDGAR full-text search. Only new filings per run. Pay per filing.

## Input

```json
{
  "tickers": [
    "AAPL",
    "MSFT",
    "NVDA"
  ],
  "forms": [
    "S-1"
  ],
  "query": "\"artificial intelligence\"",
  "monitorName": "ai-s1-watch",
  "maxRecords": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "filingDate": {
    "label": "Filed",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "form": {
    "label": "Form",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "accessionNumber": {
    "label": "Accession number",
    "format": "string"
  },
  "filingUrl": {
    "label": "Filing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Filing Monitor API](https://apify.com/virtual-constructs/sec-filing-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/virtual-constructs/sec-filing-monitor) to learn more, explore other use cases, and run it yourself.