Startuphub Startups
startuphub_startupsSearch the StartupHub.ai startup database — returns startup profiles (name, domain, sector, funding, tech). Filter by free-text plus sector / tech stack / funding stage / stealth status. Example: startuphub_startups({ q: "anthropic", limit: 5, _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text query — company name, keyword, or description, e.g. "anthropic", "vector database" | |
| tech | No | Filter by technology in the company stack, e.g. "PyTorch", "Kubernetes" | |
| limit | No | Max number of startups to return (default 10) | |
| sector | No | Filter by sector / industry, e.g. "AI Infrastructure", "Fintech" | |
| _apiKey | Yes | StartupHub.ai API key (get one at https://www.startuphub.ai (My Account → API, up to 3 keys) — docs: https://www.startuphub.ai/api-docs) | |
| country | No | Filter by country, e.g. "United States", "United Kingdom" | |
| funding | No | Filter by funding stage, e.g. "Seed", "Series A", "Series B" | |
| stealth | No | If true, return only stealth-mode startups |