Structured data on funds, startups, and investments. Cursor-paginated, incrementally synced, updated daily.
Three Endpoints. One API.
GET /api/v1/investorsInvestment profiles, ticket sizes, AUM, sector & geo focus. Website as primary dedup key.
GET /api/v1/startupsCompany data, founders, funding stage, and sector classification. Incl. optional founder objects.
GET /api/v1/investmentsIndividual participations: cheque size vs. round size, co-investors, and round type.
Developer Experience
curl "https://orbit.inventure.capital/api/v1/investors?limit=3" \
-H "Authorization: Bearer orb_sk_live_..."{
"data": [
{
"externalId": "fund_earlybird",
"name": "Earlybird Venture Capital",
"website": "https://earlybird.com",
"hq": "Berlin, Germany",
"aumUsdMillions": 800,
"sectorFocus": ["FINTECH", "DEEP TECH"],
"geoFocus": ["DACH", "CEE", "NORDICS"],
"roundRole": "LEAD",
"updatedAt": "2026-03-05T14:22:00Z"
}
],
"pagination": {
"cursor": "eyJpZCI6MjN9",
"hasMore": true
}
}Built for Integration
Store the timestamp of your last sync and request only changed records. No full dump needed — we deliver only the delta.
// First sync
GET /api/v1/investors
// From now on, deltas only
GET /api/v1/investors?updated_since=2026-03-05T14:00:00ZBearer token auth with granular scopes, rate limiting, and real-time usage tracking.
Stable cursors instead of fragile offsets. Consistent even with millions of records.
Live Data
0+
Investors
0+
Startups
0+
Investments
0
Regions
We'll set up your scoped API key and support you with the integration. Write us — response within 24h.
samuel.gassauer@inventure.de