Company & Investor Intelligence
Structured data for private-market research
Access deep company profiles, investor intelligence, funding rounds, founder data, and GitHub analytics through a clean, developer-first API.
// Search for AI companies backed by top investors
const res = await fetch(
"https://api.heuv.dev/v1/companies/search",
{ headers: { Authorization: "Bearer ${HEUV_API_KEY}" } }
);
const { companies } = await res.json();
// → [{ name, sector, stage, fundingTotal, investors... }]
// Get full investor profile
const investor = await fetch(
"https://api.heuv.dev/v1/investors/a16z",
{ headers: { Authorization: "Bearer ${HEUV_API_KEY}" } }
);Why Heuv
Private-market intelligence, structured for teams that ship
Heuv aggregates and normalizes complex private-market data into clean, queryable JSON. Zero manual research spreadsheets. Just data your tools can consume.
Use cases
Investor Research
Screen investors by sector, stage, geography, and portfolio overlap. Find the right partners for your next raise.
Company Due Diligence
Access structured profiles with funding history, team data, GitHub activity, and competitive positioning.
GitHub Analytics
Track open-source momentum, contributor networks, and engineering signals for private companies.
API surface
companies.search()
Search companies by name, sector, stage, or technology.
companies.get()
Get full company profiles with funding rounds and founders.
companies.funding()
Access funding history, round details, and lead investors.
companies.founders()
Track founder backgrounds and prior ventures.
investors.search()
Find investors by focus area, stage, and portfolio overlap.
investors.portfolio()
See an investor's full portfolio with round participation.
github.search()
Search GitHub projects by tech stack, growth, and relevance.
github.snapshots()
Access historical GitHub metrics for engineering due diligence.
How we compare
Designed for builders, not just browsers
| Capability | Heuv | Legacy platforms |
|---|---|---|
| Structured company data | Included | Included |
| Investor profiles | Included | Included |
| Funding round history | Included | Limited |
| Founder/team data | Included | Varies |
| GitHub analytics | Included | Not available |
| API-first access | Designed for developers | Secondary concern |
| Custom workflows | Build exactly what your team needs | Limited to platform UI |
| Cost model | Pay for API usage, not platform seats | Subscription per user or data export |
| Output ownership | Structured JSON you own | Reports inside the product |
Integrations
Internal tools
Feed company and investor data into research workflows.
CRM enrichment
Push structured profiles into your deal pipeline tools.
Data pipelines
Ingest Heuv data into your warehouse or analytics stack.
MCP
Expose Heuv tools to compatible AI clients and dev tools.
FAQ
What is Heuv?
Heuv is a company and investor intelligence platform providing structured data on private companies, investors, funding rounds, founders, and GitHub projects through a clean API.
What kind of data does Heuv provide?
Heuv provides company profiles (description, founding year, stage, business model, HQ), investor profiles (focus areas, portfolio, check sizes), funding rounds, founder backgrounds, and GitHub project analytics.
How is Heuv different from PitchBook or Crunchbase?
Heuv is API-first and built for developers and research teams. You get structured JSON, not a report inside a platform. Build your own dashboards, enrichment pipelines, and internal tools on top of the data.
Can I search for companies by technology or sector?
Yes. Heuv supports full-text search across company names, descriptions, industries, business models, technologies, and stages.
How does GitHub analytics work?
Heuv tracks GitHub repositories, contributor activity, star growth, and engineering velocity for companies and open-source projects. Use it for technical due diligence and competitor tracking.
What investor data is available?
Investor profiles include focus areas, preferred stages, check sizes, portfolio companies, lead vs follow patterns, and geographic preferences.
How do I start using the API?
Create an account at dashboard.heuv.dev, get your API key, and start calling the REST API endpoints. Full documentation is available at /docs.
Is there a free tier?
Yes. Heuv offers a free tier for exploration and evaluation. Paid plans unlock higher rate limits and advanced features.