Jobs
Seek logo

Seek API

seek.com

SEEK Australia - job listings, details, category browse, and company profiles.

Actions
5
Category
Jobs
Login
Not required
Output
JSON

Call the Seek API

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

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_seek_com_company_directory_ssr",
    "params": {}
  }'

5 actions on seek.com

Read

  • Company Directory

    act_seek_com_company_directory_ssrread1 credit / call

    Returns directory companies with names, IDs, slugs, and profile URLs.

Write

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

  • Featured Companies Listing

    act_seek_com_company_marquee_listingwrite2 credits / call

    Returns featured employer profiles with logos, review ratings, and open job counts.

    limit
    integer
    hide_reviews
    boolean
    hide_jobs
    boolean
    zone
    string
  • Job Category Facet Counts

    act_seek_com_job_category_facet_countswrite2 credits / call

    Returns job counts per classification category for browse and filter navigation.

    page
    integer
    locale
    string
  • Job Details

    act_seek_com_job_detailwrite2 credits / call

    Returns full job details by ID including title, company, location, salary, and description.

    job_id
    string · required
    locale
    string
  • Job Search Listing

    act_seek_com_job_search_listingwrite2 credits / call

    Returns paginated job cards by classification with titles, salaries, and companies.

    classification
    array · required
    page
    integer
    locale
    string

Seek API questions

Is there an API for Seek?
Seek does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for 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 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 seek.com changes its markup, Anakin updates the action.
Do I need a Seek account?
No. Every Seek action listed here runs anonymously — no account and no credentials required.
What does the 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