# Insider Trading Activity for AAPL, TSLA, NVDA

**Use case:** 

Get recent SEC insider filings for AAPL, TSLA, and NVDA. Access filing counts, activity signals, and direct document links.

## Input

```json
{
  "tickers": [
    "AAPL",
    "TSLA",
    "NVDA"
  ],
  "sinceDays": 90,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "insiderFilingCount": {
    "label": "# Insider filings",
    "format": "number"
  },
  "recentInsiderActivity": {
    "label": "Activity",
    "format": "text"
  },
  "recentFilings": {
    "label": "Recent filings",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Insider Trading Tracker](https://apify.com/zinin/insider-trading-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/insider-trading-tracker) to learn more, explore other use cases, and run it yourself.