# Recent Insider Buying Clusters (SEC Form 4)

**Use case:** 

Spot stocks where multiple insiders buy at once, from fresh SEC Form 4  filings. Scored cluster signals with buyer counts and dollar value.

## Input

```json
{
  "daysLookback": 5,
  "minInsiders": 2,
  "minClusterValue": 100000,
  "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.