Sourcing API โ Beta Access
Invalid key
Deal sourcing for London's AI ecosystem. Thesis matching, real-time signals, warm intro routing, co-investor analysis โ all via structured JSON API. Designed for agents and VC tech stacks.
Pass your beta key via ?key=YOUR_KEY query parameter or X-Beta-Key header.
Find companies matching your investment criteria. Filter by category, funding range, founding year, and keywords. Returns match-scored results ranked by relevance.
| Param | Type | Description |
|---|---|---|
| category | string | Comma-separated: frontier, enterprise, fintech, biotech, defence, generative, hardware, devtools, safety, autonomous |
| min_funding | int | Minimum funding in $M |
| max_funding | int | Maximum funding in $M |
| founded_after | int | Year (e.g. 2022) |
| q | string | Keyword search across focus, founders, milestones |
Real-time ecosystem signals for deal sourcing. Track fundraising intent, hiring, product launches, team changes, partnerships, and more.
| Param | Type | Description |
|---|---|---|
| type | string | Comma-separated: fundraising_intent, hiring, product_launch, team_change, partnership, acquisition, expansion, regulatory |
| company | string | Filter by company ID |
| strength | string | strong, medium, weak |
| since | date | ISO date (e.g. 2026-01-01) |
| limit | int | Max results (default 50) |
Find warm intro paths between any two entities in the London AI graph. Returns shortest path with enriched node names and edge types. 1,128 precomputed paths across 246 direct and 882 two-hop connections.
| Param | Type | Description |
|---|---|---|
| from | string | Source node ID (e.g. gv, balderton) |
| to | string | Target node ID (e.g. mmc, wayve) |
Discover which investors frequently co-invest in London AI. Query for a specific investor's co-investment patterns, or get the global co-investment matrix.
| Param | Type | Description |
|---|---|---|
| investor | string | Investor ID (optional). Omit for global matrix. Examples: mmc, balderton, sequoia-eu, nvidia-inv |
Which London AI companies are backed by multiple investors in our graph? Shows the most "consensus" bets โ companies where multiple top-tier investors have conviction.
Who's hiring most aggressively in London AI? Roles classified into engineering, research, go-to-market, product, and leadership. Scraped weekly from company careers pages.
| Param | Type | Description |
|---|---|---|
| category | string | Sort by: engineering, research, gtm, leadership (default: total) |
Open-source activity across London AI companies. Stars, repos, forks, and recent activity โ tracked weekly.
No parameters โ returns all companies with GitHub orgs tracked.
UK registered company data โ officers, persons of significant control (PSC), filing dates, SIC codes. Sourced from the free Companies House API.
| Param | Type | Description |
|---|---|---|
| company | string | Company ID (optional โ omit for all) |
Newly registered AI companies in London โ cross-referenced against our people graph to detect ex-DeepMind / Anthropic / etc. founders starting new ventures.
| Param | Type | Description |
|---|---|---|
| status | string | new, reviewed, added, irrelevant (default: new) |
Loading stats...
All endpoints return structured JSON. Use with Affinity, Notion, custom agents, or any tool that speaks HTTP. Agent-ready via the public OpenAPI spec.