Scrapers.lat logo scrapers.lat
ビジネス

SEC Form 4 Insider Trading Transactions Scraper

Scrape SEC Form 4 insider trades as structured transactions: insider name, role, transaction code (buy, sell, grant), shares, price per share, transaction value and shares owned after. Search by ticker or CIK, or pull recent market-wide filings. Export to JSON, CSV or Excel.

29 レコードあたりの項目 JSON · CSV · Excel · API 従量課金
sec-form4-insider-trades-scraper.json 200 OK
{
  "issuerName": "Apple Inc.",
  "issuerTicker": "AAPL",
  "issuerCik": "320193",
  "insiderName": "Newstead Jennifer",
  "insiderCik": "1780525",
  "insiderTitle": "SVP, GC and Secretary",
  "isOfficer": true,
  "officerTitle": "SVP, GC and Secretary",
  "securityType": "non-derivative"
}
得られるもの

各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
Issuer NameIssuer TickerIssuer CikInsider NameInsider CikInsider TitleIs OfficerOfficer TitleSecurity TypeSecurity TitleTransaction DateTransaction CodeTransaction TypeAcquired Disposed
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

Issuer NameIssuer TickerIssuer CikInsider Name
Apple Inc.AAPL320193Newstead Jennifer
Apple Inc.AAPL320193Newstead Jennifer
Apple Inc.AAPL320193Newstead Jennifer
Apple Inc.AAPL320193Borders Ben
Apple Inc.AAPL320193Borders Ben
GET /sec-form4-insider-trades-scraper
{
  "issuerName": "Apple Inc.",
  "issuerTicker": "AAPL",
  "issuerCik": "320193",
  "insiderName": "Newstead Jennifer",
  "insiderCik": "1780525",
  "insiderTitle": "SVP, GC and Secretary",
  "isOfficer": true,
  "officerTitle": "SVP, GC and Secretary",
  "securityType": "non-derivative"
}

よくある質問

What is a Form 4?

A Form 4 is the disclosure that company insiders, directors, officers and 10% owners, must file when they buy or sell company securities. This actor parses each filing into one clean record per transaction.

What do the transaction codes mean?

The most common are P (open-market purchase), S (open-market sale), A (grant or award), M (option or derivative exercise), F (shares withheld to cover taxes) and G (gift). Each record also includes a plain-language transactionType.

Can I get only real buys and sells?

Yes. Set the transaction code filter to `P, S` to keep only open-market purchases and sales and skip grants, tax withholding and administrative entries.

Can I track many companies?

Run the actor once per ticker or CIK, or leave the target empty to sweep recent filings across the whole market and filter afterward.

How fresh is the data?

Filings are read live at run time, so results reflect what has been disclosed up to the moment of the run (see observedAt and filingDate).

あなたの準備ができ次第。

今すぐ Apify でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。