JobsPipe
API ExplorerLabour Market Insights

AI exposure

Interactive reference and playground for GET /v1/insights/technology/ai-exposure.

GET
/v1/insights/technology/ai-exposure
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

Query Parameters

window_days?integer

Look-back window over posting dates, in days.

by*string

Group rows by ISCO occupation or ISIC division.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/insights/technology/ai-exposure?by=occupation"
{  "window_days": 0,  "by": "occupation",  "rows": [    {      "value": "string",      "label": "string",      "count": 0,      "ai_share": 0,      "ai_median_usd": 0,      "non_ai_median_usd": 0,      "premium_pct": 0    }  ]}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "rate_limited",  "limit": 0,  "count": 0}