# Planned Insider Selling (SEC Form 144) for TSLA, NVDA

**Use case:** 

Catch planned insider stock sales before they happen: SEC Form 144 notices for TSLA and NVDA with seller, relationship and dollar value, scored.

## Input

```json
{
  "tickers": [
    "TSLA",
    "NVDA"
  ],
  "maxFilings": 25,
  "minImpact": 0
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "ticker": {
    "label": "Ticker"
  },
  "company": {
    "label": "Company"
  },
  "notices_found": {
    "label": "# Notices"
  },
  "total_proposed_sell_value": {
    "label": "Total proposed sell ($)"
  },
  "high_impact_count": {
    "label": "# High-impact"
  },
  "notices": {
    "label": "Notices"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Form 144 Insider Selling Monitor - Planned Sell Signals](https://apify.com/datasignalslab/sec-form144-insider-selling-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/sec-form144-insider-selling-monitor) to learn more, explore other use cases, and run it yourself.