Get Investor Deals
Retrieve all deals for an investor using any supported identifier format. The API intelligently detects the identifier type and queries accordingly.
Provide ONE of the following query parameters to identify the investor:
id- Investor UUIDdomain- Investor domain or full URL (e.g., “sequoiacap.com” or “https://sequoiacap.com”)linkedin- LinkedIn company URLcrunchbase- Crunchbase organization URL
The response includes the investor’s deals with pagination. If the identifier matches multiple investors (e.g., a16z has multiple firms), deals from all matches are returned together.
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.
Authorizations
API key authentication using Bearer token format.
Format: Authorization: Bearer vg_your_api_key_here
API keys follow the pattern: vg_[12_hex_chars]_[32_base64url_chars]
Query Parameters
Investor UUID
Investor domain or full URL (e.g., "sequoiacap.com" or "https://sequoiacap.com") — URLs are automatically parsed to extract the domain
LinkedIn company URL
Crunchbase organization URL
Page number (0-based)
x >= 0Number of results per page (1-500)
1 <= x <= 500
