SEC EDGAR Full Text M&A Filings Scraper
Pricing
from $7.50 / 1,000 results
SEC EDGAR Full Text M&A Filings Scraper
Run full text queries across SEC EDGAR filings for phrases such as merger agreement, then restrict by CIK list, form types like 8K or S1, and a custom date window. Returns filer, form type, filed date, accession number, and document links. Useful for M&A research.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share

SEC EDGAR Full-Text M&A Filings Scraper
๐ Export SEC EDGAR full-text search hits in seconds. Mergers, acquisitions, and any keyword across all public filings.
๐ Last updated: 2026-06-05 . ๐ 9 fields per record . Public API . Real-time
The SEC EDGAR Full-Text M&A Filings Scraper turns the SEC EDGAR full-text search public REST endpoint into a clean, structured dataset.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| ๐ผ M&A analysts | Track new deal filings |
| โ๏ธ Securities lawyers | Mirror EDGAR queries into spreadsheets |
| ๐ฐ Reporters | Build deal-news training sets |
| ๐ค ML researchers | Verify filing metadata |
๐ What the SEC EDGAR Full-Text M&A Filings Scraper does
- Calls https://efts.sec.gov/LATEST/search-index with your query.
- Flattens each hit into a row with company, CIK, form type, filing date, snippet.
- Supports date range, form type, and CIK filters.
- Surfaces upstream errors as clean rows.
๐ก Why it matters. The source returns raw API payloads that most data tools cannot ingest directly. This actor normalizes everything into a flat row format ready for analysis.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
maxItems | integer | No | Free users limited to 10. Paid users up to 1,000,000. Prefill 10. |
Example 1.
{"q": "merger agreement","forms": "8-K","maxItems": 50}
Example 2.
{"q": "tender offer","dateRange": "custom","startdt": "2025-01-01","enddt": "2025-12-31","maxItems": 100}
โ ๏ธ Good to Know. This actor uses a public endpoint. No login or API key is required.
๐ Output
| Field | Type | Description |
|---|---|---|
๐ข company | string | Filer display name. |
๐ cik | string | SEC Central Index Key. |
๐ formType | string | EDGAR form type. |
๐
filingDate | string | Filing date. |
๐ข accessionNumber | string | EDGAR accession number. |
โ๏ธ snippet | string | Matched text snippet. |
๐ url | string | Direct link to filing. |
๐ scrapedAt | string | Fetch time. |
โ error | string | Set if upstream error. |
Sample record.
{"company": "Apple Inc.","cik": "0000320193","formType": "8-K","filingDate": "2025-09-12","accessionNumber": "0001185185-13-002042","snippet": "merger agreement dated...","url": "https://www.sec.gov/Archives/edgar/data/...","scrapedAt": "2026-06-05T12:00:00.000Z","error": null}
โจ Why choose this Actor
| ๐ | Public source, no API key required. | | ๐งน | Clean snake_case fields ready for BI tools. | | ๐ข | Numeric values auto-cast for spreadsheets. | | ๐ | Errors surfaced as a clean record instead of crashing. | | ๐พ | Push to dataset for instant export in multiple formats. |
๐ How it compares to alternatives
| Approach | Setup time | Clean fields? | Numeric casting? |
|---|---|---|---|
| Roll your own fetch | 30 min+ | โ | โ |
| Custom Python script | 1 hr+ | partial | partial |
| This Actor | 5 sec, no install | โ | โ |
๐ How to use
- Click Try for free.
- Adjust
maxItemsif needed (defaults to 10). - Click Start. Within seconds, your dataset is ready for download or integration.
๐ผ Business use cases
๐ Analytics dashboards. Pipe results into BI tools.
๐ผ Backtesting. Snapshot data daily for reproducible analysis.
๐ฐ Reporting. Embed live numbers in newsletters or briefings.
๐ค ML feature engineering. Build training sets from public data.
๐ Automating SEC EDGAR Full-Text M&A Filings Scraper
- Make / Zapier. Trigger this actor on a schedule, push results to Airtable, Google Sheets, or Slack.
- Cron schedule. Native Apify scheduler.
- Webhooks. POST to your endpoint when a run finishes.
- Pipe to BigQuery, Snowflake, Postgres. Native Apify integrations.
๐ Beyond business use cases
๐ Education. Use real data in finance and economics classes.
๐งช Personal research. Track your own metrics without coding.
๐ค Non-profit and open data. Build public dashboards with current numbers.
๐งฐ Tinkering and prototyping. Spin up a feed in seconds for new ideas.
๐ค Ask an AI assistant about this scraper
Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your workflow to the actor inputs.
โ Frequently Asked Questions
โ Do I need an API key? No. EDGAR full-text search is public.
โ What forms can I search? Any EDGAR form. Pass a list like 8-K,10-K,S-1 in forms.
โ Can I limit to a date range? Yes via dateRange, startdt, and enddt inputs.
โ How fresh are results? EDGAR indexes filings within minutes.
โ Will the schema change? company, cik, formType, filingDate, and accessionNumber are stable.
โ Is rate limiting strict? SEC asks for a User-Agent. This actor sets one.
โ Can I track an issuer? Yes via the ciks input.
โ Can I schedule runs? Yes via Apify scheduler, Make, Zapier, or cron.
โ What if upstream errors? A single record with error populated is pushed.
โ Is this scraping or API? API. EDGAR full-text search has a stable JSON endpoint.
๐ Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge Alpha Vantage Scraper | Stocks, FX, crypto, and indicators. |
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge NBA Stats Scraper | Player and team stats from NBA.com. |
| ParseForge CurseForge Mods Scraper | Public mod metadata from CurseForge. |
๐ก Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.