# Track NVIDIA & Tesla Insider Trades (Form 4) Daily

**Use case:** 

Monitor Form 4 filings for NVIDIA and Tesla to detect significant insider buying or selling activity, providing early signals for potential stock movements. Thi

## Input

```json
{
  "companies": [
    "NVDA",
    "TSLA"
  ],
  "filingTypes": [
    "4"
  ],
  "dateRangeFrom": "2024-06-01",
  "maxItemsPerCompany": 50,
  "maxItems": 100,
  "fetchPrimaryDocText": false,
  "userAgentEmail": "insider-trading-alerts@example.com"
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker"
  },
  "companyName": {
    "label": "Company name"
  },
  "filingType": {
    "label": "Filing type"
  },
  "filedAt": {
    "label": "Filed at"
  },
  "reportingPeriod": {
    "label": "Reporting period"
  },
  "primaryDocUrl": {
    "label": "Primary doc url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC EDGAR Filings Scraper](https://apify.com/crawlerbros/sec-edgar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/sec-edgar-scraper) to learn more, explore other use cases, and run it yourself.