# Delaware-incorporated software companies

**Use case:** 

Software company annual reports filtered to Delaware-incorporated registrants, the default US corporate domicile.

## Input

```json
{
  "companies": [
    "AAPL",
    "0000789019"
  ],
  "fullTextQuery": "\"material weakness\"",
  "sic": "7372",
  "formTypes": [
    "10-K"
  ],
  "filedFrom": "2025-01-01",
  "filedTo": "2026-06-30",
  "stateOfIncorporation": "DE",
  "includeFinancials": true,
  "includeFilingHistory": false,
  "maxFilings": 60,
  "maxFilingsPerCompany": 2,
  "requestsPerSecond": 8
}
```

## Output

```json
{
  "cik": {
    "label": "CIK",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "exchange": {
    "label": "Exchange",
    "format": "string"
  },
  "sic": {
    "label": "SIC code",
    "format": "string"
  },
  "sicDescription": {
    "label": "Industry",
    "format": "string"
  },
  "stateOfIncorporation": {
    "label": "State of incorporation",
    "format": "string"
  },
  "fiscalYearEnd": {
    "label": "Fiscal year end",
    "format": "string"
  },
  "entityType": {
    "label": "Entity type",
    "format": "string"
  }
}
```

## 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.