# Track SEC insider trades and company filings

**Use case:** 

Track SEC insider trades and filings by ticker - Form 4, 8-K, 10-K, 13F with dates and document links. No API key. Export CSV/JSON.

## Input

```json
{
  "tickers": [
    "AAPL"
  ],
  "ciks": [],
  "maxItems": 200,
  "maxPerCompany": 1000,
  "parseInsiderTransactions": true,
  "maxInsiderDocs": 300
}
```

## Output

```json
{
  "filing_date": {
    "label": "Filed",
    "format": "text"
  },
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "form_label": {
    "label": "Type",
    "format": "text"
  },
  "report_date": {
    "label": "Report date",
    "format": "text"
  },
  "primary_doc_url": {
    "label": "Document",
    "format": "link"
  },
  "accession_number": {
    "label": "Accession",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "number"
  }
}
```

## About this Actor

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