SEC 13D/13G Beneficial Ownership Filings Scraper avatar

SEC 13D/13G Beneficial Ownership Filings Scraper

Pricing

Pay per usage

Go to Apify Store
SEC 13D/13G Beneficial Ownership Filings Scraper

SEC 13D/13G Beneficial Ownership Filings Scraper

Scrape SEC EDGAR 13D and 13G beneficial ownership filings by company CIK. Track activist investor 5%+ stake disclosures and ownership changes. Returns accession number, form, filing date, report date, primary doc URL.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

vøiddo

vøiddo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Pull SEC 13D and 13G beneficial ownership filings from EDGAR by company CIK. Track activist investor positions, 5%+ stakes, and ownership changes. No API key required — uses the free public EDGAR submissions API.

Example output row

{
"cik": "0000320193",
"company_name": "Apple Inc.",
"accession_number": "0000902664-23-001234",
"form": "SC 13G/A",
"filing_date": "2023-02-10",
"report_date": "2022-12-31",
"primary_document": "https://www.sec.gov/Archives/edgar/data/320193/000090266423001234/sc13ga.txt",
"primary_doc_description": "SC 13G/A"
}

How to use

Provide an array of 10-digit zero-padded SEC CIK numbers. You can look up a company's CIK at EDGAR full-text search.

Input schema:

{
"cik": [
"0000320193",
"0001318605",
"0001067983"
]
}
FieldTypeRequiredDescription
cikstring[]No10-digit zero-padded CIK numbers. Defaults to Apple, Tesla, Berkshire Hathaway if omitted.

If you supply a shorter CIK (e.g. "320193"), the actor zero-pads it to 10 digits automatically.

Output fields per row:

FieldDescription
cikZero-padded 10-digit CIK
company_nameCompany name from EDGAR
accession_numberFiling accession number (e.g. 0000902664-23-001234)
formForm type: SC 13D, SC 13D/A, SC 13G, SC 13G/A
filing_dateDate the filing was submitted to SEC
report_datePeriod of report (end of calendar year for most 13G)
primary_documentDirect URL to the primary filing document
primary_doc_descriptionDescription of the primary document

Only SC 13D, SC 13D/A, SC 13G, and SC 13G/A filings are returned. Other filing types are filtered out.

Pricing

Event: dataset-item — charged once per row returned.
Rate: $0.001 per item.

A run pulling 13D/13G filings for 20 large-cap companies typically returns 50–300 rows, costing $0.05–$0.30.

Buyer

  • Hedge funds and equity analysts monitoring activist investor accumulation in portfolio companies
  • M&A and legal teams tracking 5%+ ownership stakes that trigger Schedule 13D/13G disclosure obligations
  • Quant researchers building ownership-change signals and institutional holding datasets
  • Compliance teams ensuring awareness of major ownership events in covered companies
  • Financial data vendors enriching EDGAR pipelines without building SEC API integrations in-house

Source

EDGAR Submissions API
GET https://data.sec.gov/submissions/CIK{cik}.json

  • Free, no API key required
  • Rate limit: 10 requests/second per IP
  • Returns full filing history in filings.recent parallel arrays
  • Older filings (beyond the recent window) are in shards listed under filings.files[].name
  • SEC requires a User-Agent header identifying your application and contact email

Official documentation: EDGAR EFTS API
EDGAR full submissions: data.sec.gov