Create and update job ads via the JobAdder API

domain: jobadder.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Prerequisite: obtain an OAuth2 Bearer token with write/write_jobad scope (JobAdder's authorization-code flow and token refresh are a separate, already-documented flow).
  2. Create a job ad as a draft: POST https://api.jobadder.com/v2/jobads with a body requiring at minimum title and ownerUserId; optional fields include reference, summary, bulletPoints, description, and jobId to link the ad to an existing job. Returns a JobAdRepresentation with the new adId.
  3. Read a specific ad with GET /v2/jobads/{adId} or list/filter ads with GET /v2/jobads (offset/limit paging) — needs read/read_jobad scope.
  4. Edit an existing draft with PUT /v2/jobads/{adId}; a successful update returns 204 No Content.
  5. Inspect the returned representation's state, postAt, and expireAt fields to see where the ad sits in its lifecycle, along with nested job, company, contact, and screening objects.
  6. For external job-board distribution rather than posting inside your own account, use the separate Partner Job Board flow (GET /v2/jobboards/{BOARD_ID}/ads) instead.

Known gotchas

Related routes

Receive candidate applications and track application status changes via the JobAdder API
jobadder.com · 6 steps · unrated
JobAdder API: retrieve and manage Placements
jobadder.com · 5 steps · unrated
JobAdder API: add a Note to a Candidate record
jobadder.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans