# SEC Company Filings Scraper - EDGAR Filing History

**Use case:** 

Scrape any US public company's SEC EDGAR filings (10-K, 10-Q, 8-K and more) with form type, dates, and document links. No API key.

## Input

```json
{
  "mode": "lookup",
  "companies": [
    "AAPL"
  ],
  "dataTypes": [
    "company",
    "filings"
  ],
  "maxFilings": 50,
  "limit": 20
}
```

## Output

```json
{
  "dataType": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Company",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "text"
  },
  "sicDescription": {
    "label": "Industry",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "accessionNumber": {
    "label": "Accession",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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