# SEC 8-K Filing Monitor - Material Event Filings

**Use case:** 

Monitor a company's SEC 8-K material-event filings from EDGAR, with filing dates and direct document links. No API key.

## Input

```json
{
  "mode": "lookup",
  "companies": [
    "TSLA"
  ],
  "dataTypes": [
    "filings"
  ],
  "forms": [
    "8-K"
  ],
  "maxFilings": 20,
  "limit": 20
}
```

## Output

```json
{
  "dataType": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Company",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "text"
  },
  "sicDescription": {
    "label": "Industry",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "accessionNumber": {
    "label": "Accession",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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