# SEC EDGAR Insider Trading (Form 4) — Full Export

**Use case:** 

Scrape the full sec edgar insider trading (form 4) dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract sec edgar insider trading (form 4) for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "startDate": "2025-01-01",
  "endDate": "2025-01-07",
  "tickers": [],
  "transactionCodes": [],
  "maxItems": 200
}
```

## Output

```json
{
  "filing_date": {
    "label": "Filing Date",
    "format": "string"
  },
  "issuer_ticker": {
    "label": "Issuer Ticker",
    "format": "string"
  },
  "issuer_name": {
    "label": "Issuer Name",
    "format": "string"
  },
  "reporting_owner_name": {
    "label": "Reporting Owner Name",
    "format": "string"
  },
  "transaction_code": {
    "label": "Transaction Code",
    "format": "string"
  },
  "shares_traded": {
    "label": "Shares Traded",
    "format": "number"
  },
  "price_per_share": {
    "label": "Price Per Share",
    "format": "number"
  },
  "total_value": {
    "label": "Total Value",
    "format": "number"
  },
  "shares_owned_after": {
    "label": "Shares Owned After",
    "format": "number"
  }
}
```

## About this Actor

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