# Supply Chain Disruption SEC Filing Export

**Use case:** 

Obtain SEC filings on supply chain disruptions, including company details and filing dates, from 2023 to 2025.

## Input

```json
{
  "query": "supply chain disruption shortage inventory",
  "forms": [],
  "sort": "relevance",
  "dateFrom": "",
  "dateTo": "",
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "cik": {
    "label": "CIK",
    "format": "string"
  },
  "formType": {
    "label": "Form Type",
    "format": "string"
  },
  "filingDate": {
    "label": "Filing Date",
    "format": "string"
  },
  "periodEnding": {
    "label": "Period Ending",
    "format": "string"
  },
  "accessionNo": {
    "label": "Accession Number",
    "format": "string"
  },
  "fileUrl": {
    "label": "File URL",
    "format": "string"
  },
  "edgarUrl": {
    "label": "EDGAR Page",
    "format": "string"
  },
  "fileDescription": {
    "label": "Description",
    "format": "string"
  },
  "bizLocations": {
    "label": "Business Locations",
    "format": "string"
  },
  "incStates": {
    "label": "Incorporation States",
    "format": "string"
  },
  "sics": {
    "label": "SIC Codes",
    "format": "string"
  },
  "relevanceScore": {
    "label": "Relevance Score",
    "format": "number"
  }
}
```

## About this Actor

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