A Make workflow that uses Apify. NexGenData has no official Make app β you run a public-data Apify actor inside Make through Make’s official Apify integration, on a schedule, with your own Apify token. This page covers public SEC filing data only and is not investment advice.
The problem: insider filings are public but scattered and constant
SEC Form 4 filings disclose insider purchases and sales as they happen, but they arrive all day across many companies. Researchers and analysts who track specific tickers need a clean, deduped digest β not a manual EDGAR crawl. A scheduled Make scenario pulls new Form 4 filings for your watchlist and routes a digest into Sheets, email, or Slack.
Who this is for
Analysts, researchers, data teams, and newsletter operators who monitor public insider-transaction filings for companies on a watchlist.
The Make workflow
- Schedule trigger β run a few times a day or daily after market close.
- Run an Actor β Apify “Run an Actor” β SEC Form 4 Insider Trading Tracker, with your tickers/CIKs in the Input JSON.
- Get Dataset Items β pull issuer, reporting person, role, transaction code, shares, price.
- Filter / dedupe β e.g. purchases only; drop filings already seen (dedupe by accession number).
- Send to destination β email/Slack digest or a Google Sheets log.
Pair with the SEC Form NT late-filing tracker and 13F holdings tracker for a fuller filings watch.
Sample input (ticker watchlist)
| ticker | company |
|---|---|
| AAPL | Apple Inc |
| NVDA | NVIDIA Corp |
| TSLA | Tesla Inc |
Sample output (Form 4 alert digest)
| date | issuer | person | role | code | shares |
|---|---|---|---|---|---|
| 2026-06-06 | Acme Corp | Jane Doe | Director | P (purchase) | 10,000 |
| 2026-06-05 | Initech | Sam Lin | 10%+ owner | S (sale) | 25,000 |
Illustrative sample. Public SEC filing data, presented as information only.
Run it on a schedule
Scheduled runs turn EDGAR into a quiet feed: new insider filings for your watchlist arrive as a clean digest, deduped so you never see the same filing twice.
Want the data without building a workflow?
The SEC Public Filing Data Pack bundles structured Form 4 / 13F / Form NT datasets for teams that want ready-to-use files instead of running actors. Get the SEC Data Pack β
Try it
Run the SEC Form 4 Tracker β
Browse more: SEC Filing Toolkit cluster
More Make workflows
FAQ
Is this investment advice? No. These are public SEC filings presented as information only; nothing here is a recommendation to buy or sell.
How do I avoid duplicate filings? Dedupe by accession number against a sheet or Make Data Store.
Is this an official Make app? No β it’s a Make workflow using Make’s official Apify integration with your own Apify token.