# SEC Form 4 insider transaction monitor for tech stocks

**Use case:** 

Scrape recent SEC Form 4 insider transactions for NVDA, MSFT, AAPL, GOOGL, and META into clean rows.

## Input

```json
{
  "tickers": [
    "NVDA",
    "MSFT",
    "AAPL",
    "GOOGL",
    "META"
  ],
  "ciks": [],
  "accessionNumbers": [],
  "maxTransactions": 100,
  "maxFilingsPerEntity": 20,
  "sinceDate": "",
  "beforeDate": "",
  "includeNonDerivativeTransactions": true,
  "includeDerivativeTransactions": true,
  "secUserAgent": "automation-lab SEC Form 4 Insider Transactions Scraper contact@automation-lab.com",
  "requestDelayMs": 150
}
```

## Output

```json
{
  "issuerTicker": {
    "label": "Ticker"
  },
  "issuerName": {
    "label": "Issuer"
  },
  "reportingOwnerName": {
    "label": "Insider"
  },
  "isDirector": {
    "label": "Director"
  },
  "isOfficer": {
    "label": "Officer"
  },
  "transactionDate": {
    "label": "Transaction date"
  },
  "transactionCode": {
    "label": "Code"
  },
  "securityTitle": {
    "label": "Security"
  },
  "shares": {
    "label": "Shares"
  },
  "pricePerShare": {
    "label": "Price"
  },
  "acquiredDisposedCode": {
    "label": "A/D"
  },
  "sharesOwnedFollowingTransaction": {
    "label": "Owned after"
  },
  "filingDate": {
    "label": "Filed"
  },
  "accessionNumber": {
    "label": "Accession"
  },
  "filingUrl": {
    "label": "Filing URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Form 4 Insider Transactions Scraper](https://apify.com/automation-lab/sec-form-4-insider-transactions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sec-form-4-insider-transactions-scraper) to learn more, explore other use cases, and run it yourself.