SEC EDGAR Full-Text Filing Search & Keyword Monitor avatar

SEC EDGAR Full-Text Filing Search & Keyword Monitor

Under maintenance

Pricing

Pay per usage

Go to Apify Store
SEC EDGAR Full-Text Filing Search & Keyword Monitor

SEC EDGAR Full-Text Filing Search & Keyword Monitor

Under maintenance

Search every US SEC filing (10-K, 8-K, S-1, 13-D…) by keyword or phrase and get clean, structured results with direct document links. Fast JSON-based, no browser.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Kenneth Bonnet

Kenneth Bonnet

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Search every US SEC filing by keyword or exact phrase and get back clean, structured records with direct links to the filing document — no browser, no API key, no rate-limit headaches. Built for finance, legal, journalism, and competitive-intelligence workflows.

Point it at a phrase like "material weakness", "going concern", "data breach", or a competitor's product name, filter by form type and date, and get a ready-to-use dataset in seconds.


What it does

This Actor queries the official SEC EDGAR full-text search index (efts.sec.gov) — the same engine behind the EDGAR full-text search website — and turns the raw results into a tidy dataset. Full-text coverage spans 2001 to today across all filers.

Each result row includes:

FieldDescription
form_typeFiling form (e.g. 10-K, 8-K, S-1, 10-K/A)
companyFiler name
tickerStock ticker (when available)
cikSEC Central Index Key
filed_dateDate the filing was submitted
period_endingReporting period end date
accession_numberUnique SEC accession number
file_descriptionDocument description
business_locationFiler's business location
state_of_incorporationState of incorporation
sic_codeStandard Industrial Classification code
document_urlDirect link to the filing document
filing_index_urlLink to the filing index page
relevance_scoreEDGAR relevance score for the query
scraped_atUTC timestamp of extraction

Example use cases

  • Risk monitoring — track every 10-K that mentions "material weakness" or "going concern" this quarter.
  • M&A / deal sourcing — surface 8-Ks referencing a merger, acquisition, or a specific counterparty.
  • Competitive intelligence — find filings that name your competitor or their product.
  • Journalism & research — pull all filings mentioning a person, technology, or event, with citable document links.
  • Thematic screening — every filing mentioning "artificial intelligence", "tariff", or "cybersecurity incident".

Input

FieldTypeRequiredDescription
querystringKeyword or "exact phrase" to search
formsarrayRestrict to form types, e.g. ["10-K","8-K"]
start_datestringFiled on/after YYYY-MM-DD
end_datestringFiled on/before YYYY-MM-DD
ciksarrayRestrict to specific company CIK numbers
max_resultsintegerCap on records (EDGAR max 1000/query)

Example input:

{
"query": "\"material weakness\"",
"forms": ["10-K"],
"start_date": "2026-01-01",
"end_date": "2026-06-30",
"max_results": 200
}

Output

A dataset of filing records (see the table above). Export to JSON, CSV, Excel, or hit the dataset API directly.

Pricing

Pay per result — you are charged only for filing records actually delivered. No monthly rental, no charge for empty searches.

Notes & limits

  • EDGAR full-text search covers filings from 2001 onward and caps any single query at 1000 results — narrow with forms, ciks, or a date range to slice larger topics.
  • The Actor sends a descriptive User-Agent per the SEC's fair-access policy and paces requests politely. For very high volumes, set your own user_agent.
  • Data comes directly from the SEC; this Actor does not add, alter, or interpret filing content.

Disclaimer

This tool retrieves publicly available filings from the U.S. Securities and Exchange Commission's EDGAR system. It is not affiliated with or endorsed by the SEC. Filing data is provided for informational purposes only and is not investment advice.