Canadian Job Dataset
Signals for the Canadian labor market

Developer Guide

Getting Started

Practical guide to authentication, core data objects, filtering, and pagination.

Fundamentals

Authentication

API keys are required for all public API endpoints. Pass the key using the x-api-key header.

curl \
  -H "x-api-key: YOUR_KEY" \
  "https://api-prod.jobs.innovibe.ca/api/v1/jobs?limit=10"

Pagination

List endpoints return cursor-based pagination. Use pagination.nextCursor from the response to fetch the next page, and increase limit to pull more records per request.