Score Movers
GET/startups/movers1 credit

Score 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: 30d

7d | 30d | 90d

directionstringoptionaldefault: up

up (risers) | down (fallers)

limitintegeroptionaldefault: 20

Max 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 key
429Insufficient credits