OpenInsider Scraper avatar

OpenInsider Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
OpenInsider Scraper

OpenInsider Scraper

Scrape SEC Form 4 insider trading data from OpenInsider.com - browse recent purchases and sales, filter by ticker, date range, transaction type, and value. Extracts filer name, title, shares traded, price, total value, and direct SEC filing links.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Share

Extract SEC Form 4 insider trading disclosures from OpenInsider.com — the leading aggregator of public insider trading filings. Monitor what company executives, directors, and 10% owners are buying and selling in real time.

What You Get

Each record contains:

  • Ticker & company name — stock symbol and company
  • Insider details — name, title (CEO, Director, CFO, etc.), CIK number
  • Trade details — transaction type (Purchase/Sale), shares traded, share price
  • Financial metrics — total trade value, shares owned after trade
  • Filing links — direct link to the SEC Form 4 filing
  • Timestamps — SEC filing date and actual trade date

Modes

ModeDescription
recentTransactionsLatest insider purchases and sales (default)
byTickerAll insider trades for a specific stock ticker (e.g., AAPL, TSLA)
screenerPaginated screener with optional ticker filter

Input Parameters

ParameterTypeDescription
modeselectScraping mode (see Modes above)
tickerstringStock ticker for byTicker mode or screener filter (e.g., AAPL)
transactionTypeModeselectFor recentTransactions: all, buys, or sales
transactionTypeselectFilter by type: Purchase, Sale, Award, etc.
dateRangeFromstringEarliest trade date (YYYY-MM-DD)
dateRangeTostringLatest trade date (YYYY-MM-DD)
minTotalValueintegerMinimum absolute trade value in USD
maxTotalValueintegerMaximum absolute trade value in USD
maxItemsintegerMaximum records to return (default: 100)

Sample Output

{
"ticker": "AAPL",
"companyName": "Apple Inc.",
"insiderName": "Levinson Arthur D",
"insiderTitle": "Dir",
"transactionType": "Sale",
"transactionTypeRaw": "S - Sale",
"sharesTraded": -50000,
"sharesOwned": 3755576,
"price": 311.02,
"totalValue": -15551000.0,
"filingDate": "2026-05-29 18:30:27",
"tradeDate": "2026-05-27",
"secFilingUrl": "http://www.sec.gov/Archives/edgar/data/320193/000114036126023363/xslF345X03/form4.xml",
"insiderProfileUrl": "https://openinsider.com/insider/Levinson-Arthur-D/1214128",
"insiderCik": "1214128",
"sourceUrl": "https://openinsider.com/latest-sales",
"scrapedAt": "2026-06-10T12:00:00+00:00",
"recordType": "insiderTrade"
}

Use Cases

  • Trading signals — identify stocks where insiders are buying heavily
  • Due diligence — check executive selling patterns before investing
  • Compliance monitoring — track Form 4 filings for specific companies
  • Market research — analyze insider trading trends by sector or date range

Data Source

Data is sourced from OpenInsider.com, which aggregates public SEC Form 4 filings. All data is publicly available and filed with the U.S. Securities and Exchange Commission. No authentication or API key required.

FAQ

How fresh is the data? OpenInsider updates within hours of SEC filings being processed. The filingDate field shows when the record was filed with the SEC.

What is Form 4? SEC Form 4 is required to be filed within 2 business days of any transaction by corporate insiders (officers, directors, or 10% shareholders).

Can I filter for large trades only? Yes — use minTotalValue to set a USD threshold (e.g., 100000 for trades over $100K).

Why are some sharesTraded values negative? Negative values indicate share sales or dispositions. Positive values indicate purchases or awards.

Is a proxy needed? No — OpenInsider.com is a public website with no bot protection. This actor uses standard HTTP requests without proxy overhead.

What transaction types are available? Purchase, Sale, Sale+OE (Sale + Option Exercise), Award, Conversion, Exercise, Gift, Dispose.