Sector Trends
GET/trends/sector1 credit

Sector Trends

Sector / subsector trend analysis: funding momentum, company counts, and notable movers for a named sector - or pass a company and it resolves to its sectors. Companion to /trends/current. 1 credit.

GEThttps://www.startuphub.ai/api/v1/trends/sector

Request

curl "https://www.startuphub.ai/api/v1/trends/sector?sector=Generative%20AI" \
  -H "Authorization: Bearer sk_live_..."

Parameters

sectorstringoptional

A sector or subsector name (e.g. "Generative AI"). Pass sector OR company.

companystringoptional

A company name; resolves to its sectors.

Response

json
{
  "data": {
    "sector": "Generative AI",
    "company_count": 1240,
    "total_funding": 48000000000,
    "funding_trend": "up",
    "top_movers": [{ "name": "Cursor", "slug": "cursor" }]
  }
}

Errors

400Pass a sector or company parameter
401Invalid or missing API key
429Insufficient credits