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
Valdeir Lima
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day 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.