GET
/companies/funding1 creditCompany Funding
Funding snapshot for one company by domain: total raised, latest round + date, latest valuation, fundraising status, stage, capital efficiency, and investor count. Ideal for enriching a CRM row from its website. 1 credit.
GEThttps://www.startuphub.ai/api/v1/companies/funding
Request
curl "https://www.startuphub.ai/api/v1/companies/funding?domain=anthropic.com" \
-H "Authorization: Bearer sk_live_..."Parameters
domainstringrequiredCompany domain or URL (e.g. anthropic.com)
Response
json
{
"data": {
"domain": "anthropic.com",
"name": "Anthropic",
"slug": "anthropic",
"total_funding": 7000000000,
"latest_funding_round": "Series E",
"latest_funding_date": "2026-03-01",
"latest_valuation": 60000000000,
"currently_fundraising": false,
"business_stage": "Late",
"funding_efficiency": 1.8,
"investor_count": 14,
"startuphub_url": "https://www.startuphub.ai/startups/anthropic"
},
"credits": { "cost": 1, "remaining_period": 9999, "remaining_balance": 2000 }
}Errors
400Missing domain parameter401Invalid or missing API key404No company matched that domain429Insufficient credits