VC Sheet Funds Scraper – Venture Capital Directory avatar

VC Sheet Funds Scraper – Venture Capital Directory

Pricing

$15.00/month + usage

Go to Apify Store
VC Sheet Funds Scraper – Venture Capital Directory

VC Sheet Funds Scraper – Venture Capital Directory

Scrape the complete VC Sheet fund directory (vcsheet.com) to extract structured data on hundreds of active venture capital funds. Perfect for founders building investor outreach lists, researchers mapping the VC ecosystem, and B2B data providers targeting the startup finance space.

Pricing

$15.00/month + usage

Rating

0.0

(0)

Developer

Giovanni Bianciardi

Giovanni Bianciardi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

VC Sheet Funds Scraper

Scrape the complete venture capital fund directory from VC Sheet — one of the most comprehensive open databases of active VC funds across sectors, stages, and geographies.

What does this Actor scrape?

For each fund listed on VCSheet, the Actor extracts:

  • Fund name (e.g., Andreessen Horowitz, Sequoia Capital)
  • Short description – what makes each fund unique
  • Investment stages (Pre-Seed, Seed, Series A, Series B+)
  • Sectors / Industries (AI, Biotech, Fintech, Climate, Deeptech, SaaS, etc.)
  • Average check size (e.g., $500K – $10M)
  • Geography (USA, Europe, LatAm, MENA, etc.)
  • Profile URL on VCSheet
  • Fund website URL (when available)

Use cases

  • Founders building targeted investor outreach lists for fundraising
  • Accelerators & incubators mapping potential co-investors by sector and stage
  • B2B data providers enriching startup intelligence databases
  • Researchers studying VC ecosystem distribution and trends
  • Sales teams at SaaS companies targeting investors as customers

Input

{
"maxFunds": 500,
"filters": {
"stage": ["Pre-Seed", "Seed"],
"sector": ["AI", "Deeptech"],
"geography": ["Europe", "USA"]
}
}
FieldTypeDescription
maxFundsintegerMax number of funds to scrape (default: all)
filters.stagearrayFilter by investment stage
filters.sectorarrayFilter by industry/sector
filters.geographyarrayFilter by geography

Output

{
"name": "Andreessen Horowitz",
"description": "Leads mega-rounds for frontier-tech visions; provides a 150+ person platform...",
"stages": ["Seed", "Series A", "Series B+"],
"sectors": ["AI", "Enterprise", "Biotech"],
"checkSize": "$500K - $100M",
"geographies": ["USA"],
"profileUrl": "https://www.vcsheet.com/fund/andreessen-horowitz",
"websiteUrl": "https://a16z.com"
}

Notes

  • VCSheet covers 700+ active VC funds globally
  • Data is publicly available on vcsheet.com
  • The directory is updated regularly by the VCSheet team
  • For individual investor profiles, see the companion actor: VC Sheet Investors Scraper

Support

Found a bug or need a custom filter? Contact the developer via the Apify platform.