Startup by Domain
GET/startups/by-domain1 credit

Startup 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

domainstringrequired

Company 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 domain
401Invalid or missing API key
403Stealth startup - upgrade to Pro to access
404No startup matched that domain