# Full-Text Search SEC 10-K Filings by Keyword

**Use case:** 

Search every SEC EDGAR filing for keywords like 'artificial intelligence' or 'climate risk' across a date range and get matching filings instantly.

## Input

```json
{
  "mode": "full_text_search",
  "tickers": [],
  "forms": [
    "10-K"
  ],
  "maxItems": 200,
  "dateFrom": "2025-01-01",
  "dateTo": "2025-12-31",
  "xbrlConcepts": [],
  "statementTypes": [
    "income_statement",
    "balance_sheet",
    "cash_flow"
  ],
  "fiscalPeriods": [],
  "searchQuery": "artificial intelligence",
  "searchCiks": [],
  "transactionCodes": [],
  "minTransactionValue": 0,
  "activistOnly": false,
  "eightKItemCodes": [],
  "incrementalMode": false,
  "enableAiSummary": false,
  "aiSummaryMaxChars": 40000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "date"
  },
  "reportDate": {
    "label": "Period",
    "format": "date"
  },
  "accessionNumber": {
    "label": "Accession",
    "format": "text"
  },
  "filingUrl": {
    "label": "Filing",
    "format": "link"
  }
}
```

## About this Actor

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