LDN/ai

Sourcing API โ€” Beta Access

Invalid key

LDN/ai

Sourcing API

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.

BETA v1.0
Authentication

Pass your beta key via ?key=YOUR_KEY query parameter or X-Beta-Key header.

๐ŸŽฏ Thesis Matcher

Find companies matching your investment criteria. Filter by category, funding range, founding year, and keywords. Returns match-scored results ranked by relevance.

GET ?action=match Find companies matching criteria โ–ธ
ParamTypeDescription
categorystringComma-separated: frontier, enterprise, fintech, biotech, defence, generative, hardware, devtools, safety, autonomous
min_fundingintMinimum funding in $M
max_fundingintMaximum funding in $M
founded_afterintYear (e.g. 2022)
qstringKeyword search across focus, founders, milestones

๐Ÿ“ก Signals Feed

Real-time ecosystem signals for deal sourcing. Track fundraising intent, hiring, product launches, team changes, partnerships, and more.

GET ?action=signals Ecosystem signals feed โ–ธ
ParamTypeDescription
typestringComma-separated: fundraising_intent, hiring, product_launch, team_change, partnership, acquisition, expansion, regulatory
companystringFilter by company ID
strengthstringstrong, medium, weak
sincedateISO date (e.g. 2026-01-01)
limitintMax results (default 50)

๐Ÿ”— Connection Path Finder

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.

GET ?action=path Warm intro routing โ–ธ
ParamTypeDescription
fromstringSource node ID (e.g. gv, balderton)
tostringTarget node ID (e.g. mmc, wayve)

๐Ÿค Co-Investor Analysis

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.

GET ?action=coinvest Co-investment patterns โ–ธ
ParamTypeDescription
investorstringInvestor ID (optional). Omit for global matrix. Examples: mmc, balderton, sequoia-eu, nvidia-inv

๐Ÿ—๏ธ Portfolio Overlap

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.

GET ?action=overlap Multi-investor companies โ–ธ

No parameters โ€” returns all companies with 2+ investors.

๐Ÿ‘ฅ Hiring Leaderboard

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.

GET ?action=hiring Open roles ranked by volume โ–ธ
ParamTypeDescription
categorystringSort by: engineering, research, gtm, leadership (default: total)

โญ GitHub Activity

Open-source activity across London AI companies. Stars, repos, forks, and recent activity โ€” tracked weekly.

GET ?action=github Open-source leaderboard โ–ธ

No parameters โ€” returns all companies with GitHub orgs tracked.

๐Ÿ›๏ธ Companies House Data

UK registered company data โ€” officers, persons of significant control (PSC), filing dates, SIC codes. Sourced from the free Companies House API.

GET ?action=ch Officers, PSC, filings โ–ธ
ParamTypeDescription
companystringCompany ID (optional โ€” omit for all)

๐Ÿ” New Company Detector

Newly registered AI companies in London โ€” cross-referenced against our people graph to detect ex-DeepMind / Anthropic / etc. founders starting new ventures.

GET ?action=new_companies New AI registrations โ–ธ
ParamTypeDescription
statusstringnew, reviewed, added, irrelevant (default: new)
Live Data

Loading stats...

Integration

All endpoints return structured JSON. Use with Affinity, Notion, custom agents, or any tool that speaks HTTP. Agent-ready via the public OpenAPI spec.