# SEC Insider Form 4 Scraper - Insider Transactions

**Use case:** 

Scrape SEC Form 4 insider transaction filings for any US public company from EDGAR, with dates and document links. No API key.

## Input

```json
{
  "mode": "lookup",
  "companies": [
    "AAPL"
  ],
  "dataTypes": [
    "filings"
  ],
  "forms": [
    "4"
  ],
  "maxFilings": 30,
  "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.