# High-Value Insider Buying Clusters (Over $1M)

**Use case:** 

Recent SEC Form 4 clusters where 3+ company insiders bought over $1M of stock, scored by conviction. Updated daily from EDGAR.

## Input

```json
{
  "daysLookback": 5,
  "minInsiders": 3,
  "minClusterValue": 1000000,
  "maxFilings": 500
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker"
  },
  "score": {
    "label": "Score"
  },
  "label": {
    "label": "Signal"
  },
  "num_insiders": {
    "label": "# Insiders"
  },
  "total_value": {
    "label": "Total $",
    "format": "number"
  },
  "num_buys": {
    "label": "# Buys"
  },
  "avg_seniority": {
    "label": "Avg seniority"
  },
  "issuer": {
    "label": "Issuer"
  },
  "cik": {
    "label": "CIK"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Form 4 Insider Trading: Buying Cluster Signal Scanner](https://apify.com/datasignalslab/sec-form4-insider-buying-clusters) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/sec-form4-insider-buying-clusters) to learn more, explore other use cases, and run it yourself.