Go to Hyperscrape Store

SEC Filings Full-Text Search Scraper

hyperscrape/sec-filings-scraper

Full-text search SEC EDGAR filings and get filing metadata plus direct document URLs.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/sec-filings-scraper?query=%22artificial%20intelligence%22

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Searches SEC EDGAR full-text search (the official public JSON API behind efts.sec.gov — no key required) and returns one item per matching filing document.

Each item includes: filing form type (and root form), company name, ticker symbols, CIK, accession number, filing date, period ending, file numbers, SIC codes, business state, matched document name, a direct document URL on sec.gov/Archives, and a link to the filing index page.

Inputs

  • query — full-text phrase to search inside filings, e.g. "climate risk" or "substantial doubt" "going concern". Quotes force exact phrases.
  • forms — optional comma-separated filing types (e.g. 10-K,8-K).
  • startDate / endDate — optional YYYY-MM-DD filing-date range.
  • maxItems — number of filings to return (paginated 10 per API page).

Requests send a descriptive User-Agent as required by SEC's fair-access policy and are paced to stay well under SEC rate limits. Full-text search covers filings from 2001 onward.