Get Company Deals
Retrieve all deals for a company 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 company:
id- Company UUIDdomain- Company domain or full URL (e.g., “stripe.com” or “https://stripe.com”)linkedin- LinkedIn company URLcrunchbase- Crunchbase organization URL
The response includes the company’s deals with pagination. If the identifier matches multiple companies, deals from all matches are returned.
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
Company UUID
Company domain or full URL (e.g., "stripe.com" or "https://stripe.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
