SEC EDGAR Filings Scraper โ 10-K, 8-K, Form 4
Pricing
from $0.05 / actor start
SEC EDGAR Filings Scraper โ 10-K, 8-K, Form 4
Scrape SEC EDGAR filings (10-K, 8-K, Form 4). Monitor insider trading, financial reports, and corporate events. For investment research.
Pricing
from $0.05 / actor start
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
SEC EDGAR Filings Scraper โ 10-K, 8-K, Form 4 & Full-Text
Pull SEC EDGAR filings by ticker or CIK โ annual reports (10-K), quarterly (10-Q), current reports (8-K), insider trades (Form 4) and more โ or run a full-text search across all filings. Official SEC open data: no API key (just a User-Agent). For fintech, investing tools, insider-trade alerts and compliance.
What it does
- filings mode: recent filings for any ticker/CIK, filterable by form type, with direct document URLs
- search mode: full-text search across EDGAR filings
- Resolves tickers โ CIK automatically
Use cases
- Investing / fintech tools โ feed filings into dashboards and alerts
- Insider-trade monitoring โ track Form 4 transactions
- Compliance & research โ pull 10-K/10-Q/8-K for any company
- AI / LLM pipelines โ structured filing metadata + document links
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | filings | filings or search |
tickers | array | โ | Tickers or CIKs (filings mode) |
formTypes | array | โ | e.g. 10-K, 8-K, 4 (empty = all) |
query | string | โ | Full-text query (search mode) |
maxItems | integer | 100 | Max filings |
Output
{"ticker":"AAPL","company":"Apple Inc.","cik":"0000320193","form":"10-K","filingDate":"2025-11-01","url":"https://www.sec.gov/Archives/edgar/data/320193/.../aapl-20250930.htm"}
FAQ
API key? None โ SEC requires only a User-Agent (set to identify your app).
Insider trades? Set formTypes: ["4"].
Full-text across all companies? Use mode: "search" with a query.
