Never put a token in a URL, public client-side code, analytics, or a Git repository.
02
Data and scopes
Access is read-only. We enable only the resources required by the integration.
Endpoint
Scope
Purpose
GET /jobs
jobs:read
Current jobs, filters, and cursor pagination
GET /companies
companies:read
Public company metadata without collection-source fields
GET /changes
changes:read
Incremental upserts and closed-job tombstones
GET /sync-runs
sync:read
Synchronization status and recorded deltas
GET /openapi.json
—
OpenAPI contract for authenticated partners
03
Incremental updates
Read `/changes`, process the page idempotently, and persist `nextCursor` only after the page succeeds. Reuse the cursor with the same filters.
GET /changes?limit=100&cursor=<nextCursor>
04
Responses
401Missing, expired, revoked, or invalid token
403The token lacks the required scope
429Rate limit reached; follow Retry-After
B2B for career consultants
Add live vacancy intelligence to your client workflow
JobHunter works as a data layer inside an existing job-search process. Career consultants can combine verified vacancies with each client’s goals, experience, constraints, and search strategy without replacing their own methodology or client experience.
01Client-specific matching
Build shortlists around an individual profile instead of a generic vacancy feed.
02Ongoing search radar
Use incremental updates for fresh-role alerts and recurring client check-ins.
03Your workflow, our data
Incorporate the API into a CRM, internal dashboard, AI agent, or consultant-led search process.