# Mega-cap technology financials

**Use case:** 

Annual and quarterly filings for the largest US technology companies, with revenue, net income, assets and EPS attached.

## Input

```json
{
  "companies": [
    "AAPL",
    "MSFT",
    "NVDA",
    "GOOGL",
    "AMZN",
    "META"
  ],
  "fullTextQuery": "\"material weakness\"",
  "sic": "2836",
  "formTypes": [
    "10-K",
    "10-Q"
  ],
  "filedFrom": "2023-01-01",
  "filedTo": "2026-06-30",
  "stateOfIncorporation": "DE",
  "includeFinancials": true,
  "includeFilingHistory": false,
  "maxFilings": 80,
  "maxFilingsPerCompany": 14,
  "requestsPerSecond": 8
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "formType": {
    "label": "Form type",
    "format": "string"
  },
  "filingDate": {
    "label": "Filed",
    "format": "string"
  },
  "financials": {
    "label": "Key financials",
    "format": "object"
  }
}
```

## About this Actor

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