๐Ÿ’ฐ SEC Form D Scraper โ€” Startup Funding Leads avatar

๐Ÿ’ฐ SEC Form D Scraper โ€” Startup Funding Leads

Pricing

from $3.00 / 1,000 normalized sec form d filings

Go to Apify Store
๐Ÿ’ฐ SEC Form D Scraper โ€” Startup Funding Leads

๐Ÿ’ฐ SEC Form D Scraper โ€” Startup Funding Leads

๐Ÿ’ฐ Find fresh private-market funding signals from SEC Form D and D/A filings. ๐ŸŽฏ Filter by issuer, industry, dates and offering size. โœ… Normalized EDGAR data, amendment controls, official links and schedule-ready monitoring.

Pricing

from $3.00 / 1,000 normalized sec form d filings

Rating

0.0

(0)

Developer

Ilia

Ilia

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Find companies that recently disclosed private securities offerings in the United States. This Actor reads official SEC EDGAR Form D filings and turns them into clean, structured leads for deal sourcing, sales intelligence, recruiting, research, and automated data pipelines.

Filter by filing date, company, industry, and disclosed offering size. A rolling daysBack window makes scheduled monitoring work without editing dates. Pay only for matching filings written to the dataset.

Form D is a regulatory notice of an exempt securities offering. It is a useful funding signal, but it does not by itself prove that a company completed a funding round or received the full offering amount.

๐Ÿ“ค What you get

Each dataset row represents one Form D or D/A filing and includes:

  • company name, CIK, entity type, and filing date;
  • industry, jurisdiction, address, and phone;
  • total offering amount, amount sold, amount remaining, and minimum investment;
  • security types and federal exemptions claimed;
  • related people named in the filing;
  • direct links to the SEC filing page and source XML.

Results are available as JSON, CSV, Excel, XML, RSS, or through the Apify API and integrations.

Example input

{
"daysBack": 7,
"maxItems": 100,
"includeAmendments": false,
"minimumOfferingUsd": 1000000,
"industries": ["Technology", "Health Care"],
"companyQuery": "",
"secContactEmail": "analyst@yourcompany.com"
}

This request returns up to 100 Form D filings from the rolling seven-day window in the selected industries with a disclosed offering amount of at least $1 million. For a fixed historical window, provide both startDate and endDate; they override daysBack.

Example output

{
"accessionNumber": "0001234567-26-000001",
"filingDate": "2026-08-28",
"formType": "D",
"companyName": "Example Technologies, Inc.",
"cik": "0001234567",
"entityType": "Corporation",
"industry": "Computers",
"jurisdiction": "Delaware",
"offeringAmountUsd": 5000000,
"amountSoldUsd": 2500000,
"amountRemainingUsd": 2500000,
"minimumInvestmentUsd": 25000,
"securityTypes": ["Equity"],
"federalExemptions": ["Rule 506(b)"],
"filingUrl": "https://www.sec.gov/Archives/edgar/data/...",
"sourceXmlUrl": "https://www.sec.gov/Archives/edgar/data/.../primary_doc.xml"
}

The example illustrates the output structure; values are not a claim about a real issuer.

Common use cases

Build a fresh funding-lead feed

Run the Actor daily or weekly with daysBack, exclude amendments, and send company records to Airtable, Google Sheets, a CRM, or a webhook. Deduplicate downstream using accessionNumber.

Find larger private offerings

Set minimumOfferingUsd to focus on filings above your target size. Use industry filters to narrow the results for a sector-specific sales or investment workflow.

Track amendments

Enable includeAmendments to include Form D/A notices and monitor changes reported after the initial filing.

Feed an AI agent or research pipeline

Use the structured JSON output through the Apify API or MCP integration. Every record includes original SEC URLs for verification.

๐Ÿ’ฐ Pricing

The Actor uses pay-per-result pricing:

  • pay per normalized filing written to the dataset at the current rate shown in the Pricing tab;
  • filters are applied before charging for a result;
  • setting maxItems gives you a direct cap on the number of paid results;
  • Apify's maximum-charge limit can cap the cost of an individual run.

Use maxItems and Apify's maximum-charge limit to place a hard ceiling on each run.

Data source and responsible use

  • Source: official, public SEC EDGAR daily indexes and Form D XML filings.
  • The date range is limited to 31 days per run.
  • Requests are throttled and retried to respect SEC fair-access guidance.
  • A real contact email is required for the SEC User-Agent header and is not included in the output.
  • Filing data may be amended, incomplete, or entered differently by each issuer. Verify important facts using the linked SEC source document.
  • This Actor provides regulatory filing data, not financial, legal, or investment advice.

Integrations

Run manually in Apify Console or connect the output to the Apify API, schedules, webhooks, Make, Zapier, Google Sheets, or an MCP-compatible AI client.

Support

If a filing fails to parse or a field looks incorrect, open an issue and include the SEC accession number. Do not include API tokens or other credentials.

๐Ÿ“ฅ Complete input reference

FieldTypeDefaultPurpose
daysBackinteger7Rolling number of calendar days ending today. Ideal for daily or weekly schedules. Ignored when both fixed dates are provided.
startDatestringโ€”Optional first filing date (YYYY-MM-DD, inclusive). Provide together with End date.
endDatestringโ€”Optional last filing date (YYYY-MM-DD, inclusive). Maximum range: 31 days.
maxItemsinteger100Stop after this many matching filings are written.
includeAmendmentsbooleanfalseInclude amended notices in addition to new Form D filings.
minimumOfferingUsdinteger0Return only filings whose disclosed total offering amount meets this threshold. Zero means no minimum.
industriesarrayโ€”Optional case-insensitive industry filters, for example Technology, Health Care, or Real Estate.
companyQuerystringโ€”Optional case-insensitive company-name filter.
secContactEmailstringโ€”Your real contact email. SEC fair-access guidance requires automated requests to identify the requester.

๐Ÿ“ค Complete output reference

The default dataset is exportable as JSON, CSV, Excel, XML or RSS. Fields remain stable for scheduled runs and API integrations.

FieldType
accessionNumberstring
filingDatestring
formTypestring
companyNamestring
cikstring
entityTypestring
industrystring
yearOfIncorporationstring
jurisdictionstring
addressobject
phonestring
offeringAmountUsdnumber
amountSoldUsdnumber
amountRemainingUsdnumber
minimumInvestmentUsdnumber
firstSaleDatestring
isNewNoticeboolean
securityTypesarray
federalExemptionsarray
relatedPersonsarray
filingUrlstring
sourceXmlUrlstring

๐Ÿ”Œ API & integrations

Run this Actor from the Apify Console, API, CLI, MCP, Make, Zapier or n8n. Replace the Actor identifier and token in this template:

curl -X POST "https://api.apify.com/v2/acts/sec-form-d-intelligence/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'

Results are stored in the run's default dataset and can be forwarded with Apify webhooks or scheduled Tasks.

๐Ÿ”Ž Search keywords

SEC Form D Scraper โ€” Startup Funding Leads, sec, form, scraper, startup, funding, leads, intelligence, actor, Apify Actor, scraper API, structured data, scheduled monitor, automation.