Introduction

StartupHub.ai API

API Reference

One REST + MCP surface over millions of data points across AI startups, investors, people, funding rounds and the technology they run. Unlike Tavily, Linkup, or Parallel, we do not only search what was written about yesterday: we ingest new companies from domains and registries, then expose them as structured, filterable rows.

Quick start

Every request is a single HTTPS call with your key in the Authorization header. The base URL is https://www.startuphub.ai/api/v1.

cURL
curl "https://www.startuphub.ai/api/v1/startups?q=anthropic&limit=5" \
  -H "Authorization: Bearer sk_live_your_key_here"

Discovery vs web search

GET /startups answers: "show me new cybersecurity startups in Israel this month" or "Canadian AI companies we ingested this week". That requires a pre-built directory fed by domain monitors and company registries. Web-search RAG APIs answer a different question: "what did TechCrunch write about today?" Read the full comparison in the discovery guide.

What you can do

Proactive discovery

New startups from domain registrations, registries (IL, CA, UK, SEC), and GitHub — before press. Filter by country, sector, week, month.

Search & filter

Query 23K+ AI startups by sector, tech stack, funding, stealth status and 40+ signals.

Grounded enrich

POST /enrich runs live Google Search + website scrape + tech fingerprint on a known company.

Email find & verify

Discover and validate work emails for founders and team members.

Logos

Fetch a clean company logo from any domain for decks and apps.

Use it from your AI chat

The same data is available as an MCP server, so Claude, Cursor, Windsurf and any agent can call it directly. Point your client at https://www.startuphub.ai/api/mcp or read the MCP guide.