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.
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.
curl -X GET "https://www.trysignalbase.com/api/v2/signals/investors?count=true&type=vc,angel&countries=US" \ -H "Authorization: Bearer YOUR_API_KEY"
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.
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.