# Apple (AAPL) SEC Filings Scraper - EDGAR by Ticker

**Use case:** 

Apple's EDGAR filings pulled by ticker: every 10-K, 10-Q, and 8-K with filing date, accession number, and a direct link to each document.

## Input

```json
{
  "mode": "company",
  "query": "artificial intelligence",
  "forms": "",
  "tickers": [
    "AAPL"
  ],
  "startDate": "",
  "endDate": "",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "form": {
    "label": "Form",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "text"
  },
  "reportDate": {
    "label": "Period",
    "format": "text"
  },
  "accessionNumber": {
    "label": "Accession #",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "filingUrl": {
    "label": "Document",
    "format": "link"
  }
}
```

## About this Actor

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