SEC Form D Exempt Offering Notices Scraper avatar

SEC Form D Exempt Offering Notices Scraper

Pricing

from $8.00 / 1,000 results

Go to Apify Store
SEC Form D Exempt Offering Notices Scraper

SEC Form D Exempt Offering Notices Scraper

Track as-filed SEC Form D and D/A exempt offering notices from EDGAR with stable IDs for recurring regulatory trigger monitoring.

Pricing

from $8.00 / 1,000 results

Rating

0.0

(0)

Developer

太郎 山田

太郎 山田

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Private-market analysts, investor relations teams, law firms, and compliance teams use this actor to turn Official SEC EDGAR current filings Atom feed and data.sec.gov submissions JSON into a clean dataset for Regulatory Trigger Pack. Provide focused source inputs, keep the first run small, and expand only after the output shape is useful. Each emitted row includes source context, timestamps, and fields designed for monitoring, QA, research, or workflow handoff.

Store Quickstart

Start with latest Form D notices, then move to issuer watchlists once the first trigger rows are useful.

Recommended first run:

{
"mode": "latest",
"issuers": [],
"daysBack": 30,
"limit": 40,
"firstRunMode": "emit_all",
"delivery": "dataset",
"dryRun": false
}

Input examples

Latest Form D notices

{
"mode": "latest",
"issuers": [],
"daysBack": 30,
"limit": 40,
"firstRunMode": "emit_all",
"delivery": "dataset",
"dryRun": false
}

Issuer watchlist

{
"mode": "issuers",
"issuers": [
"AAPL",
"0000320193"
],
"daysBack": 365,
"limit": 40,
"firstRunMode": "emit_all",
"delivery": "dataset",
"dryRun": false
}

Baseline seed

{
"mode": "latest",
"knownStableIds": [],
"daysBack": 30,
"limit": 100,
"firstRunMode": "seed_only",
"delivery": "dataset",
"dryRun": false
}

Sample output

{
"meta": {
"actorName": "sec-form-d-offering-notices-scraper",
"actorTitle": "SEC Form D Exempt Offering Notices Scraper",
"bundle": "Regulatory Trigger Pack",
"fetchedAt": "2026-05-06T00:00:00.000Z",
"totalRows": 1
},
"rows": [
{
"actorName": "sec-form-d-offering-notices-scraper",
"rowType": "form_d_notice",
"eventType": "new_form_d_notice",
"issuerName": "Example Issuer, LP",
"cik": "0002093224",
"accessionNumber": "0002093224-26-000001",
"filingDate": "2026-05-05",
"sourceUrl": "https://www.sec.gov/Archives/edgar/data/2093224/000209322426000001/0002093224-26-000001-index.htm",
"fetchedAt": "2026-05-06T00:00:00.000Z"
}
],
"warnings": []
}

Output fields

  • rowType
  • eventType
  • issuerName
  • cik
  • accessionNumber
  • filingDate
  • stableId
  • sourceUrl
  • fetchedAt

Rows also include source URLs, fetch timestamps, warnings when a source is partial, and stable IDs when the workflow supports recurring change detection.

Pricing and no-change runs

$0.001 actor start and $0.025 per emitted trigger row. Baseline seed and unchanged runs suppress dataset rows.

The default dataset is the billable surface. Dry runs, validation-only runs, missing-key warnings, and unchanged recurring polls should not write payable default-dataset rows.

Compliance guardrails

  • Uses official EDGAR sources with a descriptive User-Agent.
  • A notice is an as-filed regulatory record, not round verification.
  • No investment advice or provider-approval language.
  • Do not use provider emblems or wording that implies approval by an upstream data provider.

See also