SEC EDGAR Filings Scraper & Full-Text Search avatar

SEC EDGAR Filings Scraper & Full-Text Search

Pricing

from $3.00 / 1,000 results

Go to Apify Store
SEC EDGAR Filings Scraper & Full-Text Search

SEC EDGAR Filings Scraper & Full-Text Search

Get SEC EDGAR filings for any US public company — every form: 10-K, 10-Q, 8-K, Form 4 insider trades, 13F holdings, DEF 14A, S-1 — by ticker or CIK, or run full-text search across all filings. Built on the SEC's official free API. No key, no proxies. Comprehensive and reliable.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

The comprehensive, reliable SEC EDGAR actor — every filing type for any US public company, plus full-text search across all filings. 10-K, 10-Q, 8-K, Form 4 (insider trades), 13F (institutional holdings), DEF 14A, S-1 — all of them — by ticker or CIK. Or search the full text of every EDGAR filing for a keyword or phrase.

Built directly on the SEC's official free data APIs — no key, no proxies, no anti-bot, fully reliable. Just fast, clean, structured filing data.

Why this one

The EDGAR data itself is free and official — so the only thing that matters is which actor is comprehensive and reliable. This is built to be the category default:

  • Every filing type — not just 10-Ks. Filter by any exact form (10-K, 8-K, 4, 13F-HR, DEF 14A, S-1, …) or pull them all.
  • Two modes in one actor — by-company filing history and full-text search across all filings.
  • Reliable, keyless, official — the SEC's own API with a compliant User-Agent and fair-access rate limiting. No breakage, no scraping tricks.
  • Direct document URLs — every row links straight to the filing and its index, ready for download, parsing, or RAG.
  • Clean structured output — one flat row per filing, with the fields you actually query on.

What you get

Per filing: company, cik, ticker, SIC industry, form, filingDate, reportDate, accessionNumber, items (for 8-Ks), primaryDocument, isXBRL, size, and direct filingUrl + filingIndexUrl.

Two modes (use either or both)

  1. By company — pass tickers (tickers or CIKs) → get each company's filing history.
  2. Full-text search — pass fullTextSearch → get matching filings across all companies.

Who it's for

  • Fintech & research — build filing feeds, dashboards, and datasets.
  • Investors & analysts — track new 10-Ks/8-Ks, insider Form 4 activity, 13F holdings.
  • Compliance & legal — monitor filings by company or keyword.
  • AI / RAG pipelines — structured filing metadata + direct document URLs.

Input

FieldTypeDefaultDescription
tickersarrayTickers (AAPL) or CIKs (320193)
fullTextSearchstringKeyword/phrase to search across all filings
formsarrayFilter by exact form, e.g. 10-K, 8-K, 4, 13F-HR, DEF 14A
dateFrom / dateTostringFiling-date range (YYYY-MM-DD)
maxFilingsPerCompanyinteger100Cap per company
maxSearchResultsinteger100Cap for full-text search
userAgentstring(provided)SEC requires a descriptive User-Agent; override with your own contact if you like

Provide at least one of tickers or fullTextSearch.

{
"tickers": ["AAPL", "TSLA"],
"forms": ["8-K", "10-Q"],
"dateFrom": "2026-01-01",
"maxFilingsPerCompany": 50
}

Output

One row per filing (fields shown are real):

{
"company": "Apple Inc.",
"cik": "0000320193",
"ticker": "AAPL",
"sic": "Electronic Computers",
"form": "8-K",
"filingDate": "2026-04-30",
"reportDate": "2026-04-30",
"accessionNumber": "0000320193-26-000011",
"items": "2.02,9.01",
"primaryDocument": "aapl-20260430.htm",
"isXBRL": true,
"size": 412734,
"filingUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000011/aapl-20260430.htm",
"filingIndexUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000011/0000320193-26-000011-index.htm"
}

Building financial datasets? Pair EDGAR filings with market data from our Yahoo Finance Scraper and TradingView Screener, or public-sector signals from the EU Tenders / TED Scraper.

Notes & limits

  • Data is the SEC's official public API — free, no key, no anti-bot; the actor sets a descriptive User-Agent as SEC requires and respects fair-access rate limits.
  • Company mode covers the most recent ~1000 filings per company (SEC's recent block).
  • Form filtering is exact10-K does not include amendments (10-K/A); list both if you want them.
  • Public data; you are responsible for compliant use of the output.