# SEC SC 13D Activist Stake Filing Scraper

**Use case:** 

Scrape SEC EDGAR SC 13D, SC 13D/A and SC 13G beneficial ownership filings for Apple and Disney with filing dates and document URLs.

## Input

```json
{
  "maxItems": 50,
  "withDetails": false,
  "tickers": [
    "AAPL",
    "DIS"
  ],
  "formTypes": [
    "SC 13D",
    "SC 13D/A",
    "SC 13G"
  ]
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "cik": {
    "label": "CIK",
    "format": "string"
  },
  "form": {
    "label": "Form",
    "format": "string"
  },
  "filingDate": {
    "label": "Filed",
    "format": "string"
  },
  "reportDate": {
    "label": "Report Date",
    "format": "string"
  },
  "accessionNumber": {
    "label": "Accession",
    "format": "string"
  },
  "primaryDocument": {
    "label": "Primary Document",
    "format": "string"
  },
  "primaryDocumentUrl": {
    "label": "Document URL",
    "format": "string"
  },
  "fileNumber": {
    "label": "File Number",
    "format": "string"
  },
  "items": {
    "label": "Items",
    "format": "string"
  },
  "isXBRL": {
    "label": "XBRL",
    "format": "boolean"
  },
  "size": {
    "label": "Size",
    "format": "integer"
  },
  "sicDescription": {
    "label": "Industry",
    "format": "string"
  },
  "businessAddress": {
    "label": "Business Address",
    "format": "object"
  },
  "formerNames": {
    "label": "Former Names",
    "format": "array"
  },
  "insiderTransactions": {
    "label": "Insider Transactions",
    "format": "string"
  },
  "filingUrl": {
    "label": "Filing URL",
    "format": "string"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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