Index Ventures Portfolio Scraper avatar

Index Ventures Portfolio Scraper

Pricing

from $500.00 / 1,000 portfolio companies

Go to Apify Store
Index Ventures Portfolio Scraper

Index Ventures Portfolio Scraper

The only structured Index Ventures portfolio feed (~386 cross-Atlantic companies).

Pricing

from $500.00 / 1,000 portfolio companies

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

The only structured feed of the full Index Ventures portfolio. Returns ~386 companies across the firm's cross-Atlantic catalog — name, sector, stage Index entered at (Seed vs Growth/Select), Index Team partner, founders, website, IPO/public status with ticker, geography (US / Europe / Asia / LatAm / Africa / Australasia). One dataset row per portfolio company.

Why this exists

Index Ventures is the leading dual-coast (US + EU) generalist VC — offices in London, San Francisco and New York, ~$15B AUM, partners since 1996. Its portfolio is the canonical map of cross-Atlantic startup investing, including:

  • US winners: Datadog (NASDAQ:DDOG), Confluent (NASDAQ:CFLT), Discord, Robinhood (NASDAQ:HOOD), Roblox (NYSE:RBLX), Pure Storage (NYSE:PSTG), Dropbox (NASDAQ:DBX), Etsy (NASDAQ:ETSY), Hugging Face, Notion, Figma, Scale AI
  • European winners: Adyen, Revolut, Wise, Deliveroo (LON:ROO), Just Eat Takeaway, King (Candy Crush), Skype, Farfetch (NYSE:FTCH), Boku (LON:BOKU)
  • AI/ML breakouts: Hugging Face, Cohere, ElevenLabs, Anysphere/Cursor, Glean, Sierra, 7AI

Index's own public listing at https://www.indexventures.com/companies/ shows the full ~386-company catalog in one page with no export, no CSV, no JSON API. This actor parses the listing once, fans out to each /companies/{slug}/ detail page in parallel, and returns a clean structured dataset.

What you get

Per portfolio company:

  • name — company name
  • slug — URL-safe identifier (matches the Index detail page slug)
  • url — Index Ventures detail page URL
  • description — company tagline / one-liner
  • sector / sectors[] — Index's own sector taxonomy: aiml, business-applications, data, entertainment, fintech, future-of-work, healthcare, media, mobility, open-source, retail, security, talent
  • stage_investedSeed / Growth (Select) / Seed + Growth (the stage Index first entered at, derived from Index's data-backed listing attribute)
  • year_investednull (Index does NOT publish historical investment years; see "Limitations")
  • partner / partners[] — Index Team deal partner names (Danny Rimer, Mark Goldberg, Mike Volpi, Sarah Cannon, Hannah Seal, Martin Mignot, Jan Hammer, …)
  • founders[] — founder/CEO names
  • website — company website
  • statusActive (Private) or Public/IPO (EXCHANGE:TICKER) derived from the ticker badge Index displays for IPO'd companies
  • ticker — stock ticker symbol if public, else null
  • geographyUS / Europe / Asia / LatAm / Africa / Australasia (slash-joined when multi-region, e.g. US/Europe)
  • regions[] — raw region tags from Index's listing
  • source_firmIndex Ventures
  • scraped_at — UTC ISO timestamp of this run

Input

FieldTypeDescription
geographyFilterenumall (default) / US / Europe / Asia / LatAm / Africa / Australasia. Matches against Index's listing region tags.
sectorFilterstring[]Optional substring filter on sector tags (e.g. ["aiml", "fintech"]).
stageFilterstring[]Optional substring filter on derived stage. ["Seed"], ["Growth"], etc.
statusFilterstring[]Optional substring filter: ["Public"] or ["IPO"] for listed companies, ["Active"] for still-private.
yearFromToobjectAdvisory only — Index does not publish years. Leave bounds null.
maxResultsintegerCap on dataset rows (1–1000, default 100).

Use cases

  • European startup landscape. Set geographyFilter=Europe to get every Index-backed European company in one structured pull — the de facto map of the top tier of European VC.
  • Cross-Atlantic M&A targeting. Filter statusFilter=["Active"] + sectorFilter=["fintech"] to find Index's private fintech roster (Revolut, Plaid alumni network, etc.) — Index portfolio companies are prime acquisition candidates for US strategic buyers crossing into the EU and vice versa.
  • AI/ML deal sourcing. sectorFilter=["aiml"] returns Index's AI bet roster: Hugging Face, Cohere, ElevenLabs, Anysphere (Cursor), Sierra, Glean, Scale AI, 7AI.
  • Index Select (growth-stage) coverage. stageFilter=["Growth"] returns only the Index Select fund's growth-stage investments — useful for late-stage sourcing and pre-IPO target lists.
  • IPO performance tracking. statusFilter=["Public"] returns just the 75+ Index portfolio companies that have IPO'd, with their tickers — a clean Index-vintage benchmark portfolio for public-market analysts.
  • Deal-team mapping. Cross-reference partners[] with LinkedIn enrichment to map which Index partners lead which sectors.
  • Sequoia Capital Portfolio Scraper — Sequoia US + Peak XV India/SEA, ~710 companies.
  • a16z Portfolio Scraper — Andreessen Horowitz portfolio.
  • Bessemer Portfolio Scraper — Bessemer Venture Partners portfolio.
  • YC Companies Scraper — Y Combinator alumni catalog.

Run these in combination to dedupe and overlap-analyze the top of the global VC pipeline.

Limitations

  • Year of investment is not published. Index's portfolio pages do not show the year Index first invested. Sister scrapers (Sequoia, Bessemer) include this; Index does not. The year_invested field is always null, and any yearFromTo filter is honored by returning zero rows.
  • Acquired companies are pruned, not labeled. When an Index portfolio company is acquired, Index removes it from the live listing rather than relabeling it as "Acquired". The actor therefore reports only Active (Private) and Public/IPO (TICKER) statuses. To recover historical exits, snapshot the dataset over time and diff slug-by-slug.
  • stage_invested reflects Index's fund split, not the company's round. Seed = Index entered at the seed round (often via Index Origin, the dedicated seed fund); Growth (Select) = entered via Index Select, the growth-stage fund. The company's most-recent round may be much later.

Pricing

  • $0.50 per portfolio company returned (primary event)
  • $0.00005 per actor start (covers token cost)

A full-portfolio pull (~386 companies, maxResults=1000) costs about $193. A focused European AI/ML pull (~30 companies) costs about $15.

Data freshness

Index Ventures updates its companies page periodically — typically when new investments close or when companies IPO and the ticker badge is added. This actor reflects whatever is live on the page at run time. Re-run weekly for a fresh sourcing pipeline.