Skip to main content

Welcome to the Investors API

The Investors API provides access to comprehensive venture capital and investor data aggregated from across the web. Our platform continuously monitors and collects information on VCs, angel investors, private equity firms, corporate investors, and more, giving you up-to-date intelligence on the investment landscape.

Investors Endpoint

View the complete OpenAPI specification

Count Mode

You can get the total number of results matching any filter combination without consuming credits by adding count=true to your request. This returns an empty data array with full pagination metadata, including totalCount.
Response:
Use count mode to preview how many results match your filters before fetching actual data. This is useful for building filter UIs, showing result counts, or validating queries — all at zero credit cost.

Key Features

  • Comprehensive Coverage: Access data on VCs, angels, PE firms, corporate investors, hedge funds, crowdfunding platforms, and more
  • Advanced Filtering: Filter by countries, investor types, HQ location, and ticket size ranges
  • Flexible Sorting: Sort by name, created date, or ticket size
  • Date Filtering: Filter by created date or use date presets for relative ranges
  • Pagination Support: Efficiently retrieve large datasets with up to 100 results per page
  • Rich Investor Data: Detailed information on investment focus, portfolio, and contact details
  • Credit-based Usage: Transparent credit consumption per API call

Service Level

  • Rate Limit: Based on your subscription tier
  • Uptime: 99% guaranteed uptime
  • Data Freshness: Continuously updated investor information
  • Maximum Results: Up to 100 results per page

Authentication

All API endpoints require authentication using a Bearer token passed in the Authorization header.

Query Parameters

Pagination

Date Filters

Investor Filters

Numeric Range Filters

Sorting

Investor Types

The API supports filtering by the following investor types:
  • vc: Venture Capital firms
  • angel: Angel investors and angel groups
  • pe: Private Equity firms
  • corporate: Corporate venture arms and strategic investors
  • government: Government-backed investment entities
  • accelerator: Startup accelerators and incubators
  • family_office: Family offices
  • hedge_fund: Hedge funds
  • crowdfunding: Crowdfunding platforms
These are case-insensitive groupings over a free-text type field, so e.g. vc matches VC, VC firm, Venture Capital, venture_capital, and Corporate VC. The type value returned in the response is the original scraped string (not the slug), so a single type=vc query returns rows with mixed type values. For values outside this list, use search.

Response Structure

All successful responses follow this structure:

Error Handling

The API returns standard HTTP status codes:
  • 200: Success
  • 401: Unauthorized - Invalid or missing API key
  • 429: Rate limit exceeded
  • 500: Internal server error
Error responses include:

Example Usage

Filter by Investor Type

Filter by Ticket Size Range

Search by HQ Location with Sorting

Combined Filters