Funding funnel — capital-phase distribution
Cross-tabulates companies by total capital raised (9 buckets) against a chosen dimension.
Response format:
rows: Array of{ label, buckets: [count_per_bucket] }(one per dimension value)bucket_labels: Dollar-range labels for the 9 bucketsbucket_group_labels: Human-friendly stage names (Pre-Seed through Unicorn)total_per_bucket: Column totals across all dimensionsgrand_total: Total companies across all buckets
Buckets: 1-4M, 15-40M, 100-250M, 1-2B, $2B+
Documentation Index
Fetch the complete documentation index at: https://developers.beta.dealroom.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Auth0 JWT access token. Paste a token obtained from your preferred OAuth2 flow. For machine-to-machine use, the OAuth2 client_credentials scheme below can mint a token directly from your client_id / client_secret inside the Swagger UI Authorize dialog.
Query Parameters
Dimension to cross-tabulate against funding buckets
sector, country, continent, city, region, technology, business_model, income_stream, client_focus, investor_type "sector"
Max dimension values (1-50, default 15)
"15"
Filter expression: and(key[op]:value,...). Same syntax as /api/aggregate/:source
"sector[eq]:Fintech"