JobsPipe
API ExplorerLabour Market Insights

Trending skills by industry

Interactive reference and playground for GET /v1/insights/industries/{division}/skills/trending.

GET
/v1/insights/industries/{division}/skills/trending
AuthorizationBearer <token>

API key issued from the JobsPipe dashboard, prefixed jp_live_, sent as a bearer token in the Authorization header. Keys are read-only and scoped: jobs:read grants POST /v1/jobs/search, stack:read grants POST /v1/stack/scan. No scope grants write access to JobsPipe data.

In: header

Path Parameters

division*string

ISIC Rev.4 division (2 digits).

Query Parameters

window_days?integer

Look-back window over posting dates, in days.

direction?string

up returns growing skills, down returns declining skills.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/insights/industries/string/skills/trending"
{  "scope": {},  "window_days": 0,  "direction": "up",  "skills": [    {      "skill": "string",      "recent_count": 0,      "prior_count": 0,      "recent_share": 0,      "prior_share": 0,      "growth_pct": 0    }  ]}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "rate_limited",  "limit": 0,  "count": 0}