Funded Startups Scraper (SEC Form D)
Pricing
from $9.00 / 1,000 company scrapeds
Funded Startups Scraper (SEC Form D)
Scrape recently funded companies from SEC EDGAR Form D filings: company, amount raised, industry, HQ, and executives. Public data, no login.
Pricing
from $9.00 / 1,000 company scrapeds
Rating
0.0
(0)
Developer
Avery
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Find companies that just raised money, straight from public SEC EDGAR Form D filings. When a company raises private capital in the US, it files a Form D notice with the SEC within 15 days. This Actor turns those public filings into a clean, structured lead list: company name, amount raised, industry, headquarters, and the executives and directors behind it. No SEC account, no API key, no login.
Point it at a date range and get back every funded company, ready to export or pipe into your CRM.
Why use Funded Startups Scraper?
A Form D is one of the strongest buying signals there is: a company that just closed a round has fresh budget and is hiring, buying, and expanding. This Actor surfaces those companies the day they file.
Operating companies, not funds. Raw Form D data is roughly half pooled investment funds, hedge funds, and PE/VC vehicles, which are noise if you are prospecting for actual startups and businesses. This Actor filters those out by default (toggle excludeInvestmentFunds off to include them), so your list is real companies you can sell to, recruit from, or track, not investment vehicles.
- Sales prospecting. Build a list of newly funded companies in your target industry and geography, complete with the executives' names and titles, before your competitors find them.
- VC and PE deal sourcing. Track who is raising, how much, in which sectors, and which placement agents are involved.
- Recruiting. Freshly funded companies staff up fast. Reach the founders and officers named right in the filing.
- Market research. Measure private-capital activity by industry, region, and check size over any date range.
The data is public and government-sourced, so it is a clean, defensible foundation for outreach. Running on the Apify platform, you get scheduled runs, an API, integrations (Make, Zapier, Google Sheets, and more), and monitoring, none of which you get from downloading raw EDGAR files by hand.
How to use Funded Startups Scraper
- Open the Input tab.
- Set Filed on or after / Filed on or before to your date range (defaults to the last 30 days).
- Optionally narrow by Minimum amount raised, Industry groups, or US state / country codes.
- Set Max companies to cap the run, and click Start.
- When it finishes, open the Output tab and export as JSON, CSV, Excel, or HTML, or pull it from the API.
Input
| Field | Description |
|---|---|
Filed on or after / before (startDate, endDate) | Date range of filings (YYYY-MM-DD). Defaults to the last 30 days. |
Max companies (maxItems) | Cap on the number of companies returned. |
Minimum amount raised (minOfferingAmount) | Only companies whose total offering is at least this many USD. |
Industry groups (industryGroups) | Exact-match Form D industry groups, e.g. Technology, Other Health Care, Commercial. |
US state / country codes (states) | 2-letter codes to filter by business location, e.g. CA, NY, TX. |
Concurrency (concurrency) | Parallel fetches (1-8). Kept low to respect SEC's fair-access policy. |
Output
Each funded company becomes one dataset item. You can download the dataset as JSON, HTML, CSV, or Excel.
{"source": "sec-edgar-formd","companyName": "Example Robotics, Inc.","cik": "0001234567","filedDate": "2026-07-21","filingUrl": "https://www.sec.gov/Archives/edgar/data/1234567/000.../primary_doc.xml","jurisdictionOfInc": "DELAWARE","entityType": "Corporation","city": "Menlo Park","stateOrCountry": "CALIFORNIA","industryGroup": "Other Technology","totalOfferingAmount": 5000000,"totalAmountSold": 3200000,"minimumInvestmentAccepted": 25000,"dateOfFirstSale": "2026-06-30","relatedPersons": [{ "name": "Jane Founder", "title": "Chief Executive Officer", "relationships": ["Executive Officer", "Director"] }],"placementAgents": [],"scrapedAt": "2026-07-22T00:00:00.000Z"}
Data fields
| Field | Description |
|---|---|
companyName, cik | Issuer legal name and SEC Central Index Key. |
totalOfferingAmount, totalAmountSold, totalRemaining | The size of the raise, in USD. The core signal. |
industryGroup | Form D industry group (Technology, Health Care, Commercial, and so on). |
city, stateOrCountry, zipCode, phone | Company headquarters and contact. |
jurisdictionOfInc, entityType, yearOfIncorporation | Incorporation details. |
dateOfFirstSale, filedDate, isAmendment | Timing of the raise and the filing. |
relatedPersons | Executives and directors named in the filing, each with name, title, and role. |
placementAgents | Broker-dealers involved in the offering, when disclosed. |
minimumInvestmentAccepted, salesCommissions, hasNonAccreditedInvestors | Deal terms. |
filingUrl | Direct link to the original SEC filing. |
How much does it cost?
Pay per company returned, at a flat per-record price (see the Actor's pricing on this page). A run of 1,000 funded companies costs a few dollars plus modest Apify platform usage. There is no per-run fee to speak of.
Tips
- Schedule a daily run of the last 1-2 days and pipe new companies straight into your CRM to catch raises the day they file.
- Filter by
minOfferingAmountto skip small offerings and focus on meaningful rounds. - Filter by
industryGroups(for exampleOther Technology) to build a sector-specific list. - Form D covers exempt (private) offerings, so this captures venture and private raises, not public IPOs.
FAQ, disclaimers, and support
Do I need an SEC account or key? No. EDGAR is fully public. The Actor identifies itself with a descriptive User-Agent and stays within SEC's fair-access guidelines.
Where does the data come from? Directly from SEC EDGAR Form D filings (https://www.sec.gov/edgar), the notices companies file when they raise private capital under Regulation D.
Is this legal to use? The data is public US government record. You are responsible for using it in compliance with applicable law, including anti-spam and data-protection rules (such as CAN-SPAM and TCPA) if you contact the people named in filings.
Something looks wrong or a field stopped populating. SEC occasionally changes its filing format. Report it on the Issues tab and it will be fixed promptly.