--- license: cc-by-4.0 pretty_name: "SEC EDGAR Form D Scraper - Startup Funding Leads" tags: [lead_gen, web-scraping, apify, lead-generation, business, scraper] size_categories: - n<1K --- # SEC EDGAR Form D Scraper - Startup Funding Leads Scrape SEC EDGAR Form D filings to find recently funded startups. Extract company name, funding amount, CEO/director names, contact info, industry & more. Perfect for B2B sales prospecting & investor research. ## What the actor scrapes # SEC EDGAR Form D Scraper — Find Funded Startups & B2B Leads Scrape **SEC EDGAR** Form D (Regulation D) filings and turn public startup-funding disclosures into structured, actionable lead data. This SEC EDGAR Form D scraper extracts company names, offering amounts, executive contacts, industry classification and addresses — perfect for **B2B sales prospecting, investor research and lead generation**. It uses the official SEC EDGAR public API, so there is **no login, no API key and no proxy req ## Who this is for This sample is useful for anyone working in **lead gen, lead generation, business** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time. ## Source **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/sec-edgar-form-d-scraper](https://apify.com/logiover/sec-edgar-form-d-scraper) ## Fields - **`companyName`** — field captured by the actor - **`cik`** — field captured by the actor - **`entityType`** — field captured by the actor - **`phone`** — contact phone number - **`address`** — street address - **`city`** — city name - **`state`** — field captured by the actor - **`zip`** — field captured by the actor - **`yearOfInc`** — field captured by the actor - **`stateOfInc`** — field captured by the actor - **`industryGroup`** — field captured by the actor - **`investmentFundType`** — field captured by the actor - **`federalExemptions`** — field captured by the actor - **`dateOfFirstSale`** — field captured by the actor - **`isMoreThanOneYear`** — boolean flag - **`totalOfferingAmount`** — field captured by the actor - **`totalAmountSold`** — field captured by the actor - **`totalRemaining`** — field captured by the actor - **`numberOfInvestors`** — numeric count - **`securityTypes`** — field captured by the actor - **`salesCommissions`** — field captured by the actor - **`findersFeesExpenses`** — field captured by the actor - **`executives`** — field captured by the actor - **`executivesDetail`** — field captured by the actor - **`filingDate`** — timestamp - **`formType`** — field captured by the actor - **`accessionNumber`** — field captured by the actor - **`edgarUrl`** — URL reference - **`filingUrl`** — URL reference - **`scrapedAt`** — timestamp the row was scraped ## Sample preview ```json [ { "companyName": "2717 Partners Offshore Fund Ltd", "cik": "0002132655", "entityType": "Other", "phone": "345-949-4123", "address": "MOURANT GOVERNANCE SVCS (CAYMAN) LTD., 94 SOLARIS AVENUE, CAMANA BAY, POB 1348, GRAND CAYMAN, E9, KY1-1108", "city": "GRAND CAYMAN", "state": "E9", "zip": "KY1-1108", "yearOfInc": "2026", "stateOfInc": null, "industryGroup": "Pooled Investment Fund", "investmentFundType": null, "federalExemptions": "06b, 3C, 3C.1", "dateOfFirstSale": "Yet to occur", "isMoreThanOneYear": "true", "totalOfferingAmount": null, "totalAmountSold": 0, "totalRemaining": null, "numberOfInvestors": 0, "securityTypes": "Pooled Investment Fund", "salesCommissions": 0, "findersFeesExpenses": null, "executives": "- 2717 Partners L.P. (Executive Officer, Promoter); Herbert Robson II (Director); Helen Yuzvyak (Director)", "executivesDetail": [ { "firstName": "-", "lastName": "2717 Partners L.P.", "title": "Executive Officer, Promoter", "location": "San Francisco, CA" }, { "firstName": "Herbert", "lastName": "Robson II", "title": "Director", "location": "San Francisco, CA" }, { "firstName": "Helen", "lastName": "Yuzvyak", "title": "Director", "location": "San Francisco, CA" } ], "filingDate": "2026-05-11", "formType": "D", "accessionNumber": "0000902664-26-002337", "edgarUrl": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=2132655&type=D&dateb=&owner=include&count=10", "filingUrl": "https://www.sec.gov/Archives/edgar/data/2132655/000090266426002337/", "scrapedAt": "2026-05-15T11:08:22.535Z" }, { "companyName": "2820 College Capital LLC", "cik": "0002131772", "entityType": "Limited Liability Company", "phone": "479-387-4014", "address": "204 N EAST AVENUE, FAYETTEVILLE, AR, 72701", "city": "FAYETTEVILLE", "state": "AR", "zip": "72701", "yearOfInc": "2026", "stateOfInc": null, "industryGroup": "Commercial", "investmentFundType": null, "federalExemptions": "06b", "dateOfFirstSale": "2026-05-08", "isMoreThanOneYear": "false", "totalOfferingAmount": 1150000, "totalAmountSold": 1150000, "totalRemaining": 0, "numberOfInvestors": 9, "securityTypes": "Equity", "salesCommissions": 0, "findersFeesExpenses": null, "executives": "Cameron Clark (Promoter)", "executivesDetail": [ { "firstName": "Cameron", "lastName": "Clark", "title": "Promoter", "location": "Fayetteville, AR" } ], "filingDate": "2026-05-08", "formType": "D", "accessionNumber": "0002131772-26-000002", "edgarUrl": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=2131772&type=D&dateb=&owner=include&count=10", "filingUrl": "https://www.sec.gov/Archives/edgar/data/2131772/000213177226000002/", "scrapedAt": "2026-05-15T11:08:22.544Z" } ] ``` ## Snapshot stats - Row count in this sample: **50** - Data quality flag at capture time: `GOOD` ## License & Attribution Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/sec-edgar-form-d-scraper](https://apify.com/logiover/sec-edgar-form-d-scraper). The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.