ConsoleCatalog
Sign in
NZ Seek logo

NZ Seek

nz.seek.comJobsno auth

SEEK New Zealand - job listings and full details by category, location, and classification.

Job Detail Badges

ASYNCWRITENo auth

Returns a job's work-arrangement badges, such as on-site, hybrid, or remote.

ParametersFormJSON

SEEK job ID to fetch detail badges for

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_nz_seek_job_detail_badges",
    "params": {
      "job_details_id": "92449652"
    }
  }'