Funding-event data is one of the highest-leverage signals in B2B GTM, venture, and talent. A round disclosed Tuesday becomes a sourcing target Wednesday, a hiring-spike alert Thursday, and an outbound trigger Friday. Teams that operationalize this signal first win the deal, the candidate, and the co-investment. The teams that don't are reading TechCrunch after the fact.
The problem: funding data is locked behind enterprise paywalls
The market for startup funding data is dominated by two vendors. Crunchbase Pro lists around $9,000 per seat per year on standard enterprise terms, with higher-volume Enterprise tiers well above that. PitchBook is materially more expensive — six figures is standard for a mid-sized team license. Both lock the most useful data — fresh rounds, investor portfolios, founder contacts, hiring trajectories — behind contracts and seat counts. If you are a five-person VC associate pod, a boutique recruiting firm, or a 12-rep outbound team, the per-seat math kills the procurement conversation before it starts.
So teams improvise. They build janky internal scrapers that break the next time TechCrunch swaps a CSS class. They pay an offshore VA to copy YC's batch directory into a spreadsheet each Monday. They sign up for free Crunchbase accounts and hit the search-result throttle by lunchtime. They subscribe to three funding newsletters and try to manually reconcile what each one missed. Every one of these approaches has the same failure mode: the data is stale, incomplete, and not structured for the downstream workflow — your CRM, your ATS, your portfolio tracker, your weekly pipeline review.
The underlying issue is not that funding data is unavailable. SEC Form D filings are public. VC portfolio pages are public. Y Combinator's directory is public. TechCrunch's funding coverage is public. The issue is that nobody on a small team has time to build, host, and maintain ten different scrapers, deduplicate the output across overlapping sources, and pipe it into a usable workflow on a daily cadence. That is the gap a per-call actor stack closes — without an enterprise contract and without a full-time data engineer.
Why funding data matters — three distinct workflows
VC associates and partners. Structured funding data drives two core jobs for venture investors. The first is competitive sourcing: knowing which firms are pre-empting Series B's in your thesis area, which portfolios are accelerating in vertical SaaS versus dev tools, and where you are getting cut out of rounds because you saw the deck a week too late. The second is portfolio benchmarking: tracking which competitors' portfolio companies are raising up-rounds, which are quiet for 18+ months, and the average gap between seed and Series A across a peer firm's book. Both require pulling competitor portfolios on a recurring basis and joining them against fresh-round data — exactly the kind of repeatable workflow a stack of focused actors handles well.
Executive and technical recruiters. A funded round is the single highest-fidelity hiring signal in the market. A company that just closed a Series A is hiring three to seven roles in the next 90 days — typically a VP of Engineering, a first PMM, a head of sales, and a cluster of senior ICs. A Series B drives 15 to 40 hires across the same window. Recruiters who get the funding signal first reach the hiring manager before the in-house TA team has even written the JD. They also reach passive candidates with a credible "they just raised $40M from Sequoia" pitch — the only kind of cold outreach that consistently converts senior engineers.
Outbound sales teams. For SaaS reps selling into the seed-through-Series-C band — payroll, infrastructure, observability, recruiting tools, security, finance ops — a funded round is a buying-signal trigger. It moves a target account from "no budget, no champion" to "fresh budget, urgency to deploy, executive scrutiny on new spend." A modern outbound program ties funding events to sequence enrollment automatically: a TAM account raises, routes to the right AE, a sequence kicks off referencing the round and the typical post-raise stack rebuild. The conversion delta on funding-triggered sequences versus generic outbound is consistently 3–6x in our experience and most published vendor data.
The data sources we cover
Accelerator and incubator directories
Y Combinator, Techstars, 500 Global, and AngelList publish structured directories of the companies they have funded — with founder names, team size, location, vertical tags, and current status. These are the cleanest source for "newly funded" at the pre-seed and seed stages and the most reliable source for founder-contact enrichment. The YC Companies Directory Scraper pulls the full alumni database with batch, status, vertical, and founder data — usable as a recurring sync into a CRM or BI tool.
Five VC portfolios
Top-tier VC firms publish their portfolios on their own websites. Those pages are the ground truth for what a fund has actually backed — more current than third-party databases, which lag investor-disclosed adds by weeks. We cover five of the most-watched portfolios on dedicated actors:
- Founders Fund Portfolio Scraper — current portfolio, sector tags, partner attribution where disclosed.
- Lightspeed Portfolio Scraper — global portfolio with region splits across US, India, and Europe.
- Index Ventures Portfolio Scraper — full active book with sector classification.
- Greylock Portfolio Scraper — enterprise and consumer portfolios with stage signals.
- Bessemer Portfolio Scraper — the full Bessemer roadmap including cloud and vertical SaaS books.
Running these weekly and diffing against the previous run produces a clean "new portfolio adds this week" feed — typically two to ten companies per fund per week.
SEC Form D filings
Every US company that raises equity in a private placement files Form D with the SEC, usually within 15 days of the first sale. Form D discloses the amount raised, the named officers and directors, and the company's headquarters — including rounds that never get a press release. The SEC Form D Private Placement Tracker ingests EDGAR's Form D feed and structures it for filtering by date, amount, state, and industry. This is the most comprehensive raised-equity source available — including the rounds your competitors never see because no one ran the press cycle.
Funding-news aggregation
Press coverage adds the narrative layer Form D lacks — investor names, valuation, use of proceeds, and the soundbite the founder wants to be quoted on. The Startup Funding Tracker consolidates funding-event coverage into a single structured feed for downstream cross-referencing, with company name, amount, stage, lead investor, and date.
Example workflow: build a weekly fresh-funded prospect list
The most common ask we hear from sales and recruiting teams is the same: "give me, every Monday morning, a list of companies in my ICP that raised in the last 7 days, with enrichment, in my CRM." Here is the worked four-step build using the actor stack above.
Step 1 — Baseline portfolio adds. Schedule the five VC portfolio scrapers (Founders Fund, Lightspeed, Index, Greylock, Bessemer) to run every Monday at 06:00 UTC. Each run writes to its own Apify dataset. Use the Apify integration in Google Sheets, BigQuery, or Snowflake to append the latest results to a master vc_portfolios table. Add a derived column first_seen_date via a window function — any company appearing for the first time within the past 7 days is a fresh portfolio add. Typical volume: 15–40 net-new portfolio companies per week across the five funds.
Step 2 — Form D pull. Schedule the SEC Form D Private Placement Tracker to run nightly. Filter the dataset to filings where date_filed >= today - 7 and amount_raised >= $2,000,000 (or whatever threshold matches your ICP — lower for seed outbound, higher for Series B+ recruiter targets). Typical volume: 200–600 filings per week passing a $2M filter, dropping to 80–150 above $10M.
Step 3 — Cross-reference and enrich. In a Google Sheet, BigQuery view, or your reverse-ETL layer, full-outer-join the portfolio-adds table against the Form D table on normalized company name and state. Run the Startup Funding Tracker against the joined list to attach announcement metadata where it exists. The output is a single weekly table with one row per fresh-funded company, annotated with which signals fired (Form D filing, portfolio add, press coverage, or all three).
Step 4 — Route to CRM or ATS. Pipe the weekly table to your downstream system via the Apify HubSpot, Salesforce, or webhook integrations. Recommended schema for the row:
company_name | "Modal Labs"
hq_state | "CA"
date_filed | "2026-05-20"
amount_raised_usd | 80000000
stage | "Series B"
lead_investor | "Lux Capital"
portfolio_signal | ["Founders Fund"]
form_d_signal | true
press_signal | true
source_urls | [...]
Sales teams route to AE-by-territory and trigger a funding-event sequence. Recruiters route to the practice lead by vertical and trigger hiring-manager outreach. VCs route to the partner covering the thesis and add a diligence call. The whole pipeline costs single-digit dollars per week in Apify usage at typical volume.
Use cases across the three personas
- VC competitive intel: monitor which Series B's a competing fund is pre-empting by diffing their portfolio page weekly.
- VC sourcing: route every fresh Form D filing above $5M in your thesis vertical to the associate covering the space.
- VC portfolio benchmarking: compare time-from-seed-to-A across your book versus three peer firms.
- VC co-investor mapping: identify funds you have co-invested with most often for warm-intro paths on new deals.
- Recruiter hiring-spike targeting: target hiring managers at companies that raised more than $10M in the past 60 days.
- Recruiter passive-candidate outreach: credible "they just raised from Sequoia" anchor on cold outreach to senior ICs.
- Recruiter retainer pitching: reach the head of people at a Series A within five days of close, before the in-house TA hire lands.
- Sales outbound trigger: enroll any TAM account into a funding-event sequence the day the round is disclosed.
- Sales account expansion: identify existing customers that just raised — they have budget for the next tier and are an immediate upsell motion.
- Sales territory planning: rank metros by fresh-funded company density to inform field rep deployment.
- SDR account scoring: add a "funded in last 90 days" boolean to your account model and re-rank the outbound queue.
- Services and BD: banks, law firms, and accounting firms can track which startups just crossed the threshold where they need a new service tier.
Build your funding intelligence stack on Apify
You do not need a $9,000-per-seat Crunchbase Pro contract to operationalize funding data. You need a stack of focused actors that pull from the same public sources Crunchbase and PitchBook ingest, run on a schedule, and write structured output into the systems your team already uses. The full Nexgendata actor catalog on Apify covers VC portfolios, SEC filings, accelerator directories, and funding-news aggregation under a usage-based pricing model — typically low-double-digit dollars per month for a complete weekly pipeline. Start with the Startup Funding Tracker, layer in the five VC portfolio scrapers, and add the SEC Form D feed when you scale to the long tail of rounds that never hit the press.
Related actors and resources
- Startup Funding Tracker — consolidated funding-event feed across press sources.
- SEC Form D Private Placement Tracker — comprehensive private raise feed from EDGAR.
- Founders Fund Portfolio Scraper
- Lightspeed Portfolio Scraper
- Index Ventures Portfolio Scraper
- Greylock Portfolio Scraper
- Bessemer Portfolio Scraper
- YC Companies Directory Scraper
- Category: Company & Startup Intelligence Tools
- Related read: Build a Daily Series A/B Funding Tracker from SEC Form D + TechCrunch
- Related read: Crunchbase Pro Alternative: 4 Free Sources for Real-Time Funding Data
FAQ
How fresh is the funding data?
Form D filings appear in EDGAR within 15 days of the first sale and are typically indexed by the SEC within hours of filing. VC portfolio pages update on each fund's own cadence — generally within days of an announced add. The Startup Funding Tracker reflects press coverage within hours. Running the stack on a daily schedule gives you a worst-case 24-hour lag against the original public source.
Can I get alerts when a target portfolio adds a company?
Yes. Schedule the relevant VC portfolio scraper on Apify, diff each run against the previous dataset, and route net-new rows to Slack, email, or a webhook via the standard Apify integrations.
What is the cost versus Crunchbase Pro?
Crunchbase Pro lists around $9,000 per seat per year. PitchBook is significantly higher. A complete actor stack covering five VC portfolios, SEC Form D, the Startup Funding Tracker, and the YC directory on a weekly schedule generally costs in the low tens of dollars per month at typical volume — usage-based, with no seat licensing.
Can I export to my CRM?
Yes. Apify provides native integrations to HubSpot, Salesforce, Pipedrive, Airtable, Google Sheets, BigQuery, Snowflake, and arbitrary webhooks. Outputs are structured JSON, so reverse-ETL into any modern CRM is a one-time mapping job.
Do the VC portfolio scrapers update daily?
The actors run on whatever schedule you set on Apify — every 15 minutes up to monthly. The upstream VC portfolio pages themselves typically update on a weekly to bi-weekly cadence, so a daily or weekly schedule captures every meaningful change without wasted runs.
How do I combine multiple data sources?
The standard pattern is to write each actor's output to its own Apify dataset, then join in your downstream warehouse (BigQuery, Snowflake, Postgres) or in Google Sheets via the Apify Sheets integration. Normalize on lowercased company name plus US state for high-precision joins.
Are these Apify actors free?
The actors are usage-based on Apify's platform. Apify offers a free tier that covers small-volume usage; production pipelines pulling daily data across the full stack typically settle in the low tens of dollars per month. No per-seat fees, no annual contracts, no procurement gating.
Can I use this stack for international funding rounds?
The VC portfolio scrapers cover global portfolios — Lightspeed and Index Ventures in particular are heavily international. SEC Form D is US-only. For non-US rounds, lean on the Startup Funding Tracker and the portfolio feeds for coverage outside the US.
Top comments (0)