# Activist 13D/13G Stake Filings (GME, TSLA, AAPL)

**Use case:** 

Track activist 13D and passive 13G stake filings for GME, TSLA and AAPL: who took a 5%+ stake, activist vs passive, with intent and impact score.

## Input

```json
{
  "tickers": [
    "GME",
    "TSLA",
    "AAPL"
  ],
  "maxFilings": 25,
  "minImpact": 0,
  "onlyInbound": false
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "query": {
    "label": "Query"
  },
  "company": {
    "label": "Company"
  },
  "filings_found": {
    "label": "# Filings"
  },
  "activist_count": {
    "label": "# Activist (13D)"
  },
  "high_impact_count": {
    "label": "# High-impact"
  },
  "filings": {
    "label": "Filings"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC 13D/G Activist Stake Monitor - Stakes & Intent Signals](https://apify.com/datasignalslab/sec-13dg-activist-stake-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/sec-13dg-activist-stake-monitor) to learn more, explore other use cases, and run it yourself.