SEC Insider Trading (Form 4) Scraper avatar

SEC Insider Trading (Form 4) Scraper

Pricing

from $8.00 / 1,000 insider transactions

Go to Apify Store
SEC Insider Trading (Form 4) Scraper

SEC Insider Trading (Form 4) Scraper

Scrape SEC EDGAR Form 4 insider-trading filings into a clean, enriched dataset: who bought or sold their own company stock, market-wide or by ticker — with dollar values, decoded transaction types, and cluster-buy detection.

Pricing

from $8.00 / 1,000 insider transactions

Rating

0.0

(0)

Developer

alfred dias

alfred dias

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

What does the SEC Insider Trading Scraper do?

The SEC Insider Trading (Form 4) Scraper turns the U.S. Securities and Exchange Commission's raw Form 4 filings into a clean, enriched feed of exactly who is buying and selling shares of their own company — market-wide or for the specific companies you care about. It runs on the Apify platform, so you get API access, scheduling, integrations (Slack, Google Sheets, webhooks), and monitoring out of the box.

Why use it?

Corporate insiders — CEOs, directors, and 10% owners — must report their trades to the SEC within two business days. That data is public but painful to use raw: no dollar amounts, cryptic one-letter codes, and ownership buried in XML. This Actor does the cleanup once and hands you ready-to-analyze rows, including a cluster-buy flag that highlights the strongest signal — multiple insiders buying the same stock at the same time.

Use it for: insider-sentiment screening, investment research, alerting, alternative-data pipelines, and enriching financial dashboards.

How to use it

  1. Click Try for free.
  2. Leave the input empty for yesterday's market-wide feed, or add tickers (e.g. NVDA) to focus on specific companies.
  3. Optionally set a date range, a minimum dollar value, or transaction type.
  4. Click Start, then download results from the Output tab.

Input

FieldDescription
dateFrom / dateToFiling date window (YYYY-MM-DD). Defaults to yesterday→today.
tickers / ciksRestrict to specific companies. Empty = whole market.
transactionTypesFilter to purchases, sales, grants, or option exercises.
minTotalValueHide trades below a dollar threshold.
includeDerivativeInclude options/derivative transactions.
maxResultsCap the number of returned rows.
contactEmailUsed in the SEC-required User-Agent header.

Output

Each row is one insider transaction. You can download the dataset in JSON, HTML, CSV, or Excel.

{
"filedAt": "2026-07-01",
"ticker": "NVDA",
"companyName": "NVIDIA CORP",
"insiderName": "Huang Jen-Hsun",
"insiderRoles": ["Director", "President and CEO"],
"transactionType": "Purchase",
"shares": 10000,
"pricePerShare": 124.5,
"totalValue": 1245000,
"isClusterBuy": false,
"filingUrl": "https://www.sec.gov/Archives/edgar/data/1045810/0001045810-26-000123.txt"
}

Data table

FieldMeaning
filedAt / transactionDateWhen reported / when traded
ticker / companyName / cikThe issuer
insiderName / insiderRolesWho traded and their role
transactionType / transactionCodeDecoded and raw SEC code
shares / pricePerShare / totalValueSize of the trade (total computed)
sharesOwnedAfter / pctOwnershipChangeResulting position
ownershipTypeDirect vs indirect holding
isDerivativeDerivative-security transaction, e.g. options
isClusterBuyMultiple insiders buying together
accessionNumberSEC filing identifier

How much does it cost?

This Actor uses pay-per-result pricing with a free tier so you can try it before scaling. Market-wide daily runs return a few hundred to a few thousand rows depending on market activity; company-filtered runs are much smaller.

Tips

  • Schedule a daily run over dateFrom = yesterday for a rolling insider feed.
  • Filter transactionTypes to purchase and set minTotalValue to surface only meaningful buys.
  • Pipe results to Slack or Google Sheets with Apify Integrations.

Known limitations

  • If a filing and its amendment (4/A) both fall in the date window, the duplicate transaction is collapsed and only reported once (see the transaction-level dedup logic).

FAQ, disclaimers, and support

  • Is this legal? Yes — it reads public SEC EDGAR filings and respects SEC fair-access rules.
  • This is not investment advice. The Actor reports facts from filings; it makes no recommendations.
  • Found a bug or want a new field? Use the Issues tab. Custom solutions are available on request.