API v1 — Live in Production

The intelligence layer
for European venture

Structured data on funds, startups, and investments. Cursor-paginated, incrementally synced, updated daily.

Three Endpoints. One API.

Everything you need

Investors

GET /api/v1/investors

Investment profiles, ticket sizes, AUM, sector & geo focus. Website as primary dedup key.

16 fieldsCursor Pagination

Startups

GET /api/v1/startups

Company data, founders, funding stage, and sector classification. Incl. optional founder objects.

10 fieldsCursor Pagination

Investments

GET /api/v1/investments

Individual participations: cheque size vs. round size, co-investors, and round type.

11 fieldsCursor Pagination

Developer Experience

One request. All data.

GETRequest
curl "https://orbit.inventure.capital/api/v1/investors?limit=3" \
  -H "Authorization: Bearer orb_sk_live_..."
200Response
{
  "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

Enterprise-ready by default

Incremental Sync

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:00Z

Scoped API Keys

Bearer token auth with granular scopes, rate limiting, and real-time usage tracking.

Cursor Pagination

Stable cursors instead of fragile offsets. Consistent even with millions of records.

Live Data

The European ecosystem — quantified

0+

Investors

0+

Startups

0+

Investments

0

Regions

FINTECHCLIMATEDEEP TECHBIOTECHCYBERSECURITYMACHINE LEARNINGPROPTECHHEALTHCAREWEB3LOGISTICSEDUCATIONENERGYROBOTICS

Ready for
API access?

We'll set up your scoped API key and support you with the integration. Write us — response within 24h.

samuel.gassauer@inventure.de