# SEC EDGAR Filings Scraper – 10-K, 10-Q, 8-K & Company Profiles (`ninhothedev/sec-edgar-scraper`) Actor

$2/1K 🔥 Fast SEC EDGAR scraper! Company filings — 10-K, 10-Q, 8-K & profiles by ticker. Form, date, accession & links. JSON, CSV, Excel or API in seconds. Enter tickers & pull thousands of filings for investing & due diligence ⚡

- **URL**: https://apify.com/ninhothedev/sec-edgar-scraper.md
- **Developed by:** [ninhothedev](https://apify.com/ninhothedev) (community)
- **Categories:** News, Developer tools, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## SEC EDGAR Filings Scraper – 10-K, 10-Q, 8-K & Company Profiles

**Get clean SEC EDGAR data by ticker or CIK: recent filings (10-K, 10-Q, 8-K and more) with filing & report dates, accession numbers and direct document URLs, plus company profiles (SIC code, exchanges, category). As JSON, CSV or Excel. Free, no key.**

### 💵 Pricing

**Pay per result — about $2 per 1,000 items** (charged per input **and** per output item). No subscription, no proxy needed. You only pay for the data you scrape, and new Apify accounts include free monthly credits so you can test it for **$0**.

### 🔎 What can it extract?

- **Filings**: form type (10-K, 10-Q, 8-K, …), filing date, report/period date
- **Accession number** + **direct primary-document URL** on sec.gov
- Filing description
- **Company profile**: legal name, CIK, SIC code & description, category, all tickers, exchanges
- Look up by **ticker** (auto-resolved to CIK) or **CIK** directly

### 🚀 How do I use it?

1. Click **Try for free**.
2. Choose a **mode** (`filings` or `company`) and enter tickers or CIKs.
3. Optionally filter by **formType** (e.g. `10-K`).
4. Click **Start** and download results as JSON, CSV or Excel — or pull them via the API / schedule them.

### ⚙️ Input example

```json
{
  "mode": "filings",
  "tickers": ["AAPL", "MSFT"],
  "formType": "10-K",
  "maxItems": 100
}
```

### 📦 Output example

```json
{
  "ticker": "AAPL",
  "cik": "0000320193",
  "company": "Apple Inc.",
  "form": "10-K",
  "filing_date": "2024-11-01",
  "report_date": "2024-09-28",
  "accession_number": "0000320193-24-000123",
  "primary_document": "aapl-20240928.htm",
  "url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm"
}
```

### 🎯 Use cases

- **Investing** — track new 10-K / 10-Q / 8-K filings for your watchlist
- **Compliance** — monitor mandatory disclosures and reporting deadlines
- **Due diligence** — pull a company's full filing history and profile before a deal
- **Research** — build datasets of filings across sectors (by SIC) for analysis

### 💰 How much will it cost?

You pay only the per-result price (no proxy cost):
100 items → ~$0.20 · 1,000 → ~$2 · 10,000 → ~$20

### 🆚 Why this one

| Feature | This actor | Others |
|---|---|---|
| Ticker → CIK auto-resolve | ✅ | CIK only |
| Direct document URLs | ✅ | partial |
| Form-type filter (10-K/10-Q/8-K) | ✅ | sometimes |
| Company profile mode | ✅ | rarely |
| No key / no proxy | ✅ | sometimes |

### 🔗 Related actors

- [Yahoo Finance Scraper](https://apify.com/ninhothedev/yahoo-finance-scraper) — quotes & fundamentals
- [World Bank Scraper](https://apify.com/ninhothedev/world-bank-scraper) — macro indicators
- [CoinGecko Crypto Scraper](https://apify.com/ninhothedev/coingecko-crypto-scraper) — crypto markets
- [openFDA Scraper](https://apify.com/ninhothedev/openfda-scraper) — regulatory / drug data

### ❓ FAQ

**Key/proxy?** No. **Which forms?** Any — filter with `formType` (10-K, 10-Q, 8-K, …) or leave empty for all. **Ticker or CIK?** Either; tickers are auto-resolved to CIK.

### 🛟 Support

Found a bug or need an extra field? Open an issue on the actor — fixes and new fields ship fast.

### Legal & privacy

Data comes from the U.S. SEC's free EDGAR public APIs. Requests send a descriptive User-Agent with contact info per SEC fair-access policy. This actor scrapes only public regulatory filings.

***

**Keywords:** SEC scraper, EDGAR scraper, 10-K, 10-Q, 8-K, company filings, CIK, SIC code, financial disclosures, investing, compliance, due diligence, JSON CSV Excel

# Actor input Schema

## `mode` (type: `string`):

filings (recent filings for each company) or company (company profile). Default: filings.

## `tickers` (type: `array`):

Stock ticker symbols to look up, e.g. AAPL, MSFT. Resolved to CIK via SEC's ticker map.

## `ciks` (type: `array`):

SEC Central Index Keys (CIK) to look up directly, e.g. 320193. Zero-padding is handled automatically.

## `formType` (type: `string`):

Optional filter for the filings mode. Exact SEC form type, e.g. 10-K, 10-Q or 8-K. Leave empty for all forms.

## `maxItems` (type: `integer`):

Maximum number of dataset items to return in total across all companies.

## Actor input object example

```json
{
  "mode": "filings",
  "tickers": [
    "AAPL",
    "MSFT"
  ],
  "ciks": [],
  "maxItems": 100
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "tickers": [
        "AAPL",
        "MSFT"
    ],
    "maxItems": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("ninhothedev/sec-edgar-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "tickers": [
        "AAPL",
        "MSFT",
    ],
    "maxItems": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("ninhothedev/sec-edgar-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "tickers": [
    "AAPL",
    "MSFT"
  ],
  "maxItems": 100
}' |
apify call ninhothedev/sec-edgar-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=ninhothedev/sec-edgar-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/HZjSKdbhMSr5WVbP0/builds/uUXij1NJxlkZ5mg72/openapi.json
