GET
/startups/by-domain1 creditStartup by Domain
Resolve a website domain to a single startup record - the core CRM-enrichment primitive. Returns the full company profile (fields scale with your plan tier). 1 credit.
GEThttps://www.startuphub.ai/api/v1/startups/by-domain
Request
curl "https://www.startuphub.ai/api/v1/startups/by-domain?domain=ramp.com" \
-H "Authorization: Bearer sk_live_..."Parameters
domainstringrequiredCompany domain or URL (e.g. ramp.com)
Response
json
{
"data": {
"id": "uuid",
"name": "Ramp",
"slug": "ramp",
"website": "https://ramp.com",
"one_liner": "Corporate cards and spend management.",
"sectors": ["Fintech"],
"hq_country": "United States",
"total_funding": 1900000000,
"employee_count": 1000,
"total_score": 84,
"startuphub_url": "https://www.startuphub.ai/startups/ramp"
}
}Errors
400Missing or invalid domain401Invalid or missing API key403Stealth startup - upgrade to Pro to access404No startup matched that domain