VOOZH about

URL: https://apify.com/lxraa/edgar-filing-monitor

โ‡ฑ SEC EDGAR Scraper - Filing Full-Text Search to JSON ยท Apify


๐Ÿ‘ SEC EDGAR Filing Monitor - Full-Text Search to JSON avatar

SEC EDGAR Filing Monitor - Full-Text Search to JSON

Pricing

Pay per usage

Go to Apify Store

SEC EDGAR Filing Monitor - Full-Text Search to JSON

Search & monitor SEC EDGAR filings via the official full-text search API. Filter by keyword, form type and date; structured records with direct filing links.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ lxraa

lxraa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

SEC EDGAR Filing Monitor โ€” Full-Text Search to JSON (with stock tickers)

Search and monitor SEC EDGAR filings through the official EDGAR full-text search API โ€” 10-K, 10-Q, 8-K, S-1 and more โ€” by keyword, form type, and date. No browser, no proxy: a public government API, so it's fast, reliable, and fully legal.

What makes this different: every filer mapped to its stock ticker

Each EDGAR record already carries the filer's CIK (the SEC's permanent company ID), so this actor performs an exact CIK โ†’ ticker join against SEC's official company list. The result: tickers + a primary ticker on every filing, near-100% accurate for publicly-traded filers (no fuzzy name matching). Raw filings are free; filings already attached to an investable ticker are research-ready signal.

Input

FieldDescription
queryFull-text search across filings (keyword, company, product) โ€” required
formsFilter to forms, e.g. ["10-K","8-K"] (empty = all)
startDate / endDateFiling date window (YYYY-MM-DD)
maxResultsMax filings to return (โ‰ค 10000)
contactEmailYour email for the SEC-required User-Agent
mapTickersAdd ticker + CIK per filer (default true)

Output (one item per filing)

{
"companies":["NVIDIA CORP (NVDA) (CIK 0001045810)"],
"ciks":["0001045810"],
"tickers":["NVDA"],
"ticker":"NVDA",
"form":"10-K",
"fileDate":"2025-02-26",
"accessionNumber":"0001045810-25-000023",
"indexUrl":"https://www.sec.gov/Archives/edgar/data/1045810/.../-index.htm"
}

Use cases

  • Quant / alternative data โ€” turn full-text filing hits into ticker-tagged events.
  • Finance research & monitoring โ€” watch 8-K/S-1 flow for a keyword or sector.
  • Watchlists & screeners โ€” filter filings down to traded companies.

Pricing

Pay-per-result (PPE): billed per filing returned. Schedule it to keep a fresh, ticker-mapped feed of new filings.

Legal & data notes

All data comes from SEC EDGAR's official full-text search API (public filings, no personal data). Ticker/CIK mapping uses SEC's public company_tickers.json. SEC requires a descriptive User-Agent with a contact email โ€” set contactEmail.

You might also like

SEC EDGAR Full-Text Search Scraper

scrapers_lat/sec-edgar-fulltext-scraper

Search the full text of SEC EDGAR filings by keyword or phrase. Get matching filings with entity name, CIK, form, filing date, accession number and a direct document link.

SEC EDGAR Filings Scraper

dami_studio/sec-edgar-scraper

Returns SEC EDGAR filings as structured rows (form type, company, filing date, accession number, direct document URL) via full-text search across all filings or by company ticker/CIK.

2

5.0

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

devilscrapes/sec-edgar-filings-scraper

Search SEC EDGAR (US public company filings) by company ticker, CIK, or form type via the free EDGAR API โ€” each filing's CIK, form type, period, filing date, accession number, and primary-document URL โ€” export to JSON or CSV dataset. Built on SEC's full-text search.