JobsPipe
API ExplorerLabour Market Insights

Compensation by occupation

Interactive reference and playground for GET /v1/insights/occupations/{code}/compensation.

GET
/v1/insights/occupations/{code}/compensation
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

code*string

ISCO-08 occupation code: 4 digits exact, or 1-3 digits to roll up a group.

Query Parameters

window_days?integer

Look-back window over posting dates, in days.

country?string

ISO 3166-1 alpha-2 country filter.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/insights/occupations/string/compensation"
{  "occupation_code": "string",  "occupation_label": "string",  "window_days": 0,  "country": "string",  "count": 0,  "currency": "USD",  "percentiles": {    "p10": 0,    "p25": 0,    "p50": 0,    "p75": 0,    "p90": 0  },  "confidence": "low",  "suppressed": true}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "rate_limited",  "limit": 0,  "count": 0}