GET
/trends/sector1 creditSector 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
sectorstringoptionalA sector or subsector name (e.g. "Generative AI"). Pass sector OR company.
companystringoptionalA 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 parameter401Invalid or missing API key429Insufficient credits