SEC EDGAR Scraper - Filings & Financials
Pricing
Pay per usage
SEC EDGAR Scraper - Filings & Financials
Scrape SEC EDGAR: company filings (10-K, 10-Q, 8-K, Form 4), XBRL financial statements, and full-text filing search for any US public company. Official government data, no API key.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Renzo Madueno
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 hours ago
Last modified
Categories
Share
SEC EDGAR Scraper — Filings, Financials & Full-Text Search
Scrape SEC EDGAR — company filings, XBRL financial statements, and full-text filing search — for any US public company, with no API key. Built on the SEC's official government data APIs.
⭐ Using it and it works? Leave a 30-second review. It's the single biggest thing that helps other developers find it.
What can this Actor do?
- Company info — name, CIK, tickers, exchanges, SIC industry code, state of incorporation, address, fiscal year end.
- Filings — recent filings (10-K, 10-Q, 8-K, Form 4 insider, 13F-HR, S-1, and more) with form type, dates, accession number, and a direct link to the filing document. Filter by form.
- Financials (XBRL) — key financial facts over time: revenue, net income, assets, liabilities, equity, cash, operating income, gross profit, EPS, and R&D — pulled straight from companies' structured XBRL data.
- Full-text search — search the text of all EDGAR filings by keyword (e.g. "artificial intelligence", "going concern"), optionally filtered by form.
How do I use it?
- Pick a mode: lookup (a company's info/filings/financials) or full-text search.
- Add companies (tickers like
AAPL, CIK numbers, or names), or search queries. - Run it — one clean JSON/CSV row per company, filing, financial set, or search hit.
How much does it cost?
Pay-per-result — official SEC data, no subscription:
| Event | Price |
|---|---|
| Actor start | $0.01 |
| Company (per company) | $0.01 |
| Search query | $0.01 |
Output example
{ "dataType": "company", "name": "Apple Inc.", "cik": 320193, "tickers": ["AAPL"], "sicDescription": "Electronic Computers" }{ "dataType": "filing", "form": "10-K", "filingDate": "2025-11-01", "filingUrl": "https://www.sec.gov/Archives/edgar/data/320193/..." }{ "dataType": "financials", "concepts": { "NetIncomeLoss": { "annual": { "2024": 93736000000, "2023": 96995000000 } } } }
Use cases
- Fundamental analysis & quant — pull standardized XBRL financials across companies and years.
- Compliance & due diligence — track a company's filing history and read the actual documents.
- Event monitoring — watch 8-K filings or Form 4 insider transactions.
- Research & AI — full-text search filings and feed them into LLM/analysis workflows.
FAQ
Do I need an API key? No. It uses the SEC's official public data APIs (a descriptive User-Agent is sent automatically, as the SEC requests).
Which companies? Any US public company that files with the SEC — resolved by ticker, CIK, or name.
How current is it? Real-time — EDGAR updates as companies file.
Other Actors by this author
Need finance, app, or company data too? See my other Actors — Yahoo Finance, App Store & Google Play, company enrichment, and more.
Built by Renzo Madueño. Data is public SEC EDGAR data, for informational purposes only — not financial advice.