GET
/startups/movers1 creditScore Movers
Biggest AI-readiness-score risers and fallers over a period, computed from the daily ranking snapshots. Great for spotting momentum shifts. 1 credit.
GEThttps://www.startuphub.ai/api/v1/startups/movers
Request
curl "https://www.startuphub.ai/api/v1/startups/movers?period=30d&direction=up&limit=20" \
-H "Authorization: Bearer sk_live_..."Parameters
periodstringoptionaldefault: 30d7d | 30d | 90d
directionstringoptionaldefault: upup (risers) | down (fallers)
limitintegeroptionaldefault: 20Max companies (1-100)
Response
json
{
"data": [
{ "name": "Cursor", "slug": "cursor", "score": 88, "score_change": 12, "rank_change": 34, "startuphub_url": "https://www.startuphub.ai/startups/cursor" }
]
}Errors
401Invalid or missing API key429Insufficient credits