# 💼 SEEK Job Scraper (`scraper-engine/seek-job-scraper`) Actor

💼 SEEK Job Scraper automates job data extraction from SEEK—titles, locations, dates & links—fast and accurate. 🔎 Perfect for recruitment, market research & lead generation. 🚀 Save time, scale sourcing.

- **URL**: https://apify.com/scraper-engine/seek-job-scraper.md
- **Developed by:** [Scraper Engine](https://apify.com/scraper-engine) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 💼 SEEK Job Scraper

Extract detailed, structured job listings from **SEEK** and its sister marketplaces — **JobStreet** (Indonesia, Malaysia, Philippines, Singapore) and **JobsDB** (Hong Kong, Thailand) — in one clean run. Search by keyword, location and category, or paste a full SEEK search URL, and get back rich JSON for every job: salary, full description, company profile, location, employer questions, emails and phone numbers.

Perfect for **lead generation**, **recruitment market research**, **salary benchmarking** and **job-board aggregation**.

***

### ✨ Why Choose This Actor?

- 🌏 **8 marketplaces, one Actor** — SEEK AU/NZ, JobStreet ID/MY/PH/SG, JobsDB HK/TH.
- 🗂️ **390+ category filters** — toggle a whole industry or drill into a single subclass.
- 🔗 **Paste-a-URL mode** — copy any SEEK search results URL and the Actor honours every filter encoded in it.
- 🏢 **Company enrichment** — overview, industry, size, website, star rating, review count and perks.
- 📧 **Contact extraction** — emails and phone numbers pulled straight from the listing body.
- 🛡️ **Smart, cost-efficient networking** — starts with no proxy and only upgrades (datacenter → residential) if SEEK pushes back.
- 💾 **Live results** — jobs stream into the dataset as they are scraped; a partial run still keeps its data.

***

### 🔑 Key Features

| Feature | Details |
|---|---|
| 🔍 Keyword search | Any job title or keyword |
| 📍 Location & radius | Suburb / city / region + km radius |
| 📅 Date range | Jobs posted within N days (1–365) |
| 🧰 Work type | Full-time, part-time, contract, casual |
| 🏡 Arrangement | On-site, hybrid, remote |
| 💰 Salary filter | Annual / monthly / hourly + min/max |
| 🗂️ Categories | 30 categories, ~390 subclasses |
| 🧪 Post-filters | Require email / phone, title keywords |
| 🍪 Applicant stats | Optional via a logged-in SEEK cookie |

***

### 📥 Input

| Field | Type | Description |
|---|---|---|
| `searchUrl` | string | Full SEEK search URL — overrides all other filters |
| `searchTerm` | string | Keyword / job title |
| `location` | string | Suburb / city / region (empty = whole country) |
| `radius` | integer | km radius around the location |
| `maxResults` | integer | Max jobs (1–550) |
| `country` | enum | australia, new zealand, hongkong, indonesia, malaysia, philippines, singapore, thailand |
| `sortBy` | enum | `ListedDate` or `KeywordRelevance` |
| `dateRange` | integer | Max age of listings in days |
| `workTypes` | array | fulltime / parttime / contract / casual |
| `workArrangements` | array | on-site / hybrid / remote |
| `salaryType` / `salaryMin` / `salaryMax` | — | Pay-band filter |
| *(390+ category toggles)* | boolean | Enable a category or subclass |
| `includeOneInTitle` | array | Title must contain one of these words |
| `requireEmail` / `requirePhone` / `requireEmailPhone` | boolean | Contact post-filters |
| `seekCookie` | string | Optional logged-in cookie for applicant stats |
| `proxyConfiguration` | object | Datacenter rung of the proxy ladder |

#### Example input

```json
{
  "searchTerm": "developer",
  "location": "All Sydney NSW",
  "maxResults": 50,
  "country": "australia",
  "sortBy": "ListedDate",
  "dateRange": 7,
  "workTypes": ["fulltime"],
  "proxyConfiguration": { "useApifyProxy": true }
}
```

***

### 📤 Output

Each job is one dataset record. Example (trimmed):

```json
{
  "id": "92574907",
  "jobLink": "https://au.seek.com/job/92574907",
  "applyLink": "https://au.seek.com/job/92574907/apply",
  "title": "Frontend Web Developer - Fixed term 3 months",
  "salary": "$90,000 – $110,000 per year",
  "content": {
    "jobHook": "This role sits at the intersection of Marketing and Engineering…",
    "unEditedContent": "<p><strong>About…</strong></p>…",
    "sections": ["About APLYiD", "…"]
  },
  "workArrangements": "Hybrid",
  "workTypes": "Contract/Temp",
  "emails": [],
  "phoneNumbers": [],
  "classificationInfo": {
    "classification": "Information & Communication Technology",
    "subClassification": "Web Development & Production"
  },
  "joblocationInfo": {
    "area": "CBD, Inner West & Eastern Suburbs",
    "displayLocation": "Sydney NSW",
    "location": "Sydney",
    "country": "Australia",
    "countryCode": "AU",
    "suburb": "Sydney"
  },
  "advertiser": { "name": "APLY Limited", "isVerified": true, "isPrivate": false },
  "companyProfile": { "name": null, "industry": null, "size": null, "rating": null },
  "employerQuestions": ["Which of the following statements best describes your right to work in Australia?"],
  "listedAt": "2026-06-08T05:02:13.674Z",
  "expiresAtUtc": "2026-07-08T13:59:59.999Z"
}
```

The Output tab ships with five themed table views: **📋 Job Listings**, **🏢 Company & Advertiser**, **📍 Location & Classification**, **📞 Contacts & Hook** and **🗂️ By Search Query**.

> ℹ️ `numApplicants`, `resumePercentage` and `coverLetterPercentage` are login-gated by SEEK and stay `null` unless you supply a `seekCookie`.

***

### 🚀 How to Use (Apify Console)

1. Log in at [console.apify.com](https://console.apify.com) → **Actors**.
2. Open **SEEK Job Scraper**.
3. Enter a search keyword + location (or paste a full SEEK search URL), set **Max Results**.
4. (Optional) toggle categories, work types, salary band and contact filters.
5. Click **Start** and watch the live log.
6. When the run finishes, open the **Output** tab and export to JSON / CSV / Excel.

### 🤖 Use via API

```bash
curl -X POST "https://api.apify.com/v2/acts/YOUR-ACTOR-ID/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"searchTerm":"developer","location":"All Sydney NSW","maxResults":25,"country":"australia"}'
```

***

### 💡 Best Use Cases

- 🎯 Build candidate / recruiter lead lists with contact details.
- 📊 Track hiring demand and salary trends by category or region.
- 🧭 Aggregate listings across AU, NZ and South-East Asia.
- 🏢 Profile hiring companies (size, industry, ratings).

### 💳 Pricing

This Actor uses **pay-per-event** billing — you are charged per job result saved to the dataset, plus a small Actor-start fee. You only pay for jobs you actually receive.

### ❓ FAQ

**Do I need a SEEK login?** No. Everything works anonymously. A cookie is only needed for applicant-count stats.

**Why are some company fields empty?** SEEK only publishes a company microsite for employers who set one up; private advertisers have none.

**Will it get blocked?** The Actor starts direct and automatically upgrades to datacenter then residential proxies if SEEK rate-limits, so runs stay reliable.

### 🛟 Support & Feedback

Questions or custom requests? Email **dev.scraperengine@gmail.com**. Data is collected only from publicly available pages; you are responsible for compliant use (GDPR, CCPA, anti-spam laws and SEEK's ToS).

# Actor input Schema

## `searchUrl` (type: `string`):

Paste a FULL SEEK search-results URL that already contains your filters (keywords, location, salary, classification, etc.). When set, every other filter below is ignored. ✅ Use a search page like https://www.seek.com.au/developer-jobs/in-All-Sydney-NSW. ❌ Do NOT paste a single /job/ link.

## `maxResults` (type: `integer`):

Maximum number of job listings to scrape (1–550).

## `searchTerm` (type: `string`):

Job title or keyword to search for, e.g. 'developer', 'registered nurse', 'accountant'. Leave empty if you are pasting a full search URL above or relying only on category filters.

## `minApplicants` (type: `integer`):

Only return jobs with at least this many applicants. Requires a logged-in SEEK cookie below (otherwise applicant counts are unavailable).

## `maxApplicants` (type: `integer`):

Only return jobs with no more than this many applicants. Requires a logged-in SEEK cookie below.

## `requireEmail` (type: `boolean`):

Keep only listings that contain an email address in the body.

## `requirePhone` (type: `boolean`):

Keep only listings that contain a phone number in the body.

## `requireEmailPhone` (type: `boolean`):

Keep only listings that contain BOTH an email and a phone number.

## `includeOneInTitle` (type: `array`):

Keep only jobs whose title contains at least one of these words.

## `sortBy` (type: `string`):

Order of the search results.

## `dateRange` (type: `integer`):

Only return jobs posted within this many days (1–365).

## `country` (type: `string`):

Which SEEK-family marketplace to search.

## `salaryType` (type: `string`):

Pay period to filter on.

## `salaryMin` (type: `integer`):

Lowest acceptable salary (local currency).

## `salaryMax` (type: `integer`):

Highest acceptable salary (local currency).

## `location` (type: `string`):

Suburb, city or region, e.g. 'All Sydney NSW', 'Melbourne VIC', 'Auckland'. Leave empty for the whole country.

## `radius` (type: `integer`):

Search radius in kilometres around the location above (max 500).

## `workTypes` (type: `array`):

Filter by employment type. Leave empty for all types.

## `workArrangements` (type: `array`):

Filter by work arrangement. Leave empty for all.

## `accounting` (type: `boolean`):

Include all accounting subcategories in job search.

## `accounts-officers-clerks` (type: `boolean`):

Filter jobs for accounts officers, clerks, and administrative roles.

## `accounts-payable` (type: `boolean`):

Search for jobs focused on managing company expenses and payments.

## `accounts-receivable-credit-control` (type: `boolean`):

Filter jobs handling customer invoicing and credit management.

## `analysis-reporting` (type: `boolean`):

Search for jobs involving financial analysis, budgeting, and reporting.

## `assistant-accountants` (type: `boolean`):

Filter jobs for entry-level or support roles in accounting.

## `audit-external` (type: `boolean`):

Filter jobs for external audit roles, ensuring company compliance.

## `audit-internal` (type: `boolean`):

Filter jobs for internal audit roles, evaluating company processes.

## `bookkeeping-small-practice-accounting` (type: `boolean`):

Search for bookkeeping and small accounting firm jobs.

## `business-services-corporate-advisory` (type: `boolean`):

Filter jobs providing business advice and corporate services.

## `company-secretaries` (type: `boolean`):

Search for company secretary jobs, handling governance and compliance.

## `compliance-risk` (type: `boolean`):

Filter jobs managing company compliance and mitigating risk.

## `cost-accounting` (type: `boolean`):

Filter jobs analyzing and managing company costs.

## `financial-accounting-reporting` (type: `boolean`):

Search for jobs preparing financial statements and reports.

## `financial-managers-controllers` (type: `boolean`):

Filter jobs overseeing financial strategy and operations.

## `forensic-accounting-investigation` (type: `boolean`):

Search for jobs investigating financial irregularities and disputes.

## `insolvency-corporate-recovery` (type: `boolean`):

Filter jobs handling company insolvency and restructuring.

## `inventory-fixed-assets` (type: `boolean`):

Search for jobs managing inventory and fixed asset accounting.

## `management` (type: `boolean`):

Filter jobs in accounting management and leadership.

## `management-accounting-budgeting` (type: `boolean`):

Search for jobs analyzing financial data for business decisions.

## `payroll` (type: `boolean`):

Filter jobs handling employee payroll and benefits administration.

## `strategy-planning` (type: `boolean`):

Filter jobs developing and implementing business strategies.

## `systems-accounting-it-audit` (type: `boolean`):

Search for jobs evaluating accounting systems and IT controls.

## `taxation` (type: `boolean`):

Filter jobs handling tax planning, compliance, and advisory services.

## `treasury` (type: `boolean`):

Search for jobs managing company finances, cash flow, and investments.

## `other` (type: `boolean`):

Filter jobs that don't fit into specific accounting categories.

## `administration-office-support` (type: `boolean`):

Include all administration and office support subcategories.

## `administrative-assistants` (type: `boolean`):

Filter jobs providing administrative support to teams or executives.

## `client-sales-administration` (type: `boolean`):

Search for jobs handling client sales, orders, and administrative tasks.

## `contracts-administration` (type: `boolean`):

Filter jobs managing contracts, agreements, and compliance.

## `data-entry-word-processing` (type: `boolean`):

Search for jobs entering data, preparing documents, and performing clerical tasks.

## `office-management` (type: `boolean`):

Filter jobs overseeing office operations, staff, and resources.

## `pa-ea-secretarial` (type: `boolean`):

Search for jobs providing executive-level administrative support.

## `receptionists` (type: `boolean`):

Filter jobs handling front desk, customer service, and phone duties.

## `records-management-document-control` (type: `boolean`):

Search for jobs managing company records, files, and documentation.

## `administration-office-support-other` (type: `boolean`):

Filter administration and office support jobs that don't fit specific categories.

## `advertising-arts-media` (type: `boolean`):

Include all advertising, arts, and media subcategories.

## `agency-account-management` (type: `boolean`):

Filter jobs managing client relationships at advertising agencies.

## `art-direction` (type: `boolean`):

Search for jobs leading visual creative direction in advertising.

## `editing-publishing` (type: `boolean`):

Filter jobs in editing, publishing, and content creation.

## `advertising-arts-media-event-management` (type: `boolean`):

Search for jobs planning and executing events and activations.

## `journalism-writing` (type: `boolean`):

Filter jobs in journalism, writing, and content creation.

## `advertising-arts-media-management` (type: `boolean`):

Search for management jobs in advertising, arts, and media.

## `media-strategy-planning-buying` (type: `boolean`):

Filter jobs developing media plans and buying ad space.

## `performing-arts` (type: `boolean`):

Search for jobs in theater, dance, music, and other performing arts.

## `photography` (type: `boolean`):

Filter jobs in photography for advertising, editorial, and commercial use.

## `programming-production` (type: `boolean`):

Search for jobs in TV, film, and digital content production.

## `promotions` (type: `boolean`):

Filter jobs creating promotional materials and campaigns.

## `advertising-arts-media-other` (type: `boolean`):

Filter advertising, arts, and media jobs that don't fit specific categories.

## `banking-financial-services` (type: `boolean`):

Include all banking and financial services subcategories.

## `account-relationship-management` (type: `boolean`):

Filter jobs managing client relationships in banking.

## `banking-financial-services-analysis-reporting` (type: `boolean`):

Search for jobs analyzing financial data and creating reports.

## `banking-business` (type: `boolean`):

Filter jobs in business banking, lending, and finance.

## `banking-corporate-institutional` (type: `boolean`):

Search for jobs serving corporate and institutional clients.

## `banking-retail-branch` (type: `boolean`):

Filter jobs in retail banking, branch management, and customer service.

## `client-services` (type: `boolean`):

Search for jobs providing service and support to banking clients.

## `banking-financial-services-compliance-risk` (type: `boolean`):

Filter jobs ensuring regulatory compliance and managing financial risk.

## `corporate-finance-investment-banking` (type: `boolean`):

Search for jobs advising on mergers, acquisitions, and corporate finance.

## `credit` (type: `boolean`):

Filter jobs evaluating and managing credit risk and lending.

## `financial-planning` (type: `boolean`):

Search for jobs creating personalized financial plans for clients.

## `funds-management` (type: `boolean`):

Filter jobs managing investment portfolios and funds.

## `banking-financial-services-management` (type: `boolean`):

Search for management jobs in banking and financial services.

## `mortgages` (type: `boolean`):

Filter jobs originating, processing, and servicing mortgages.

## `settlements` (type: `boolean`):

Search for jobs facilitating financial transactions and settlements.

## `stockbroking-trading` (type: `boolean`):

Filter jobs buying and selling securities, stocks, and bonds.

## `banking-financial-services-treasury` (type: `boolean`):

Search for jobs managing company finances, cash flow, and investments.

## `banking-financial-services-other` (type: `boolean`):

Filter banking and financial services jobs that don't fit specific categories.

## `call-centre-customer-service` (type: `boolean`):

Include all call centre and customer service subcategories.

## `collections` (type: `boolean`):

Filter jobs recovering debts and managing collections processes.

## `customer-service-call-centre` (type: `boolean`):

Search for jobs handling customer inquiries and support via phone.

## `customer-service-customer-facing` (type: `boolean`):

Filter jobs interacting with customers, providing support and resolving issues.

## `management-support` (type: `boolean`):

Search for jobs assisting managers, teams, and organizational operations.

## `sales-inbound` (type: `boolean`):

Filter jobs handling incoming sales calls and customer inquiries.

## `sales-outbound` (type: `boolean`):

Search for jobs generating sales leads and contacting potential customers.

## `supervisors-team-leaders` (type: `boolean`):

Filter jobs leading teams, supervising staff, and overseeing operations.

## `call-centre-customer-service-other` (type: `boolean`):

Filter call centre and customer service jobs that don't fit specific categories.

## `ceo-general-management` (type: `boolean`):

Include all CEO and general management subcategories.

## `board-appointments` (type: `boolean`):

Filter jobs serving on company boards, directing strategy and governance.

## `ceo` (type: `boolean`):

Search for jobs as chief executive officers, leading companies and organizations.

## `coo-md` (type: `boolean`):

Filter jobs as chief operating officers or managing directors.

## `general-business-unit-manager` (type: `boolean`):

Search for jobs overseeing business units, departments, or functions.

## `ceo-general-management-other` (type: `boolean`):

Filter CEO and general management jobs that don't fit specific categories.

## `community-services-development` (type: `boolean`):

Include all community services and development subcategories.

## `aged-disability-support` (type: `boolean`):

Filter jobs providing care and support for aged and disabled individuals.

## `child-welfare-youth-family-services` (type: `boolean`):

Search for jobs supporting children, youth, and families in need.

## `community-development` (type: `boolean`):

Filter jobs promoting community growth, social justice, and empowerment.

## `employment-services` (type: `boolean`):

Filter jobs providing employment support, training, and job placement services.

## `fundraising` (type: `boolean`):

Search for jobs securing donations and sponsorships for community organizations.

## `housing-homelessness-services` (type: `boolean`):

Filter jobs providing housing support, advocacy, and homelessness services.

## `indigenous-multicultural-services` (type: `boolean`):

Search for jobs supporting Indigenous and multicultural communities.

## `community-services-development-management` (type: `boolean`):

Filter management jobs in community services and development.

## `volunteer-coordination-support` (type: `boolean`):

Search for jobs managing volunteer programs and supporting community engagement.

## `community-services-development-other` (type: `boolean`):

Filter community services and development jobs that don't fit specific categories.

## `construction` (type: `boolean`):

Include all construction subcategories.

## `contracts-management` (type: `boolean`):

Filter jobs managing construction contracts, negotiations, and agreements.

## `estimating` (type: `boolean`):

Search for jobs calculating construction costs, quotes, and tenders.

## `foreperson-supervisors` (type: `boolean`):

Filter jobs overseeing construction sites, teams, and operations.

## `construction-health-safety-environment` (type: `boolean`):

Search for jobs ensuring construction site safety, compliance, and sustainability.

## `construction-management` (type: `boolean`):

Filter jobs overseeing construction projects, teams, and operations.

## `planning-scheduling` (type: `boolean`):

Search for jobs coordinating construction timelines, budgets, and resources.

## `plant-machinery-operators` (type: `boolean`):

Filter jobs operating heavy machinery, equipment, and vehicles.

## `construction-project-management` (type: `boolean`):

Search for jobs managing construction projects from planning to completion.

## `construction-quality-assurance-control` (type: `boolean`):

Filter jobs ensuring construction quality, safety, and compliance.

## `construction-surveying` (type: `boolean`):

Search for jobs conducting site surveys, mapping, and geological assessments.

## `construction-other` (type: `boolean`):

Filter construction jobs that don't fit specific categories.

## `consulting-strategy` (type: `boolean`):

Include all consulting and strategy subcategories.

## `consulting-strategy-analysts` (type: `boolean`):

Filter jobs analyzing data, identifying trends, and informing business strategies.

## `corporate-development` (type: `boolean`):

Search for jobs driving business growth through M\&A, partnerships, and innovation.

## `environment-sustainability-consulting` (type: `boolean`):

Filter jobs advising on environmental sustainability, energy efficiency, and social responsibility.

## `management-change-consulting` (type: `boolean`):

Search for jobs helping organizations adapt to change, improve performance, and optimize operations.

## `policy` (type: `boolean`):

Filter jobs developing, implementing, and analyzing policies for organizations.

## `consulting-strategy-planning` (type: `boolean`):

Filter jobs developing and implementing business strategies and plans.

## `consulting-strategy-other` (type: `boolean`):

Filter consulting and strategy jobs that don't fit specific categories.

## `design-architecture` (type: `boolean`):

Include all design and architecture subcategories.

## `architectural-drafting` (type: `boolean`):

Filter jobs creating technical drawings and blueprints for buildings.

## `architecture` (type: `boolean`):

Search for jobs designing buildings, spaces, and environments.

## `fashion-textile-design` (type: `boolean`):

Filter jobs creating clothing, accessories, and textile designs.

## `graphic-design` (type: `boolean`):

Search for jobs designing visual communications, logos, and branding.

## `illustration-animation` (type: `boolean`):

Filter jobs creating illustrations, animations, and visual effects.

## `industrial-design` (type: `boolean`):

Search for jobs designing products, furniture, and equipment.

## `interior-design` (type: `boolean`):

Filter jobs designing interior spaces, layouts, and aesthetics.

## `landscape-architecture` (type: `boolean`):

Search for jobs designing outdoor spaces, parks, and gardens.

## `urban-design-planning` (type: `boolean`):

Filter jobs designing and planning cities, communities, and infrastructure.

## `web-interaction-design` (type: `boolean`):

Search for jobs designing user experiences and interfaces for websites.

## `design-architecture-other` (type: `boolean`):

Filter design and architecture jobs that don't fit specific categories.

## `education-training` (type: `boolean`):

Include all education and training subcategories.

## `childcare-outside-school-hours-care` (type: `boolean`):

Filter jobs providing childcare and supervision outside regular school hours.

## `library-services-information-management` (type: `boolean`):

Search for jobs managing libraries, information systems, and digital resources.

## `management-schools` (type: `boolean`):

Filter jobs leading and administering schools, including principals and administrators.

## `management-universities` (type: `boolean`):

Search for jobs leading and administering universities, including vice-chancellors and department heads.

## `management-vocational` (type: `boolean`):

Filter jobs leading and administering vocational education and training institutions.

## `research-fellowships` (type: `boolean`):

Search for research positions and fellowships in various academic fields.

## `student-services` (type: `boolean`):

Filter jobs supporting student well-being, academic success, and campus life.

## `teaching-early-childhood` (type: `boolean`):

Search for jobs teaching children from birth to age 8, including kindergarten and preschool.

## `teaching-primary` (type: `boolean`):

Filter jobs teaching students in primary schools (ages 5-11).

## `teaching-secondary` (type: `boolean`):

Search for jobs teaching students in secondary schools (ages 11-18).

## `teaching-tertiary` (type: `boolean`):

Filter jobs teaching students in universities and colleges.

## `teaching-vocational` (type: `boolean`):

Search for jobs teaching technical and vocational skills in various industries.

## `teaching-aides-special-needs` (type: `boolean`):

Filter jobs assisting teachers and supporting students with special needs.

## `tutoring` (type: `boolean`):

Search for jobs providing one-on-one academic support and mentoring.

## `workplace-training-assessment` (type: `boolean`):

Filter jobs providing training, evaluation, and skills assessment in workplace settings.

## `education-training-other` (type: `boolean`):

Filter education and training jobs that don't fit specific categories.

## `engineering` (type: `boolean`):

Include all engineering subcategories.

## `aerospace-engineering` (type: `boolean`):

Search for jobs designing and developing aircraft, spacecraft, and missiles.

## `automotive-engineering` (type: `boolean`):

Filter jobs designing and developing vehicles, automotive systems, and components.

## `building-services-engineering` (type: `boolean`):

Search for jobs designing and maintaining building systems, including HVAC, electrical, and plumbing.

## `chemical-engineering` (type: `boolean`):

Filter jobs developing processes and systems for chemical manufacturing and production.

## `civil-structural-engineering` (type: `boolean`):

Search for jobs designing and developing infrastructure, buildings, and structural systems.

## `electrical-electronic-engineering` (type: `boolean`):

Filter jobs designing and developing electrical systems, electronics, and embedded systems.

## `engineering-drafting` (type: `boolean`):

Search for jobs creating technical drawings and models for engineering projects.

## `environmental-engineering` (type: `boolean`):

Filter jobs developing solutions for environmental issues, including air, water, and waste management.

## `field-engineering` (type: `boolean`):

Search for jobs installing, maintaining, and repairing equipment and systems in the field.

## `industrial-engineering` (type: `boolean`):

Filter jobs optimizing industrial processes, systems, and facilities.

## `maintenance` (type: `boolean`):

Search for jobs maintaining and repairing equipment, machinery, and infrastructure.

## `engineering-management` (type: `boolean`):

Filter jobs leading and managing engineering teams, projects, and operations.

## `materials-handling-engineering` (type: `boolean`):

Search for jobs designing and developing systems for materials handling and logistics.

## `mechanical-engineering` (type: `boolean`):

Filter jobs designing and developing mechanical systems, machines, and devices.

## `process-engineering` (type: `boolean`):

Search for jobs designing and optimizing industrial processes and systems.

## `project-engineering` (type: `boolean`):

Filter jobs managing and coordinating engineering projects from conception to completion.

## `engineering-project-management` (type: `boolean`):

Search for jobs overseeing engineering projects, ensuring timely and budget-friendly delivery.

## `supervisors` (type: `boolean`):

Filter jobs supervising engineering teams, providing guidance and oversight.

## `systems-engineering` (type: `boolean`):

Search for jobs designing, integrating, and managing complex engineering systems.

## `water-waste-engineering` (type: `boolean`):

Filter jobs developing solutions for water treatment, wastewater management, and waste disposal.

## `engineering-other` (type: `boolean`):

Filter engineering jobs that don't fit specific categories.

## `farming-animals-conservation` (type: `boolean`):

Include all farming, animals, and conservation subcategories.

## `agronomy-farm-services` (type: `boolean`):

Search for jobs providing crop management, soil science, and farm support services.

## `conservation-parks-wildlife` (type: `boolean`):

Filter jobs preserving and protecting natural resources, parks, and wildlife.

## `farm-labour` (type: `boolean`):

Search for jobs performing manual labor on farms, including harvesting and livestock care.

## `farm-management` (type: `boolean`):

Filter jobs overseeing farm operations, including planning, production, and finance.

## `fishing-aquaculture` (type: `boolean`):

Search for jobs in fishing, seafood production, and aquatic animal farming.

## `horticulture` (type: `boolean`):

Filter jobs cultivating and managing plants, gardens, and landscapes.

## `veterinary-services-animal-welfare` (type: `boolean`):

Search for jobs providing veterinary care, animal health services, and welfare advocacy.

## `winery-viticulture` (type: `boolean`):

Filter jobs in grape cultivation, wine production, and vineyard management.

## `farming-animals-conservation-other` (type: `boolean`):

Filter farming, animals, and conservation jobs that don't fit specific categories.

## `government-defence` (type: `boolean`):

Include all government and defence subcategories.

## `air-force` (type: `boolean`):

Search for jobs in military aviation, including pilots, maintenance, and support personnel.

## `army` (type: `boolean`):

Search for jobs in the military's land-based branch, including combat, support, and administrative roles.

## `emergency-services` (type: `boolean`):

Filter jobs responding to emergencies, including firefighting, paramedicine, and disaster relief.

## `government-federal` (type: `boolean`):

Search for jobs in federal government agencies, including administration, policy, and public services.

## `government-local` (type: `boolean`):

Filter jobs in local government, including city, county, or municipal administration and services.

## `government-state` (type: `boolean`):

Search for jobs in state government agencies, including administration, policy, and public services.

## `navy` (type: `boolean`):

Filter jobs in the military's naval branch, including combat, support, and administrative roles.

## `police-corrections` (type: `boolean`):

Search for jobs in law enforcement, corrections, and criminal justice.

## `policy-planning-regulation` (type: `boolean`):

Filter jobs developing and implementing policies, plans, and regulations in government and industry.

## `government-defence-other` (type: `boolean`):

Filter government and defence jobs that don't fit specific categories.

## `healthcare-medical` (type: `boolean`):

Include all healthcare and medical subcategories.

## `ambulance-paramedics` (type: `boolean`):

Search for jobs providing emergency medical services, transportation, and care.

## `chiropractic-osteopathic` (type: `boolean`):

Filter jobs providing alternative medical treatments, including spinal manipulation and manual therapy.

## `clinical-medical-research` (type: `boolean`):

Search for jobs conducting studies, trials, and investigations to advance medical knowledge.

## `dental` (type: `boolean`):

Filter jobs providing dental care, including diagnosis, treatment, and prevention.

## `dieticians` (type: `boolean`):

Search for jobs promoting healthy eating habits, developing meal plans, and providing nutrition advice.

## `environmental-services` (type: `boolean`):

Filter jobs maintaining cleanliness, hygiene, and waste management in healthcare settings.

## `general-practitioners` (type: `boolean`):

Search for jobs providing primary care, routine check-ups, and referrals to specialists.

## `healthcare-medical-management` (type: `boolean`):

Filter jobs overseeing healthcare operations, including administration, finance, and strategy.

## `medical-administration` (type: `boolean`):

Search for jobs managing medical records, billing, and practice management.

## `medical-imaging` (type: `boolean`):

Filter jobs using medical imaging technologies, such as MRI, CT, and X-ray, for diagnostic purposes.

## `medical-specialists` (type: `boolean`):

Search for jobs specializing in specific medical fields, such as cardiology, oncology, or neurology.

## `natural-therapies-alternative-medicine` (type: `boolean`):

Filter jobs providing holistic and alternative medical treatments, including acupuncture, homeopathy, and herbalism.

## `nursing-a-e-critical-care-icu` (type: `boolean`):

Search for jobs providing emergency, critical care, and intensive care nursing services.

## `nursing-aged-care` (type: `boolean`):

Filter jobs providing nursing care to elderly patients in residential or community settings.

## `nursing-community-maternal-child-health` (type: `boolean`):

Search for jobs promoting community health, maternal care, and child health through nursing services.

## `nursing-educators-facilitators` (type: `boolean`):

Filter jobs teaching and training nursing students, professionals, and healthcare staff.

## `nursing-general-medical-surgical` (type: `boolean`):

Search for jobs providing general nursing care in medical and surgical settings.

## `nursing-high-acuity` (type: `boolean`):

Filter jobs providing intensive nursing care to critically ill patients.

## `nursing-management` (type: `boolean`):

Search for jobs overseeing nursing operations, including staffing, policy, and quality improvement.

## `nursing-midwifery-neo-natal-scn-nicu` (type: `boolean`):

Filter jobs providing nursing care to newborns, expectant mothers, and critically ill infants.

## `nursing-paediatric-picu` (type: `boolean`):

Search for jobs providing nursing care to children and critically ill pediatric patients.

## `nursing-psych-forensic-correctional-health` (type: `boolean`):

Filter jobs providing nursing care to patients with mental health issues, forensic patients, or those in correctional facilities.

## `nursing-theatre-recovery` (type: `boolean`):

Search for jobs providing nursing care in operating theatres and recovery rooms.

## `optical` (type: `boolean`):

Filter jobs related to eye care, including optometry, opticianry, and vision therapy.

## `pathology` (type: `boolean`):

Filter jobs analyzing tissues, cells, and bodily fluids to diagnose diseases and develop treatments.

## `pharmaceuticals-medical-devices` (type: `boolean`):

Search for jobs developing, manufacturing, and distributing medications and medical equipment.

## `pharmacy` (type: `boolean`):

Filter jobs dispensing medications, advising patients, and providing pharmaceutical services.

## `physiotherapy-ot-rehabilitation` (type: `boolean`):

Search for jobs helping patients recover from injuries or illnesses through physical therapy and rehabilitation.

## `psychology-counselling-social-work` (type: `boolean`):

Filter jobs providing mental health services, counseling, and social support to individuals and communities.

## `residents-registrars` (type: `boolean`):

Search for medical residency and registrar positions for postgraduate training.

## `healthcare-medical-sales` (type: `boolean`):

Filter jobs selling medical equipment, pharmaceuticals, or healthcare services.

## `speech-therapy` (type: `boolean`):

Search for jobs helping individuals with communication disorders through speech and language therapy.

## `healthcare-medical-other` (type: `boolean`):

Filter healthcare and medical jobs that don't fit specific categories.

## `hospitality-tourism` (type: `boolean`):

Include all hospitality and tourism subcategories.

## `airlines` (type: `boolean`):

Search for jobs in air transportation, including flight operations, customer service, and ground handling.

## `bar-beverage-staff` (type: `boolean`):

Search for jobs serving drinks and providing customer service in bars, restaurants, and hotels.

## `chefs-cooks` (type: `boolean`):

Filter jobs preparing and cooking food in restaurants, cafes, hotels, and other food service establishments.

## `front-office-guest-services` (type: `boolean`):

Search for jobs providing customer service, reception, and concierge services in hotels and resorts.

## `gaming` (type: `boolean`):

Filter jobs in casinos, gaming venues, or online gaming platforms, including dealers, managers, and support staff.

## `housekeeping` (type: `boolean`):

Search for jobs maintaining cleanliness and organization in hotels, resorts, and other accommodations.

## `kitchen-sandwich-hands` (type: `boolean`):

Filter jobs assisting chefs, preparing food, and maintaining kitchen operations.

## `hospitality-tourism-management` (type: `boolean`):

Search for leadership roles overseeing hospitality and tourism operations, including hotels, restaurants, and resorts.

## `reservations` (type: `boolean`):

Filter jobs handling bookings, cancellations, and customer inquiries for hotels, airlines, and travel agencies.

## `tour-guides` (type: `boolean`):

Search for jobs leading groups of travelers, providing information, and ensuring memorable experiences.

## `travel-agents-consultants` (type: `boolean`):

Filter jobs planning and booking travel itineraries for individuals, groups, and corporate clients.

## `waiting-staff` (type: `boolean`):

Search for jobs serving food and beverages in restaurants, cafes, and hotels.

## `hospitality-tourism-other` (type: `boolean`):

Filter hospitality and tourism jobs that don't fit specific categories.

## `human-resources-recruitment` (type: `boolean`):

Include all human resources and recruitment subcategories.

## `human-resources-recruitment-consulting-generalist-hr` (type: `boolean`):

Search for HR consulting jobs providing strategic advice on recruitment, talent management, and organizational development.

## `industrial-employee-relations` (type: `boolean`):

Filter jobs managing workplace relationships, negotiations, and conflict resolution.

## `management-agency` (type: `boolean`):

Search for leadership roles in recruitment agencies, overseeing client relationships and talent acquisition.

## `management-internal` (type: `boolean`):

Filter jobs leading HR teams within organizations, focusing on talent development and strategic workforce planning.

## `occupational-health-safety` (type: `boolean`):

Search for jobs ensuring workplace safety, implementing health programs, and reducing occupational risks.

## `organisational-development` (type: `boolean`):

Filter jobs designing and implementing organizational improvement strategies, enhancing performance and efficiency.

## `recruitment-agency` (type: `boolean`):

Search for jobs in recruitment agencies, matching candidates with client vacancies.

## `recruitment-internal` (type: `boolean`):

Filter jobs managing internal recruitment processes, sourcing and hiring talent within organizations.

## `remuneration-benefits` (type: `boolean`):

Search for jobs designing and administering compensation, benefits, and rewards programs.

## `training-development` (type: `boolean`):

Filter jobs creating and delivering employee training programs, enhancing skills and performance.

## `human-resources-recruitment-other` (type: `boolean`):

Filter human resources and recruitment jobs that don't fit specific categories.

## `information-communication-technology` (type: `boolean`):

Include all information communication technology subcategories.

## `architects` (type: `boolean`):

Search for jobs designing software, hardware, and network architectures.

## `business-systems-analysts` (type: `boolean`):

Filter jobs analyzing business needs and implementing technology solutions.

## `computer-operators` (type: `boolean`):

Search for jobs managing computer systems, monitoring performance, and ensuring uptime.

## `consultants` (type: `boolean`):

Filter jobs providing expert IT advice, strategy, and guidance to organizations.

## `database-development-administration` (type: `boolean`):

Search for jobs designing, implementing, and maintaining databases.

## `developers-programmers` (type: `boolean`):

Search for jobs designing, coding, and testing software applications and systems.

## `engineering-hardware` (type: `boolean`):

Filter jobs designing, developing, and testing computer hardware components.

## `engineering-network` (type: `boolean`):

Search for jobs designing, implementing, and maintaining computer networks and infrastructure.

## `engineering-software` (type: `boolean`):

Filter jobs developing, testing, and maintaining software applications and systems.

## `help-desk-it-support` (type: `boolean`):

Search for jobs providing technical assistance and support to users.

## `information-communication-technology-management` (type: `boolean`):

Filter leadership roles overseeing IT operations, strategy, and teams.

## `networks-systems-administration` (type: `boolean`):

Search for jobs managing and maintaining computer networks, systems, and infrastructure.

## `information-communication-technology-product-management-development` (type: `boolean`):

Filter jobs overseeing the development, launch, and maintenance of IT products.

## `programme-project-management` (type: `boolean`):

Search for jobs planning, coordinating, and delivering IT projects and programs.

## `sales-pre-post` (type: `boolean`):

Filter jobs selling IT products or services, including pre-sales consulting and post-sales support.

## `security` (type: `boolean`):

Search for jobs protecting computer systems, networks, and data from cyber threats.

## `team-leaders` (type: `boolean`):

Filter leadership roles overseeing IT teams, projects, or departments.

## `technical-writing` (type: `boolean`):

Search for jobs creating user manuals, guides, and documentation for IT products and services.

## `telecommunications` (type: `boolean`):

Filter jobs in phone, internet, and data communication services.

## `testing-quality-assurance` (type: `boolean`):

Search for jobs ensuring software and system quality through testing and validation.

## `web-development-production` (type: `boolean`):

Filter jobs designing, building, and maintaining websites and web applications.

## `information-communication-technology-other` (type: `boolean`):

Filter information communication technology jobs that don't fit specific categories.

## `insurance-superannuation` (type: `boolean`):

Include all insurance and superannuation subcategories.

## `actuarial` (type: `boolean`):

Search for jobs analyzing statistical data to assess insurance risks and policy pricing.

## `assessment` (type: `boolean`):

Filter jobs evaluating insurance claims and determining liability.

## `brokerage` (type: `boolean`):

Search for jobs connecting clients with insurance products and services.

## `claims` (type: `boolean`):

Filter jobs processing and resolving insurance claims.

## `fund-administration` (type: `boolean`):

Search for jobs managing and administering superannuation funds.

## `insurance-superannuation-management` (type: `boolean`):

Filter leadership roles overseeing insurance and superannuation operations.

## `risk-consulting` (type: `boolean`):

Search for jobs advising clients on risk management and mitigation strategies.

## `superannuation` (type: `boolean`):

Filter jobs managing and administering retirement benefits.

## `underwriting` (type: `boolean`):

Search for jobs evaluating and assuming insurance risks.

## `workers-compensation` (type: `boolean`):

Filter jobs managing workplace injury claims and benefits.

## `insurance-superannuation-other` (type: `boolean`):

Filter insurance and superannuation jobs that don't fit specific categories.

## `legal` (type: `boolean`):

Include all legal subcategories.

## `banking-finance-law` (type: `boolean`):

Search for jobs advising on banking, finance, and securities law.

## `construction-law` (type: `boolean`):

Filter jobs advising on construction contracts, disputes, and regulations.

## `corporate-commercial-law` (type: `boolean`):

Filter jobs advising on business structures, mergers, acquisitions, and commercial transactions.

## `criminal-civil-law` (type: `boolean`):

Search for jobs representing clients in criminal and civil courts, including trials and appeals.

## `environment-planning-law` (type: `boolean`):

Filter jobs advising on environmental regulations, land use, and urban planning.

## `family-law` (type: `boolean`):

Search for jobs handling divorce, child custody, and other family-related legal issues.

## `generalists-in-house` (type: `boolean`):

Filter in-house counsel jobs handling various legal matters for organizations.

## `generalists-law-firm` (type: `boolean`):

Search for law firm jobs handling diverse legal cases and clients.

## `industrial-relations-employment-law` (type: `boolean`):

Filter jobs advising on workplace laws, labor disputes, and employee relations.

## `insurance-superannuation-law` (type: `boolean`):

Search for jobs advising on insurance policies, claims, and superannuation funds.

## `intellectual-property-law` (type: `boolean`):

Filter jobs protecting patents, trademarks, copyrights, and trade secrets.

## `law-clerks-paralegals` (type: `boolean`):

Search for support roles assisting lawyers with research, documentation, and case management.

## `legal-practice-management` (type: `boolean`):

Filter leadership roles overseeing law firm operations, finance, and administration.

## `legal-secretaries` (type: `boolean`):

Search for administrative roles supporting lawyers with scheduling, documents, and correspondence.

## `litigation-dispute-resolution` (type: `boolean`):

Filter jobs representing clients in court, arbitration, and mediation proceedings.

## `personal-injury-law` (type: `boolean`):

Search for jobs handling compensation claims for accidents, injuries, and negligence.

## `property-law` (type: `boolean`):

Filter jobs advising on property transactions, conveyancing, and land development.

## `tax-law` (type: `boolean`):

Search for jobs advising on tax planning, compliance, and controversy resolution.

## `legal-other` (type: `boolean`):

Filter legal jobs that don't fit specific categories.

## `manufacturing-transport-logistics` (type: `boolean`):

Include all manufacturing, transport, and logistics subcategories.

## `manufacturing-transport-logistics-analysis-reporting` (type: `boolean`):

Filter jobs analyzing data and generating reports for manufacturing and logistics operations.

## `assembly-process-work` (type: `boolean`):

Search for jobs involving assembly, production lines, and manufacturing processes.

## `aviation-services` (type: `boolean`):

Filter jobs in air transportation, including flight operations and maintenance.

## `couriers-drivers-postal-services` (type: `boolean`):

Search for jobs delivering packages, documents, and mail.

## `fleet-management` (type: `boolean`):

Filter jobs overseeing vehicle maintenance, routing, and logistics.

## `freight-cargo-forwarding` (type: `boolean`):

Search for jobs coordinating shipping, warehousing, and transportation of goods.

## `import-export-customs` (type: `boolean`):

Filter jobs handling international trade, customs compliance, and regulatory affairs.

## `machine-operators` (type: `boolean`):

Search for jobs operating manufacturing equipment, machinery, and tools.

## `manufacturing-transport-logistics-management` (type: `boolean`):

Filter leadership roles overseeing manufacturing, transport, and logistics operations.

## `pattern-makers-garment-technicians` (type: `boolean`):

Search for jobs designing and developing textile patterns and garments.

## `pickers-packers` (type: `boolean`):

Filter jobs involving order fulfillment, packaging, and shipping.

## `production-planning-scheduling` (type: `boolean`):

Search for jobs coordinating production timelines, resource allocation, and supply chain management.

## `public-transport-taxi-services` (type: `boolean`):

Filter jobs driving or managing public transportation, taxis, or ride-sharing services.

## `purchasing-procurement-inventory` (type: `boolean`):

Search for jobs managing supply chain, procurement, and inventory management.

## `manufacturing-transport-logistics-quality-assurance-control` (type: `boolean`):

Filter jobs ensuring product quality, testing, and compliance in manufacturing and logistics.

## `rail-maritime-transport` (type: `boolean`):

Filter jobs in rail and maritime transportation, including operations and maintenance.

## `road-transport` (type: `boolean`):

Search for jobs in trucking, logistics, and road transportation services.

## `team-leaders-supervisors` (type: `boolean`):

Filter leadership roles overseeing teams in manufacturing, transport, and logistics.

## `warehousing-storage-distribution` (type: `boolean`):

Search for jobs managing inventory, storage, and distribution operations.

## `manufacturing-transport-logistics-other` (type: `boolean`):

Filter manufacturing, transport, and logistics jobs that don't fit specific categories.

## `marketing-communications` (type: `boolean`):

Include all marketing communications subcategories.

## `brand-management` (type: `boolean`):

Filter jobs developing and maintaining brand identity and strategy.

## `digital-search-marketing` (type: `boolean`):

Search for jobs in online marketing, SEO, and paid advertising.

## `direct-marketing-crm` (type: `boolean`):

Filter jobs managing customer relationships and direct marketing campaigns.

## `marketing-communications-event-management` (type: `boolean`):

Search for jobs planning and executing marketing events and conferences.

## `internal-communications` (type: `boolean`):

Filter jobs managing employee engagement and internal messaging.

## `marketing-communications-management` (type: `boolean`):

Filter leadership roles overseeing marketing communications teams.

## `market-research-analysis` (type: `boolean`):

Search for jobs analyzing market trends and consumer behavior.

## `marketing-assistants-coordinators` (type: `boolean`):

Filter entry-level marketing roles supporting campaigns and projects.

## `marketing-communications-marketing-communications` (type: `boolean`):

Search for jobs creating and disseminating marketing messages.

## `marketing-communications-product-management-development` (type: `boolean`):

Filter jobs managing product launches and development.

## `public-relations-corporate-affairs` (type: `boolean`):

Search for jobs managing company reputation and media relations.

## `trade-marketing` (type: `boolean`):

Filter jobs promoting products to wholesalers, retailers, and distributors.

## `marketing-communications-other` (type: `boolean`):

Filter marketing communications jobs that don't fit specific categories.

## `mining-resources-energy` (type: `boolean`):

Include all mining, resources, and energy subcategories.

## `mining-resources-energy-analysis-reporting` (type: `boolean`):

Filter jobs analyzing data and generating reports for mining, resources, and energy operations.

## `mining-resources-energy-health-safety-environment` (type: `boolean`):

Search for jobs ensuring safe and sustainable practices in mining, resources, and energy.

## `mining-resources-energy-management` (type: `boolean`):

Filter leadership roles overseeing mining, resources, and energy operations.

## `mining-drill-blast` (type: `boolean`):

Search for jobs in drilling and blasting operations for mining.

## `mining-engineering-maintenance` (type: `boolean`):

Filter jobs designing, maintaining, and optimizing mining equipment and infrastructure.

## `mining-exploration-geoscience` (type: `boolean`):

Search for jobs exploring and analyzing geological data for mining operations.

## `mining-operations` (type: `boolean`):

Filter jobs managing day-to-day mining activities, including extraction and processing.

## `mining-processing` (type: `boolean`):

Search for jobs transforming raw materials into refined products.

## `natural-resources-water` (type: `boolean`):

Filter jobs managing water resources, conservation, and sustainability.

## `oil-gas-drilling` (type: `boolean`):

Search for jobs drilling and extracting oil and gas.

## `oil-gas-engineering-maintenance` (type: `boolean`):

Filter jobs designing, maintaining, and optimizing oil and gas equipment and infrastructure.

## `oil-gas-exploration-geoscience` (type: `boolean`):

Search for jobs exploring and analyzing geological data for oil and gas operations.

## `oil-gas-operations` (type: `boolean`):

Filter jobs managing day-to-day oil and gas activities, including extraction and processing.

## `oil-gas-production-refinement` (type: `boolean`):

Search for jobs transforming crude oil and gas into refined products.

## `power-generation-distribution` (type: `boolean`):

Filter jobs generating and distributing electricity.

## `mining-resources-energy-surveying` (type: `boolean`):

Search for jobs conducting geological surveys and mapping for mining and energy operations.

## `mining-resources-energy-other` (type: `boolean`):

Filter mining, resources, and energy jobs that don't fit specific categories.

## `real-estate-property` (type: `boolean`):

Include all real estate and property subcategories.

## `real-estate-property-administration` (type: `boolean`):

Filter administrative roles in real estate and property management.

## `real-estate-property-analysts` (type: `boolean`):

Search for jobs analyzing market trends and property data.

## `body-corporate-facilities-management` (type: `boolean`):

Filter jobs managing shared facilities and amenities.

## `commercial-sales-leasing-property-mgmt` (type: `boolean`):

Search for jobs buying, selling, leasing, and managing commercial properties.

## `residential-leasing-property-management` (type: `boolean`):

Filter jobs managing residential rentals and properties.

## `residential-sales` (type: `boolean`):

Search for jobs buying and selling residential properties.

## `retail-property-development` (type: `boolean`):

Filter jobs developing and managing retail properties.

## `valuation` (type: `boolean`):

Search for jobs determining property values.

## `real-estate-property-other` (type: `boolean`):

Filter real estate and property jobs that don't fit specific categories.

## `retail-consumer-products` (type: `boolean`):

Include all retail and consumer products subcategories.

## `buying` (type: `boolean`):

Filter jobs purchasing products for retail sale.

## `management-area-multi-site` (type: `boolean`):

Search for jobs managing multiple retail locations.

## `management-department-assistant` (type: `boolean`):

Filter assistant roles supporting retail department managers.

## `management-store` (type: `boolean`):

Search for jobs managing retail stores.

## `merchandisers` (type: `boolean`):

Filter jobs planning and executing product displays and promotions.

## `planning` (type: `boolean`):

Search for jobs analyzing sales data and planning retail strategies.

## `retail-assistants` (type: `boolean`):

Filter entry-level retail roles assisting customers and supporting sales.

## `retail-consumer-products-other` (type: `boolean`):

Filter retail and consumer products jobs that don't fit specific categories.

## `sales` (type: `boolean`):

Include all sales subcategories.

## `sales-account-relationship-management` (type: `boolean`):

Filter jobs managing existing client relationships and sales growth.

## `sales-analysis-reporting` (type: `boolean`):

Search for jobs analyzing sales data and generating reports.

## `sales-management` (type: `boolean`):

Filter leadership roles overseeing sales teams.

## `new-business-development` (type: `boolean`):

Search for jobs identifying and pursuing new sales opportunities.

## `sales-coordinators` (type: `boolean`):

Filter administrative roles supporting sales teams.

## `sales-representatives-consultants` (type: `boolean`):

Search for jobs directly engaging with customers and driving sales.

## `sales-other` (type: `boolean`):

Filter sales jobs that don't fit specific categories.

## `science-technology` (type: `boolean`):

Include all science and technology subcategories.

## `biological-biomedical-sciences` (type: `boolean`):

Filter jobs in biological research, development, and application.

## `biotechnology-genetics` (type: `boolean`):

Search for jobs in genetic research, engineering, and product development.

## `chemistry-physics` (type: `boolean`):

Filter jobs in chemical and physical research, development, and application.

## `environmental-earth-geosciences` (type: `boolean`):

Search for jobs in environmental conservation, geology, and earth sciences.

## `food-technology-safety` (type: `boolean`):

Filter jobs ensuring food quality, safety, and production.

## `laboratory-technical-services` (type: `boolean`):

Search for jobs conducting tests, analyses, and research in laboratory settings.

## `materials-sciences` (type: `boolean`):

Filter jobs researching and developing new materials and technologies.

## `mathematics-statistics-information-sciences` (type: `boolean`):

Filter jobs applying mathematical, statistical, and informational sciences.

## `modelling-simulation` (type: `boolean`):

Search for jobs creating models and simulations for analysis and prediction.

## `science-technology-quality-assurance-control` (type: `boolean`):

Filter jobs ensuring quality standards in scientific and technological fields.

## `science-technology-other` (type: `boolean`):

Filter science and technology jobs that don't fit specific categories.

## `sport-recreation` (type: `boolean`):

Include all sport and recreation subcategories.

## `coaching-instruction` (type: `boolean`):

Filter jobs teaching and training individuals or teams in sports and fitness.

## `fitness-personal-training` (type: `boolean`):

Search for jobs leading fitness classes or training individuals.

## `sport-recreation-management` (type: `boolean`):

Filter leadership roles overseeing sports and recreation programs.

## `sport-recreation-other` (type: `boolean`):

Filter sport and recreation jobs that don't fit specific categories.

## `trades-services` (type: `boolean`):

Include all trades and services subcategories.

## `air-conditioning-refrigeration` (type: `boolean`):

Filter jobs installing, maintaining, and repairing HVAC and refrigeration systems.

## `automotive-trades` (type: `boolean`):

Search for jobs repairing and maintaining vehicles.

## `bakers-pastry-chefs` (type: `boolean`):

Filter jobs preparing baked goods and pastries.

## `building-trades` (type: `boolean`):

Search for jobs in construction, carpentry, and masonry.

## `butchers` (type: `boolean`):

Filter jobs cutting, processing, and selling meat products.

## `carpentry-cabinet-making` (type: `boolean`):

Search for jobs building, installing, and repairing cabinets and furniture.

## `cleaning-services` (type: `boolean`):

Filter jobs providing cleaning and maintenance services.

## `electricians` (type: `boolean`):

Search for jobs installing, maintaining, and repairing electrical systems.

## `fitters-turners-machinists` (type: `boolean`):

Filter jobs fabricating, assembling, and repairing machinery and equipment.

## `floristry` (type: `boolean`):

Search for jobs creating floral arrangements and managing flower shops.

## `gardening-landscaping` (type: `boolean`):

Filter jobs maintaining gardens, parks, and outdoor spaces.

## `hair-beauty-services` (type: `boolean`):

Search for jobs providing hair styling, makeup, and beauty treatments.

## `labourers` (type: `boolean`):

Filter manual labor jobs assisting tradespeople and construction sites.

## `locksmiths` (type: `boolean`):

Search for jobs installing, repairing, and maintaining locks and security devices.

## `maintenance-handyperson-services` (type: `boolean`):

Filter jobs performing routine maintenance and repairs.

## `nannies-babysitters` (type: `boolean`):

Search for childcare jobs providing in-home care.

## `painters-sign-writers` (type: `boolean`):

Filter jobs applying paint and coatings, and creating signs.

## `plumbers` (type: `boolean`):

Search for jobs installing, maintaining, and repairing pipes and plumbing systems.

## `printing-publishing-services` (type: `boolean`):

Filter jobs producing printed materials and publications.

## `security-services` (type: `boolean`):

Search for jobs protecting people, property, and assets.

## `tailors-dressmakers` (type: `boolean`):

Filter jobs creating, altering, and repairing clothing.

## `technicians` (type: `boolean`):

Search for jobs repairing and maintaining technical equipment.

## `welders-boilermakers` (type: `boolean`):

Filter jobs joining metal parts using heat and pressure.

## `trades-services-other` (type: `boolean`):

Filter trades and services jobs that don't fit specific categories.

## `self-employment` (type: `boolean`):

Include jobs for entrepreneurs and independent contractors.

## `suburbOrCity` (type: `string`):

The suburb or city for the job location.

## `state` (type: `string`):

The state for the job location.

## `postCode` (type: `string`):

The postcode for the job location.

## `seekCookie` (type: `string`):

Optional. Paste the raw Cookie header from a logged-in SEEK session to unlock applicant statistics (numApplicants / resume / cover-letter percentages). Leave empty for anonymous scraping.

## `proxyConfiguration` (type: `object`):

Optional Apify Proxy configuration used as the mid-tier (datacenter) network.

## Actor input object example

```json
{
  "searchUrl": "https://www.seek.com.au/software-jobs/in-All-Sydney-NSW/full-time?classification=6281&daterange=7&sortmode=ListedDate",
  "maxResults": 10,
  "searchTerm": "software developer",
  "requireEmail": false,
  "requirePhone": false,
  "requireEmailPhone": false,
  "includeOneInTitle": [],
  "sortBy": "ListedDate",
  "dateRange": 7,
  "country": "australia",
  "location": "All Sydney NSW",
  "workTypes": [],
  "workArrangements": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxResults": 10,
    "searchTerm": "developer",
    "location": "All Sydney NSW",
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scraper-engine/seek-job-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "maxResults": 10,
    "searchTerm": "developer",
    "location": "All Sydney NSW",
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("scraper-engine/seek-job-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxResults": 10,
  "searchTerm": "developer",
  "location": "All Sydney NSW",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call scraper-engine/seek-job-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scraper-engine/seek-job-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/pqNbFw1TR69EuqJpQ/builds/QFVbrDfSqma8o1VMZ/openapi.json
