# Activist 13D Stakes: Disney, Starbucks, Match

**Use case:** 

Track activist and passive 5%+ stakes (SEC 13D/13G) in Disney, Starbucks and Match Group, with filer and impact score.

## Input

```json
{
  "tickers": [
    "DIS",
    "SBUX",
    "MTCH"
  ],
  "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.