# Microsoft SEC Form 4 CIK insider transaction extractor

**Use case:** 

Extract Microsoft insider trades from SEC Form 4 filings by CIK, including owner, shares, price, and filing URLs.

## Input

```json
{
  "tickers": [
    "NVDA",
    "TSLA",
    "MSFT",
    "AAPL",
    "AMZN",
    "META",
    "GOOGL",
    "JPM"
  ],
  "ciks": [
    "789019"
  ],
  "accessionNumbers": [],
  "maxTransactions": 50,
  "maxFilingsPerEntity": 30,
  "sinceDate": "2026-01-01",
  "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.