# By Company (tickers or CIKs) SEC EDGAR Form 4 Insider

**Use case:** 

Standard Export of SEC EDGAR Form 4 Insider Trading for By Company (tickers or CIKs). Structured results ready to export for analysis, lead generation, or

## Input

```json
{
  "mode": "company",
  "maxItems": 100,
  "tickers": [
    "AAPL",
    "TSLA",
    "NVDA"
  ],
  "includeDerivatives": true,
  "userAgent": "ParseForge SEC Form 4 Scraper contact@parseforge.dev"
}
```

## Output

```json
{
  "issuerName": {
    "label": "Issuer",
    "format": "text"
  },
  "issuerTradingSymbol": {
    "label": "Ticker",
    "format": "text"
  },
  "issuerCik": {
    "label": "Issuer CIK",
    "format": "text"
  },
  "reportingOwnerName": {
    "label": "Insider",
    "format": "text"
  },
  "reportingOwnerCik": {
    "label": "Insider CIK",
    "format": "text"
  },
  "reportingOwnerRelationship": {
    "label": "Roles",
    "format": "array"
  },
  "reportingOwnerTitle": {
    "label": "Title",
    "format": "text"
  },
  "securityType": {
    "label": "Security Type",
    "format": "text"
  },
  "securityTitle": {
    "label": "Security",
    "format": "text"
  },
  "transactionDate": {
    "label": "Transaction Date",
    "format": "text"
  },
  "transactionCode": {
    "label": "Code",
    "format": "text"
  },
  "transactionCodeDescription": {
    "label": "Code Meaning",
    "format": "text"
  },
  "transactionShares": {
    "label": "Shares",
    "format": "number"
  },
  "transactionPricePerShare": {
    "label": "Price / Share",
    "format": "number"
  },
  "transactionValueUsd": {
    "label": "Value (USD)",
    "format": "number"
  },
  "acquiredOrDisposed": {
    "label": "A/D",
    "format": "text"
  },
  "sharesOwnedFollowingTransaction": {
    "label": "Post-Tx Shares",
    "format": "number"
  },
  "directOrIndirectOwnership": {
    "label": "Ownership",
    "format": "text"
  },
  "natureOfOwnership": {
    "label": "Nature",
    "format": "text"
  },
  "exercisePrice": {
    "label": "Exercise Price",
    "format": "number"
  },
  "exerciseDate": {
    "label": "Exercise Date",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expiration Date",
    "format": "text"
  },
  "underlyingSecurityTitle": {
    "label": "Underlying",
    "format": "text"
  },
  "underlyingSecurityShares": {
    "label": "Underlying Shares",
    "format": "number"
  },
  "periodOfReport": {
    "label": "Period",
    "format": "text"
  },
  "filedAt": {
    "label": "Filed",
    "format": "text"
  },
  "accessionNumber": {
    "label": "Accession #",
    "format": "text"
  },
  "filingUrl": {
    "label": "Filing",
    "format": "link"
  },
  "documentUrl": {
    "label": "XML Doc",
    "format": "link"
  },
  "footnotes": {
    "label": "Footnotes",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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