# Apple 10-K to Markdown — SEC EDGAR Filing Converter

**Use case:** 

Convert Apple's latest 10-K annual report from SEC EDGAR into clean, section-split markdown — ready for RAG pipelines and AI agents. Official SEC data, no login

## Input

```json
{
  "mode": "filing-md",
  "query": "\"artificial intelligence\" risk factors",
  "company": "AAPL",
  "forms": [
    "10-K"
  ],
  "count": 1,
  "maxResults": 50
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "form": {
    "label": "Form",
    "format": "string"
  },
  "filed": {
    "label": "Filed",
    "format": "string"
  },
  "cik": {
    "label": "CIK",
    "format": "number"
  },
  "accession": {
    "label": "Accession",
    "format": "string"
  },
  "doc_url": {
    "label": "Document URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC EDGAR Filings Scraper — Clean Markdown + Diffs](https://apify.com/lizaraco/sec-filings-to-markdown) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lizaraco/sec-filings-to-markdown) to learn more, explore other use cases, and run it yourself.