Retrieve people with advanced filtering, pagination, sorting, and optional AI-powered semantic search.
Send a JSON body with up to 4 filter sections plus pagination/sort at the top level:
identifiers - Look up specific people by UUID, LinkedIn, Crunchbase, or Twitterperson - Filter by person attributes (role, contact info, job title, education, prior employers)company - Filter by current employer attributes (industry, location, funding, IPO status, etc.)investor - Filter by investor activity (firm, deal characteristics, portfolio companies)Documentation Index
Fetch the complete documentation index at: https://docs.tryfundable.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication using Bearer token format.
Format: Authorization: Bearer vg_your_api_key_here
Restrict results to one population. company returns only people with a
current employer (founders, executives, employees). investor returns only
people who invest. any (default) returns the union — anyone matching the
other filter blocks regardless of population.
company, investor, any "company"
Look up specific people by identifier
Person attribute filters
Current-employer attribute filters. Setting any field implicitly requires the person to have a current employer.
Filters on the investor entity (firm) and on the person's deal activity.
Setting any field (including any nested deals.* field) implicitly requires
the person to be an investor.
Page number (0-based)
x >= 0Number of results per page (max 500)
1 <= x <= 500Sort order. All values are universally accepted — non-applicable values (e.g. lead_deal_count
when no investor filter is set) resolve to 0 / null via COALESCE and naturally sort to the bottom (DESC).
Ignored when company.search_query or investor.deals.search_query is set (results are then
ordered by semantic relevance).
most_recent_deal_date, total_raised, latest_deal_size, followers, connections, name, total_deal_count, recent_deal_count, lead_deal_count, lead_deal_count_last_12_months, filtered_deal_count