# Sec Filings Intelligence sample

**Use case:** 

Sample use-case Task for sec-filings-intelligence: bounded defaults, real output, export JSON/CSV on Apify.

## Input

```json
{
  "mode": "search_ticker",
  "tickers": [
    "AAPL"
  ],
  "maxResults": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🏛️ SEC Filings Intelligence - EDGAR & Financials](https://apify.com/benthepythondev/sec-filings-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/sec-filings-intelligence) to learn more, explore other use cases, and run it yourself.