# SEC EDGAR Supply Chain Risk Filing Scraper

**Use case:** 

Full-text search SEC EDGAR for filings disclosing supply chain risk. Get company, form type, filing date and document links for risk research.

## Input

```json
{
  "maxItems": 50,
  "query": "supply chain",
  "forms": [
    "10-K"
  ]
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity",
    "format": "text"
  },
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "rootForm": {
    "label": "Root Form",
    "format": "text"
  },
  "filedAt": {
    "label": "Filed",
    "format": "text"
  },
  "periodEnding": {
    "label": "Period Ending",
    "format": "text"
  },
  "accessionNo": {
    "label": "Accession",
    "format": "text"
  },
  "fileType": {
    "label": "File Type",
    "format": "text"
  },
  "fileName": {
    "label": "File Name",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "sic": {
    "label": "SIC",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "incState": {
    "label": "Incorporation",
    "format": "text"
  },
  "url": {
    "label": "Document URL",
    "format": "link"
  },
  "filingUrl": {
    "label": "Filing Index",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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