SEC EDGAR Filings Scraper โ€” 10-K, 10-Q, 8-K & More avatar

SEC EDGAR Filings Scraper โ€” 10-K, 10-Q, 8-K & More

Pricing

from $0.0008 / filing scraped

Go to Apify Store
SEC EDGAR Filings Scraper โ€” 10-K, 10-Q, 8-K & More

SEC EDGAR Filings Scraper โ€” 10-K, 10-Q, 8-K & More

Scrape SEC EDGAR company filings by ticker or CIK: company profile (name, SIC, exchange, state) plus every filing (form type, filing/report date, accession number, primary document URL). Filter by form type and date. Fast clean HTTP via the official SEC API, no key.

Pricing

from $0.0008 / filing scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

SEC EDGAR Filings Scraper โ€” 10-K, 10-Q, 8-K & More by Ticker or CIK

Scrape SEC EDGAR company filings by stock ticker or CIK and get back clean, structured JSON: a full company profile (name, SIC, exchanges, state of incorporation) merged with every filing โ€” form type, filing and report dates, accession number, and a ready-to-open primary document URL. It uses the official SEC data API โ€” no account, no API key. Built for financial analysts, compliance teams and researchers who need dependable filings data with filters for form type and date.

SEC EDGAR Scraper input โ€” tickers, form types and date filter in the Apify Console

Features

  • ๐ŸŽฏ Ticker or CIK input โ€” resolves tickers (AAPL, MSFT) to CIKs automatically, or accept raw CIK numbers.
  • ๐Ÿ—‚๏ธ Every filing โ€” form type, filingDate, reportDate, acceptanceDateTime, accessionNumber and 8-K items.
  • ๐Ÿ”Ž Form filters โ€” narrow to specific forms like 10-K, 10-Q, 8-K, 4, S-1 or DEF 14A, or fetch all.
  • ๐Ÿ“… Date filter โ€” dateFrom returns only filings on or after a given date, most recent first.
  • ๐Ÿข Company profile โ€” SIC code and description, exchanges, EIN, fiscal year end and state of incorporation on every row.
  • ๐Ÿ”— Direct links โ€” documentUrl to the primary document and filingIndexUrl to the filing index.
  • โš™๏ธ Reliable โ€” dependable, well-paced runs that return complete filings data.

What you get

SEC EDGAR Scraper output example โ€” filings with company profile, form type and document URL as structured JSON

Each filing becomes one clean JSON record (company profile fields merged in):

{
"cik": "0000320193",
"companyName": "Apple Inc.",
"ticker": "AAPL",
"tickers": ["AAPL"],
"exchanges": ["Nasdaq"],
"sic": "3571",
"sicDescription": "Electronic Computers",
"ein": "942404110",
"category": "Large accelerated filer",
"fiscalYearEnd": "0928",
"stateOfIncorporation": "CA",
"website": null,
"form": "10-K",
"filingDate": "2023-11-03",
"reportDate": "2023-09-30",
"acceptanceDateTime": "2023-11-02T18:08:27.000Z",
"accessionNumber": "0000320193-23-000106",
"primaryDocument": "aapl-20230930.htm",
"primaryDocDescription": "10-K",
"items": null,
"size": 12345678,
"isXBRL": true,
"documentUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019323000106/aapl-20230930.htm",
"filingIndexUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019323000106/0000320193-23-000106-index.htm"
}

Output schema

FieldTypeDescription
cikstringSEC Central Index Key for the company.
companyNamestringRegistered company name.
tickerstringPrimary stock ticker symbol.
tickersarrayAll ticker symbols associated with the company.
exchangesarrayExchanges the company is listed on.
sicstringStandard Industrial Classification code.
sicDescriptionstringText description of the SIC code.
einstringEmployer Identification Number.
categorystringSEC filer category (e.g. Large accelerated filer).
fiscalYearEndstringFiscal year end as MMDD.
stateOfIncorporationstringState or jurisdiction of incorporation.
websitestringCompany website, when available.
formstringFiling form type (e.g. 10-K, 8-K).
filingDatestringDate the filing was submitted (YYYY-MM-DD).
reportDatestringPeriod-of-report date (YYYY-MM-DD).
acceptanceDateTimestring (ISO date)Timestamp the SEC accepted the filing.
accessionNumberstringUnique SEC accession number for the filing.
primaryDocumentstringFilename of the primary document.
primaryDocDescriptionstringDescription of the primary document.
itemsstring8-K item numbers reported, when applicable.
sizeintegerSize of the filing submission in bytes.
isXBRLbooleanWhether the filing includes XBRL structured data.
documentUrlstring (URL)Direct link to the primary document.
filingIndexUrlstring (URL)Link to the filing index page.

Input

{
"tickers": ["AAPL", "MSFT"],
"ciks": [],
"formTypes": ["10-K", "10-Q", "8-K"],
"maxFilingsPerCompany": 100,
"dateFrom": "2020-01-01"
}
FieldDescription
tickersStock tickers to fetch filings for (e.g. AAPL, MSFT, NVDA), one per line.
ciksSEC Central Index Keys, as an alternative or addition to tickers.
formTypesFilter to specific forms (10-K, 10-Q, 8-K, 4, S-1, DEF 14A). Empty = all forms.
maxFilingsPerCompanyCap filings returned per company, most recent first (1โ€“5000).
dateFromOnly filings on or after this date (YYYY-MM-DD).

Use cases

  • Pull every 10-K and 10-Q for a portfolio of tickers for fundamental analysis.
  • Monitor recent 8-K filings since a given date for event-driven research.
  • Build a compliance archive of a company's filings with direct document links.
  • Extract company profile data (SIC, exchange, state) for market segmentation.

Pricing

Pay-per-event: you're billed a small amount per run and per item scraped โ€” you only pay for what you get. See the Pricing tab for current rates.

FAQ

Do I need an API key or account? No. The Actor uses the official SEC EDGAR data API (data.sec.gov), which is free and open โ€” no login and no key. It sends a descriptive User-Agent and paces requests to respect SEC limits.

How many filings can I get per run? Set maxFilingsPerCompany from 1 to 5,000 per company, most recent first, across as many tickers or CIKs as you pass in.

How fresh is the data? Filings are read live from SEC EDGAR, so new submissions appear as soon as the SEC publishes them. Use dateFrom to return only filings on or after a given date.

Is the data official? Yes โ€” it comes directly from the SEC's own EDGAR data API and reads only publicly available filings. This Actor is an independent tool and is not affiliated with or endorsed by the U.S. Securities and Exchange Commission.

What's the output format? Flat JSON, one record per filing with the company profile merged in โ€” form type, filing/report dates, accession number, plus a documentUrl and filingIndexUrl. Export as JSON, CSV or Excel.

Can I connect it to other tools? The SEC EDGAR Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

More finance and regulatory data scrapers from the same publisher:

Notes

This actor uses the official SEC EDGAR data API (data.sec.gov) and reads only publicly available filing data. It is an independent tool and is not affiliated with, endorsed by, or sponsored by the U.S. Securities and Exchange Commission.