GET
/companies/hiring1 creditTrending Hiring Companies
Companies ranked by how many roles they have opened recently, read from our ATS jobs index (Ashby/Greenhouse/Lever/SmartRecruiters/Workable/Workday). A spike in net-new postings is a strong fast-growth / fresh-capital signal. 1 credit.
GEThttps://www.startuphub.ai/api/v1/companies/hiring
Request
curl "https://www.startuphub.ai/api/v1/companies/hiring?period=week&limit=25" \
-H "Authorization: Bearer sk_live_..."Parameters
periodstringoptionaldefault: weekVelocity window: day | week | month
limitintegeroptionaldefault: 50Max companies (1-100)
Response
json
{
"data": [
{
"name": "Neko Health",
"slug": "neko-health",
"website": "https://nekohealth.com",
"startuphub_url": "https://www.startuphub.ai/startups/neko-health",
"jobs_url": "https://www.startuphub.ai/jobs/neko-health",
"hq_country": "Sweden",
"sectors": ["Health Tech"],
"total_funding": 260000000,
"score": 78,
"open_roles": 41,
"roles_added_24h": 3,
"roles_added_7d": 22,
"roles_added_30d": 35
}
],
"meta": { "period": "week", "period_days": 7, "count": 25, "ranked_by": "roles_added_7d" },
"credits": { "cost": 1, "remaining_period": 9999, "remaining_balance": 2000 }
}Errors
401Invalid or missing API key429Insufficient credits