VOOZH about

URL: https://apify.com/taroyamada/sec-insider-transaction-intelligence

โ‡ฑ SEC Insider Transaction Scraper ยท Apify


Pricing

from $4.00 / 1,000 results

Go to Apify Store

SEC Insider Transaction Scraper

Extract insider purchases, sales, grants, and ownership signals from SEC Forms 3, 4, and 5 using official EDGAR data.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ naoki anzai

naoki anzai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 days ago

Last modified

Share

SEC Insider Transaction Intelligence

Analyze SEC Forms 3, 4, and 5 insider ownership filings using official EDGAR data.

The actor resolves ticker symbols to CIKs, reads issuer submissions, downloads ownership XML documents, and emits normalized transaction rows for insider purchases, sales, grants, option exercises, and derivative transactions.

Use cases

Use this actor for investor research โ€” track SEC Form 4 insider transactions for public companies. Auth-free, official-API-first, with a stable output schema and documented source compliance.

What It Does

  • Resolve tickers or CIKs through SEC company_tickers.json
  • Scan issuer submissions for Forms 3, 4, and 5
  • Download ownership XML from SEC Archives
  • Extract owner role, transaction code, shares, price, value, ownership type, and filing URLs
  • Optionally include holding rows from the same ownership documents

Input

{
"issuers":["MSFT","NVDA"],
"formTypes":["4"],
"daysBack":180,
"maxFilingsPerIssuer":5,
"transactionCodes":[],
"minTransactionValue":0,
"includeDerivativeTransactions":true,
"includeHoldings":false,
"delivery":"dataset",
"dryRun":false
}

Common transaction codes:

  • P: open market or private purchase
  • S: open market or private sale
  • A: grant, award, or other acquisition
  • M: option exercise or derivative conversion
  • F: tax withholding or payment

Input Examples

Example: Single-target audit

{
"targets":[
"example-target-1"
],
"maxResultsPerTarget":30
}

Example: Bulk portfolio

{
"targets":[
"target-1",
"target-2",
"target-3"
],
"maxResultsPerTarget":50,
"snapshotKey":"sec-insider-transaction-intelligence-state"
}

Example: Recurring delta watch

{
"targets":[
"target-1"
],
"snapshotKey":"sec-insider-transaction-intelligence-state",
"emitChangedOnly":true
}

Output

Dataset delivery emits flattened rows:

  • issuer_summary
  • insider_transaction
  • insider_holding when includeHoldings=true

The full output payload also includes meta, issuerSummaries, transactions, holdings, and warnings.

SEC User-Agent

SEC asks automated tools to identify themselves. The actor has a default declared User-Agent, but production users should set secUserAgent with their own application and contact information.

Local Run

npminstall
npmtest
node src/index.js

Notes

This actor uses official public SEC data. It does not scrape private data, bypass access controls, or infer trading intent beyond the reported Form 3/4/5 fields.

You might also like

SEC Form 4 Insider Trading Tracker: Every Insider Buy and Sell

scrapemint/sec-form4-insider-tracker

Track SEC Form 4 insider trading filings from EDGAR. Filter by ticker, CIK, transaction code, insider role, min value, and age. Returns deduped JSON of every insider buy, sell, grant, and option exercise. Official EDGAR APIs, no HTML scraping.

SEC Insider Scraper

parsebird/sec-insider-scraper

Scrape real-time SEC Form 4 insider transaction data from Dataroma. Filter by timeframe, transaction type, minimum amount, and stock symbols. Get insider buys and sells with filing dates, prices, shares, and SEC filing links.

SEC Insider Intelligence โ€” Form 4 Trading Signals

lokki/sec-insider-intelligence

Track SEC insider-trading disclosures and turn Form 4 filings into structured market-intelligence signals: issuer, insider, role, transaction type, shares, value, dates, and URLs for financial research workflows.

SEC Form 4 Insider Trading โ€“ Scored Alert Feed

conceivable_extension/sec-insider-trading-alerts

Parses SEC EDGAR Form 4 insider trading filings, scores each transaction for signal strength, and detects cluster buying. CEO open-market purchases and multi-insider clusters flagged. Zero copyright risk: EDGAR is US public-domain government data.

2

Sec Edgar Fast

canadesk/sec-edgar-fast

Extract financial facts, filings and insider trading data directly from SEC EDGAR.

๐Ÿ‘ User avatar

Canadesk Support

2