# Insurance carrier filings

**Use case:** 

Annual and quarterly filings for major US insurance carriers, with financials attached.

## Input

```json
{
  "companies": [
    "BRK-B",
    "PGR",
    "ALL",
    "TRV",
    "AIG",
    "MET"
  ],
  "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"
  },
  "reportDate": {
    "label": "Period end",
    "format": "string"
  },
  "sicDescription": {
    "label": "Industry",
    "format": "string"
  },
  "stateOfIncorporation": {
    "label": "State of incorporation",
    "format": "string"
  },
  "accessionNumber": {
    "label": "Accession number",
    "format": "string"
  },
  "documentUrl": {
    "label": "Document URL",
    "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.