Index Ventures Portfolio Scraper β VC API
Pricing
from $100.00 / 1,000 portfolio companies
Index Ventures Portfolio Scraper β VC API
Scrape the Index Ventures portfolio companies. Clean JSON for VCs, deal scouts and AI agents.
Pricing
from $100.00 / 1,000 portfolio companies
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Index Ventures Portfolio Scraper
Scrape the live Index Ventures portfolio company list. Built for VCs, deal scouts, founders and AI agents.
π Sample Output

name | slug | url | sector | sectors | founders |
|---|---|---|---|---|---|
| 7AI | 7ai | https://www.indexventures.com/companies/7ai/ | Security | ['aiml', 'security'] | ['Lior Div', 'Yonatan Amit'] |
| 1stdibs | 1stdibs | https://www.indexventures.com/companies/1stdibs/ | Retail | ['retail'] | ['David Rosenblatt', 'Laurence Forcione', 'Michael Bruno'] |
| Adfin | adfin | https://www.indexventures.com/companies/adfin/ | Fintech | ['fintech'] | ['Tom Pope', 'Ciprian Diaconasu'] |
| Adaptive ML | adaptive-ml | https://www.indexventures.com/companies/adaptive-ml/ | AI/ML | ['aiml'] | ['Julien Launay', 'Baptiste Pannier', 'Daniel Hesslow'] |
| Adyen | adyen | https://www.indexventures.com/companies/adyen/ | Fintech | ['fintech'] | ['Pieter van der Does'] |
| Abacus.ai | abacusai | https://www.indexventures.com/companies/abacusai/ | AI/ML | ['aiml'] | ['Bindu Reddy', 'Arvind Sundararajan', 'Siddartha Naidu'] |
Real rows from run ZbE7ew5WF1l3qpvU0 on build 0.0.9 (2026-09-25), unedited apart from masked emails/phones and shortened long text; fields the source does not publish are empty.
π§ Input reference
| Field | Type | Default | What it does |
|---|---|---|---|
geographyFilter | string (all, US, Europe, Asia, LatAm, Africa, Australasia) | "all" | Which geography to restrict to. Index Ventures is a true dual-coast firm with offices in London, San Francisco and New York and portfolio companies across all continents. Choose 'β¦ |
sectorFilter | array of string | [] | Restrict to portfolio companies whose sector tag matches any of these strings (case-insensitive substring match against the listing's data-sectors plus the detail-page sector labe⦠|
stageFilter | array of string | [] | Restrict to portfolio companies by the stage Index Ventures first invested at. Index publishes this as either Seed (entered at the seed round via Index Origin / early-stage funds)β¦ |
statusFilter | array of string | [] | Restrict by current company status. Accepts 'Public' or 'IPO' (companies that have IPO'd β derived from a stock-ticker badge on Index's listing page, e.g. NASDAQ:DDOG for Datadog)β¦ |
yearFromTo | object | {"from": null, "to": null} | Inclusive bounds on the year Index Ventures first invested. NOTE: Index Ventures does NOT publish year-of-investment on its portfolio pages β this field is provided for API-compatβ¦ |
maxResults | integer | 100 | Maximum number of portfolio companies to return (1β1000). Each company is one dataset row. The full Index Ventures portfolio currently lists ~386 companies. Default 100. |
π§Ύ JSON sample record
One real record from run ZbE7ew5WF1l3qpvU0 (emails/phones masked, long text shortened):
{"name": "7AI","slug": "7ai","url": "https://www.indexventures.com/companies/7ai/","description": "7AI is the first agentic security platform that harnesses the speed, swarming capabilities, and power of AI to finally give defenders the advantage over evolving threats.","sector": "Security","sectors": ["aiml","security"],"stage_invested": null,"year_invested": null,"partner": "Shardul Shah","partners": ["Shardul Shah","Juriaan Duizendstraal"],"founders": ["Lior Div","Yonatan Amit"],"website": "http://7ai.com","status": "Active (Private)","ticker": null,"geography": "Unknown","regions": [],"source_firm": "Index Ventures","scraped_at": "2026-09-25T00:05:46Z"}
π° Pricing
| Event | Price (USD) | When it is charged |
|---|---|---|
Actor Start (apify-actor-start) | $5e-05 | Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). |
Portfolio company (apify-default-dataset-item) | $0.1 | Charged per Index Ventures portfolio company with name, sector, partner, year, stage, founders, website, status, geography. |
Pay-per-event: you pay only for what the run delivers. A run that delivers nothing bills no result events (only the actor-start event, when the actor defines one). Example: a run that delivers 100 results costs 100 Γ $0.1 = $10.00 plus the start fee.
π Related Actors
More from the NexGenData Startup, VC & funding family:
- Greylock Portfolio Scraper β VC Portfolio API
- Hacker News Trends β Topic, Engagement & Viral-Story Analytics
- Show HN Tracker β New Launch Feed API
- Lightspeed Portfolio Scraper β VC Portfolio API
- Pre-IPO Secondary Prices β Late-Stage Startup API
- Private Funding Intelligence β Form D Raises API
10 more in this family on the NexGenData Store page.
βΆοΈ Example input
{"geographyFilter": "all","maxResults": 3}
Full portfolio sweep: {"maxResults": 400}. Index publishes ~320 companies on its portfolio page today; the exact count moves as companies are added and exits are pruned.
π What you get
Clean JSON, one record per portfolio company:
name,slug,urlβ company name and its Index Ventures pagedescriptionβ the tagline Index publishes on the company pagesectorβ the company's sector label;sectorsβ the raw sector tagsstage_investedβSeed,Growth (Select)orSeed + Growth, derived from Index's owndata-backedtag.nullwhere Index does not tag the company.year_investedβ alwaysnull: Index Ventures does not publish year-of-investment. TheyearFromToinput is kept only for API-compatibility with the sister VC scrapers; setting any bound returns zero rows.partner/partnersβ the Index Team members listed on the company pagefoundersβ founders / CEOs listed on the company pagewebsiteβ the company's own sitestatusβPublic/IPO (EXCHANGE: TICKER)orActive (Private). Index does not mark acquisitions; exited companies are pruned from the list rather than relabelled.ticker,geography,regions,source_firm,scraped_at
π΅ Pricing
$0.10 per portfolio company returned (Pay-Per-Event) β about 10 companies per $1. Only delivered rows are charged: if your filters match nothing, the run succeeds with 0 rows and charges nothing for results. If the portfolio page is blocked or its markup drifts, the run fails loudly rather than quietly returning nothing.
β° Run this as a portfolio watch (recommended)
Schedule a weekly sweep and diff the results to catch new additions and exits:
{"geographyFilter": "all","maxResults": 400}
Weekly cron (0 8 * * 1) turns this into an always-on portfolio watch.
π€ Use with AI agents
Point Claude, the OpenAI Agents SDK, an n8n flow or any MCP-aware client at it and pull Index Ventures portfolio data on demand.
Sample agent prompt:
List Index Ventures portfolio companies with founders and geography.
Agentic payments (x402): Supports agentic payment via x402 β agents can call this actor with USDC, no API key required.
π Related funding actors
Watch this portfolio for changes: VC Portfolio Page Monitor β get alerted on new additions and exits.
Track every major fund's portfolio: a16z, Sequoia, Founders Fund, Greylock, Bessemer, Lightspeed
Startup funding & deal-sourcing web: Startup Funding Tracker, Form D Scraper, Form D Tracker, Private Funding Intelligence, Pre-IPO Secondary Prices
Funding β outreach chain (a funding event is a lead): Company Enrichment, Email/Contact Extractor, B2B Leads Finder
Data from public funding, filing and directory sources.