Jobs
NZ Seek logo

NZ Seek API

nz.seek.com

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

Actions
6
Category
Jobs
Login
Not required
Output
JSON

Call the NZ Seek API

Submit a task, then poll the job until it settles. This example runs act_nz_seek_job_detail_badges.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

6 actions on nz.seek.com

Read

  • Job Details

    act_nz_seek_job_detail_ssrread1 credit / call

    Returns a job's detail page data, including title, salary, company, and location.

    job_id
    string · required

Write

Write actions change state on nz.seek.com and run as the account you connect.

  • Job Detail Badges

    act_nz_seek_job_detail_badgeswrite2 credits / call

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

    job_details_id
    string · required
  • Job Details

    act_nz_seek_job_detailwrite2 credits / call

    Returns a full job posting with title, salary, company, location, and description.

    job_id
    string · required
    job_details_viewed_correlation_id
    string
  • Job Recommendations

    act_nz_seek_job_recommendationswrite2 credits / call

    Returns related and recommended jobs for a given job posting.

    job_details_id
    string · required
  • Job Search Facet Counts

    act_nz_seek_job_search_facet_countswrite2 credits / call

    Returns job counts by classification, location, and work type for search filters.

    classification
    integer · required
    page
    integer
  • Job Search Results

    act_nz_seek_job_search_resultswrite2 credits / call

    Returns job listings by classification with titles, companies, locations, and salary hints.

    classification
    integer · required
    page
    integer

NZ Seek API questions

Is there an API for NZ Seek?
NZ Seek does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for nz.seek.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape NZ Seek data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when nz.seek.com changes its markup, Anakin updates the action.
Do I need a NZ Seek account?
No. Every NZ Seek action listed here runs anonymously — no account and no credentials required.
What does the NZ Seek API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Jobs APIs

All Jobs sites