# Export retail company annual reports

**Use case:** 

Get 10-K filing metadata for Walmart, Target, and Costco for retail-sector annual report research and document linking.

## Input

```json
{
  "tickersOrCiks": [
    "WMT",
    "TGT",
    "COST"
  ],
  "forms": [
    "10-K"
  ],
  "dateFrom": "2021-01-01",
  "maxFilingsPerCompany": 4,
  "includeDocuments": true,
  "requestDelayMs": 120
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "filingDate": {
    "label": "Filing date",
    "format": "date"
  },
  "reportDate": {
    "label": "Report date",
    "format": "date"
  },
  "accessionNumber": {
    "label": "Accession number",
    "format": "text"
  },
  "primaryDocument": {
    "label": "Primary document",
    "format": "text"
  },
  "filingDetailUrl": {
    "label": "Filing detail",
    "format": "link"
  },
  "documentUrl": {
    "label": "Document URL",
    "format": "link"
  },
  "sic": {
    "label": "SIC",
    "format": "text"
  },
  "sicDescription": {
    "label": "SIC description",
    "format": "text"
  },
  "fileNumber": {
    "label": "File number",
    "format": "text"
  },
  "filmNumber": {
    "label": "Film number",
    "format": "text"
  },
  "acceptanceDateTime": {
    "label": "Accepted",
    "format": "text"
  },
  "isXbrl": {
    "label": "XBRL",
    "format": "boolean"
  },
  "items": {
    "label": "Items",
    "format": "text"
  }
}
```

## About this Actor

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