JobsPipe
API ExplorerLabour Market Insights

Skill demand trend

Interactive reference and playground for GET /v1/insights/skills/{slug}/trend.

GET
/v1/insights/skills/{slug}/trend
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

slug*string

Canonical skill slug, e.g. python or machine-learning.

Query Parameters

window_days?integer

Look-back window over posting dates, in days.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/insights/skills/string/trend"
{  "skill": "string",  "window_days": 0,  "series": [    {      "month": "string",      "mentions": 0,      "total": 0,      "share": 0    }  ],  "top_occupations": [    {      "value": "string",      "label": "string",      "count": 0,      "share": 0    }  ],  "top_industries": [    {      "value": "string",      "label": "string",      "count": 0,      "share": 0    }  ]}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "rate_limited",  "limit": 0,  "count": 0}