# Production export: data enrichment

**Use case:** 

SEC EDGAR Scraper configured for production export around “data enrichment”. The saved input exposes queries, maxResults, filingType, includeFinancials and...

## Input

```json
{
  "queries": [
    "data enrichment"
  ],
  "maxResults": 50,
  "filingType": "10-Q",
  "dateFrom": "",
  "dateTo": "",
  "includeFinancials": true
}
```

## Output

```json
{
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "filing_type": {
    "label": "Form",
    "format": "text"
  },
  "filing_date": {
    "label": "Filed",
    "format": "date"
  },
  "report_date": {
    "label": "Report Date",
    "format": "date"
  },
  "accession_number": {
    "label": "Accession",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "filing_url": {
    "label": "Filing URL",
    "format": "link"
  },
  "document_url": {
    "label": "Document",
    "format": "link"
  }
}
```

## About this Actor

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