Company Funding
GET/companies/funding1 credit

Company 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

domainstringrequired

Company 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 parameter
401Invalid or missing API key
404No company matched that domain
429Insufficient credits