SEC EDGAR Scraper — SEC Filings Data & Regulatory Monitor avatar

SEC EDGAR Scraper — SEC Filings Data & Regulatory Monitor

Pricing

$18.99/month + usage

Go to Apify Store
SEC EDGAR Scraper — SEC Filings Data & Regulatory Monitor

SEC EDGAR Scraper — SEC Filings Data & Regulatory Monitor

Extract SEC filings data from any US public company by ticker. Get 10-K, 10-Q, 8-K, 13F, S-1, and all SEC EDGAR filing types — filing ID, date, form type, and direct document link. Demo mode included. No login. $18.99/month. 2-hour free trial.

Pricing

$18.99/month + usage

Rating

0.0

(0)

Developer

Scrape Pilot

Scrape Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

📊 SEC EDGAR Scraper — SEC Filings Data & Regulatory Intelligence

The most reliable SEC EDGAR Scraper on Apify. Extract SEC filings data from any public company — 10-K, 10-Q, 8-K, S-1, 13F, and all other SEC form types — by ticker symbol. Get filing ID, form type, filing date, direct SEC document link, and filing title for every submission. Demo mode included. No login. Instant structured output.


📌 Table of Contents


🔍 What Is This Actor?

SEC EDGAR Scraper is a production-ready Apify actor that extracts complete SEC filings data from the US Securities and Exchange Commission's official public registry — for any publicly traded company, by ticker symbol and form type.

Enter any US stock ticker — AAPL, TSLA, MSFT, NVDA — select a form type or leave it blank for all filings, and receive back a clean, structured dataset of every matching SEC EDGAR filing: filing ID, company ticker, form type, filing date, direct SEC document link, and filing title.

Whether you are a financial analyst monitoring earnings filings, a compliance officer tracking material event disclosures, a researcher building a regulatory dataset, or an investor watching insider ownership changes — this SEC EDGAR scraper delivers structured SEC filings data from the official source in seconds.


🚀 Why Use This SEC EDGAR Scraper?

FeatureThis ActorManual EDGAR SearchBloomberg / FactSetOther Scrapers
SEC filings data — any ticker✅ Instant✅ Slow✅ Expensive⚠️
All SEC form types⚠️
Direct filing document link⚠️⚠️
Filing date + filing ID⚠️
Bulk results — up to 100/run⚠️
Structured JSON — export-ready❌ PDF
CSV / Excel export✅ Via Apify
Demo mode for instant previewN/AN/A
No subscription or API key
Scheduled runs for monitoring

Bottom line: This SEC EDGAR scraper delivers structured SEC filings data from the official government source — faster than manual EDGAR search, cheaper than financial data platforms, and more reliable than generic scrapers.


📋 Supported Form Types

This SEC EDGAR scraper supports all SEC filing form types. Enter any form type code in the form_type input — or leave it blank to return all filings for a company.

📈 Most Common Forms

Form TypeDescription
10-KAnnual report — full year financial statements and business overview
10-QQuarterly report — financial statements for Q1, Q2, Q3
8-KCurrent report — material events (earnings, mergers, executive changes)
S-1IPO registration statement
DEF 14AProxy statement — shareholder voting and executive compensation
13FInstitutional investment manager quarterly holdings report
13DBeneficial ownership report — 5%+ stake disclosure
13GPassive beneficial ownership report
4Insider transaction report — officer and director trades
SC 13DAcquisition of beneficial ownership above 5%
424B4Final prospectus for securities offering

Leave form_type blank to retrieve all filing types for the target company in a single run.


🎯 Use Cases

📈 Investment Research & Financial Analysis

  • Monitor SEC filings data for portfolio companies — track 10-K and 10-Q submissions automatically
  • Watch for 8-K filings to catch material event disclosures as soon as they are filed
  • Extract S-1 registration statements for IPO research and pre-offering analysis

⚖️ Compliance & Regulatory Monitoring

  • Track insider transaction filings (Form 4) for key executives at target companies
  • Monitor 13D and 13G filings to detect large ownership changes and activist investor activity
  • Build automated compliance watchlists by scheduling this SEC EDGAR scraper on multiple tickers

🏦 Institutional & Hedge Fund Intelligence

  • Scrape 13F filings to track institutional portfolio holdings on a quarterly basis
  • Monitor large beneficial ownership disclosures for merger arbitrage and event-driven strategies
  • Build structured SEC EDGAR filings datasets for quantitative investment research

🤖 FinTech & Data Pipeline Integrations

  • Feed SEC filings data into financial research platforms, AI tools, or risk management systems
  • Build automated filing alert pipelines that notify your team when a specific company files a new 8-K
  • Integrate structured SEC EDGAR data into dashboards, Bloomberg alternatives, or research databases

📰 Financial Journalism & Research

  • Monitor SEC filings for specific companies to catch breaking corporate events before earnings calls
  • Source regulatory filing details for investigative financial journalism
  • Build structured databases of SEC EDGAR filings for academic finance research

🎓 Academic & Policy Research

  • Build large-scale datasets of SEC filings for empirical accounting and finance research
  • Study disclosure timing patterns across industries using structured filing date data
  • Analyze form type frequency and filing volume as indicators of corporate activity

⚙️ Input Parameters

{
"company_ticker": "AAPL",
"form_type": "10-K",
"max_results": 20,
"demo_mode": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}
ParameterTypeDefaultDescription
company_tickerstring"AAPL"US stock ticker symbol — e.g. "TSLA", "MSFT", "NVDA", "GOOGL". Automatically converted to uppercase
form_typestring""SEC form type to filter — e.g. "10-K", "8-K", "13F". Leave blank to return all filing types
max_resultsinteger20Maximum number of SEC filings to return
demo_modebooleanfalseWhen true, returns realistic sample SEC filings instantly without making a live query
proxyConfigurationobjectOptionalApify proxy config — residential proxy recommended for reliable SEC EDGAR access

Tip: Leave form_type blank to get a complete filing history across all form types for a company. Set form_type to "8-K" to watch only material event disclosures.


📋 Output Fields

Every record from this SEC EDGAR scraper includes complete SEC filings data:

FieldTypeDescriptionExample
filing_idstringUnique SEC EDGAR filing accession number"0000320193-26-000006"
companystringCompany ticker symbol"AAPL"
form_typestringSEC form type"10-Q", "8-K", "10-K"
datestringFiling submission date (ISO format)"2024-03-27"
linkstringDirect SEC EDGAR document index URL"https://www.sec.gov/Archives/edgar/..."
titlestringOfficial filing title from SEC EDGAR"Quarterly report [Sections 13 or 15(d)]"
sourcestringData source identifier"SEC EDGAR"

📦 Example Input & Output

Input:

{
"company_ticker": "TSLA",
"form_type": "8-K",
"max_results": 5,
"demo_mode": false
}

Output (one record):

{
"filing_id": "0001193125-24-045123",
"company": "TSLA",
"form_type": "8-K",
"date": "2024-03-20",
"link": "https://www.sec.gov/Archives/edgar/data/1318605/000119312524045123-index.htm",
"title": "Current report pursuant to Section 13 or 15(d)",
"source": "SEC EDGAR"
}

The full run returns up to max_results records — each with the same clean structure, ready for export to CSV, Excel, or direct integration into your research workflow.


🧪 Demo Mode

Want to preview the output before running a live query? Enable Demo Mode to instantly generate realistic sample SEC filings data — in the exact same structure as a live run.

{ "demo_mode": true }

Demo mode is ideal for testing your downstream data pipeline, evaluating the output format, or demonstrating the tool to a client without consuming a live EDGAR query.

Switch to live data at any time by setting demo_mode: false and entering your target ticker.


💰 Pricing & Free Trial

PlanPriceIncludes
Free Trial$02 hours full access — no credit card required
Monthly$18.99 / monthUnlimited runs, any ticker, all SEC form types

Everything included in every plan:

  • ✅ Complete SEC filings data — all 7 output fields per filing
  • ✅ All SEC form types supported — 10-K, 10-Q, 8-K, S-1, 13F, Form 4, and more
  • ✅ Any US publicly traded company by ticker symbol
  • ✅ Up to 100 filings per run
  • ✅ Demo mode for instant output preview
  • ✅ Direct SEC EDGAR document links in every record
  • ✅ JSON + CSV + Excel export from Apify dataset
  • ✅ Scheduled runs for automated filing monitoring

Start your 2-hour free trial now — no credit card needed. Click Try for free at the top of this page.


⚡ Performance & Limits

ModeFilingsEstimated Time
Demo mode2 sample records~2 seconds
Single ticker — any formup to 20~5–10 seconds
Single ticker — all formsup to 100~10–20 seconds
Scheduled monitoring runany countConfigurable interval
  • Results pushed to the Apify dataset in real time as each filing is processed
  • Data is sourced directly from the official SEC EDGAR government registry
  • Lightweight and fast — no browser, no JavaScript rendering overhead
  • Residential proxy recommended for consistent access at higher volumes

❓ FAQ

Q: Where does the SEC filings data come from? A: All data is sourced directly from SEC EDGAR — the official Electronic Data Gathering, Analysis, and Retrieval system operated by the US Securities and Exchange Commission. This is the same source used by financial professionals, regulators, and researchers worldwide.

Q: Can I retrieve all filing types for a company at once? A: Yes. Leave the form_type field blank and the actor returns all filing types for the target company — 10-K, 10-Q, 8-K, and every other form submitted to EDGAR — up to max_results.

Q: How current is the data? A: SEC EDGAR filings data is retrieved live at the time of each run. The date field reflects the actual filing submission date as recorded by the SEC.

Q: Can I monitor a company for new filings automatically? A: Yes. Set up an Apify scheduled task to run this SEC EDGAR scraper on a daily or weekly basis for any ticker. New filings appear in each run's output as soon as they are submitted to EDGAR.

Q: What is the filing_id field? A: The filing_id is the SEC EDGAR accession number — a unique identifier in the format XXXXXXXXXX-YY-ZZZZZZ that permanently identifies every filing in the EDGAR system. You can use this to look up the full filing directly on the SEC website.

Q: Can I use this for non-US companies? A: This actor works for any company that files with the SEC — primarily US-listed public companies. Some foreign private issuers that trade on US exchanges also file with the SEC and are supported.

Q: What is Demo Mode for? A: Demo Mode returns pre-loaded sample records instantly — useful for testing your pipeline or previewing the output format without running a live EDGAR query.

Q: Can I export results to Excel or CSV? A: Yes. All results are pushed to the Apify dataset, which can be exported to JSON, CSV, Excel, and more directly from the Apify Console after each run completes.


📜 Changelog

v2.0.0 (Current)

  • ✅ Live SEC EDGAR filings data from official SEC government source
  • ✅ Any US ticker symbol and any SEC form type
  • ✅ Filing ID (accession number), form type, date, direct link, and title per record
  • ✅ Demo mode with realistic sample SEC EDGAR filings
  • ✅ Up to 100 filings per run
  • ✅ Proxy support for reliable EDGAR access
  • ✅ Real-time dataset push as each filing is processed
  • ✅ Key-value store output for downstream integrations

v1.0.0

  • Initial release with basic ticker search and core filing field extraction

🏷️ Tags

sec edgar scraper sec filings data sec edgar filings sec scraper edgar filings financial data scraper 10-k scraper 8-k scraper sec data extractor regulatory filings investment research data compliance monitoring


This actor retrieves publicly available regulatory filing data from SEC EDGAR — the official US government securities disclosure system operated by the Securities and Exchange Commission.

Please note:

  • SEC EDGAR data is in the public domain — it is freely available for research, commercial, and educational use per SEC policy
  • Always cite SEC EDGAR as the original data source in any publication, report, or application
  • Do not present extracted filing data as current or verified without confirming directly on SEC EDGAR — records may be amended after your run
  • This tool is not intended for trading decisions — always consult qualified financial professionals before making investment choices
  • The actor developer is not responsible for decisions made based on extracted SEC filings data

🤝 Support & Feedback

  • Bug report or issue? Contact us via the Apify actor page
  • Feature request? Post in the Apify Community forum
  • Using it for financial research? We'd love to hear your use case!
  • Loving it? Please leave a ⭐ review — it helps other researchers find this actor!

Built with ❤️ on Apify · Powered by SEC EDGAR Official Registry
The most reliable SEC EDGAR Scraper — any ticker, any form type, instant SEC filings data

💰 $18.99/month · 🆓 2-hour free trial · No credit card required