# Seek Extractor (`jupri/seek-extractor`) Actor

💫 Scrape Seek.com Websites

- **URL**: https://apify.com/jupri/seek-extractor.md
- **Developed by:** [cat](https://apify.com/jupri) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 171 total users, 7 monthly users, 100.0% runs succeeded, 14 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

$5.00 / 1,000 rows

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## Welcome to Seek Extractor

<img height="32" src="https://apify.com/actor-badge?actor=jupri~seek-extractor" align="right">

![dont be sad readme is here](https://raw.githubusercontent.com/JupriGH/resources/main/cats/catframe.png)

### About Seek.com

<img width="240" src="https://upload.wikimedia.org/wikipedia/en/9/9c/Seek_Limited_logo.svg" align="right">

**SEEK** is an Australian online employment marketplace, headquartered in [Melbourne](https://en.wikipedia.org/wiki/Melbourne "Melbourne"). Outside of Australia, the company operates in New Zealand, China, Hong Kong, Singapore, Indonesia, Philippines, Malaysia, Thailand, Brazil, Mexico, Nigeria, and South Africa.[[1]](https://en.wikipedia.org/wiki/SEEK#cite_note-1)

Seek was founded in November 1997[[2]](https://en.wikipedia.org/wiki/SEEK#cite_note-2) by [Andrew Bassat](https://en.wikipedia.org/wiki/Andrew_Bassat "Andrew Bassat"), [Paul Bassat](https://en.wikipedia.org/wiki/Paul_Bassat "Paul Bassat") and [Matt Rockman](https://en.wikipedia.org/wiki/Matt_Rockman "Matt Rockman") as an online version of print employment classifieds, and it launched its website in March 1998.[[3]](https://en.wikipedia.org/wiki/SEEK#cite_note-3) On 18 April 2005, Seek was [floated](https://en.wikipedia.org/wiki/Initial_public_offering "Initial public offering") on the [Australian Securities Exchange](https://en.wikipedia.org/wiki/Australian_Securities_Exchange "Australian Securities Exchange") with a [market capitalisation](https://en.wikipedia.org/wiki/Market_capitalisation "Market capitalisation") of $587 million.[[4]](https://en.wikipedia.org/wiki/SEEK#cite_note-4)

### Supported Country/Website

|Country|Website|
|-|-|
|Australia|https://www.seek.com.au|
|Hong Kong|https://hk.jobsdb.com|
|Indonesia|https://www.jobstreet.co.id|
|Malaysia|https://www.jobstreet.com.my|
|New Zealand|https://www.seek.co.nz|
|Philippines|https://www.jobstreet.com.ph|
|Singapore|https://www.jobstreet.com.sg|
|Thailand|https://th.jobsdb.com|

# Actor input Schema

## `query` (type: `string`):

💡 Search terms
## `country` (type: `string`):

💡 Website
## `operation` (type: `string`):

No description
## `limit` (type: `integer`):

💡 Number of results
## `includes.content` (type: `string`):

💡 Included Job Content Detail and Questions
## `sort` (type: `string`):

No description
## `where` (type: `string`):

💡 Job location
## `radius` (type: `integer`):

💡 Radius (default=50 Km)
## `days` (type: `integer`):

Listed in last (days)
## `company` (type: `integer`):

No description
## `category` (type: `array`):

💡 Classifications CODES separated by comma <code>(see README)</code>
## `types.full` (type: `boolean`):

No description
## `types.part` (type: `boolean`):

No description
## `types.contract` (type: `boolean`):

No description
## `types.casual` (type: `boolean`):

No description
## `salary_type` (type: `string`):

No description
## `salary_min` (type: `integer`):

No description
## `salary_max` (type: `integer`):

No description
## `dev_custom_headers` (type: `array`):

💡 Additional HTTP Headers
## `dev_custom_cookies` (type: `array`):

💡 Additional HTTP Cookies
## `dev_transform_fields` (type: `array`):

💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>
## `dev_dataset_name` (type: `string`):

💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>
## `dev_dataset_clear` (type: `boolean`):

Clear Dataset before insert/update.
## `dev_no_strip` (type: `boolean`):

💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>

## Actor input object example

```json
{
  "query": "python",
  "limit": 5
}
````

# 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 = {
    "query": "python",
    "limit": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("jupri/seek-extractor").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 = {
    "query": "python",
    "limit": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("jupri/seek-extractor").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 '{
  "query": "python",
  "limit": 5
}' |
apify call jupri/seek-extractor --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Seek Extractor",
        "description": "💫 Scrape Seek.com Websites",
        "version": "0.1",
        "x-build-id": "HViscXmNAshtToky6"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jupri~seek-extractor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jupri-seek-extractor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/jupri~seek-extractor/runs": {
            "post": {
                "operationId": "runs-sync-jupri-seek-extractor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/jupri~seek-extractor/run-sync": {
            "post": {
                "operationId": "run-sync-jupri-seek-extractor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "title": "❓ Query",
                        "type": "string",
                        "description": "💡 Search terms"
                    },
                    "country": {
                        "title": "🌐 Country",
                        "enum": [
                            "australia",
                            "hongkong",
                            "indonesia",
                            "malaysia",
                            "newzealand",
                            "philippines",
                            "singapore",
                            "thailand"
                        ],
                        "type": "string",
                        "description": "💡 Website"
                    },
                    "operation": {
                        "title": "🔎 Operation",
                        "enum": [
                            "jobs",
                            "companies",
                            "recruiters",
                            "people",
                            "threads"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "limit": {
                        "title": "♾️ Limit",
                        "type": "integer",
                        "description": "💡 Number of results"
                    },
                    "includes.content": {
                        "title": "Job Content",
                        "enum": [
                            "html",
                            "md",
                            "text"
                        ],
                        "type": "string",
                        "description": "💡 Included Job Content Detail and Questions"
                    },
                    "sort": {
                        "title": "🤏🏼 Sort",
                        "enum": [
                            "relevance",
                            "date"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "where": {
                        "title": "Where",
                        "type": "string",
                        "description": "💡 Job location"
                    },
                    "radius": {
                        "title": "Radius",
                        "type": "integer",
                        "description": "💡 Radius (default=50 Km)"
                    },
                    "days": {
                        "title": "Listed Time",
                        "type": "integer",
                        "description": "Listed in last (days)"
                    },
                    "company": {
                        "title": "Company ID",
                        "type": "integer",
                        "description": ""
                    },
                    "category": {
                        "title": "Classifications",
                        "type": "array",
                        "description": "💡 Classifications CODES separated by comma <code>(see README)</code>",
                        "items": {
                            "type": "string",
                            "enum": [
                                "1200",
                                "6140",
                                "1303",
                                "6141",
                                "6143",
                                "6142",
                                "6144",
                                "6145",
                                "6146",
                                "6147",
                                "6148",
                                "6149",
                                "6150",
                                "6151",
                                "6152",
                                "6153",
                                "6154",
                                "6155",
                                "6157",
                                "6156",
                                "6162",
                                "1468",
                                "6158",
                                "6159",
                                "6160",
                                "6161",
                                "6251",
                                "6252",
                                "6253",
                                "6254",
                                "6255",
                                "6256",
                                "6260",
                                "6257",
                                "6258",
                                "6259",
                                "6304",
                                "6305",
                                "6306",
                                "6307",
                                "6308",
                                "6309",
                                "6310",
                                "6311",
                                "6316",
                                "6312",
                                "6313",
                                "6314",
                                "6315",
                                "1203",
                                "6174",
                                "6175",
                                "6177",
                                "6178",
                                "6176",
                                "1352",
                                "6179",
                                "6180",
                                "6181",
                                "1392",
                                "1404",
                                "6182",
                                "6183",
                                "6187",
                                "6184",
                                "6185",
                                "6186",
                                "7019",
                                "7020",
                                "7021",
                                "7022",
                                "7023",
                                "7024",
                                "1204",
                                "6084",
                                "6085",
                                "6086",
                                "6087",
                                "6091",
                                "6088",
                                "6089",
                                "6090",
                                "6163",
                                "6164",
                                "6165",
                                "6166",
                                "6167",
                                "6168",
                                "6169",
                                "6170",
                                "6171",
                                "6173",
                                "6172",
                                "1206",
                                "6113",
                                "1387",
                                "6114",
                                "6115",
                                "6116",
                                "6122",
                                "6117",
                                "6118",
                                "6119",
                                "6120",
                                "6121",
                                "6076",
                                "6077",
                                "6078",
                                "6079",
                                "6080",
                                "6083",
                                "6081",
                                "6082",
                                "6263",
                                "6265",
                                "6264",
                                "6267",
                                "6268",
                                "6266",
                                "6269",
                                "6270",
                                "6271",
                                "6274",
                                "6272",
                                "6273",
                                "6123",
                                "6124",
                                "6125",
                                "6126",
                                "6127",
                                "6128",
                                "6139",
                                "6129",
                                "6130",
                                "6132",
                                "6133",
                                "6134",
                                "6135",
                                "6136",
                                "6131",
                                "6137",
                                "6138",
                                "1209",
                                "6022",
                                "6023",
                                "6024",
                                "6026",
                                "6027",
                                "6028",
                                "6025",
                                "6029",
                                "6030",
                                "6031",
                                "6032",
                                "6033",
                                "6034",
                                "6035",
                                "6042",
                                "6036",
                                "6038",
                                "6037",
                                "6039",
                                "6040",
                                "6041",
                                "6205",
                                "6206",
                                "6207",
                                "6208",
                                "6209",
                                "6210",
                                "6211",
                                "6214",
                                "6212",
                                "6213",
                                "1210",
                                "1314",
                                "1322",
                                "1378",
                                "1409",
                                "1410",
                                "1411",
                                "6356",
                                "6357",
                                "1450",
                                "6361",
                                "6359",
                                "6360",
                                "6358",
                                "1211",
                                "6329",
                                "6330",
                                "1353",
                                "1372",
                                "6331",
                                "1386",
                                "6332",
                                "6333",
                                "6334",
                                "6335",
                                "6336",
                                "6337",
                                "6338",
                                "6339",
                                "6340",
                                "6341",
                                "6342",
                                "6343",
                                "6344",
                                "6345",
                                "6346",
                                "6347",
                                "6348",
                                "6349",
                                "6355",
                                "1467",
                                "6350",
                                "1470",
                                "6352",
                                "6351",
                                "6370",
                                "6353",
                                "6354",
                                "1212",
                                "1315",
                                "1332",
                                "6052",
                                "6053",
                                "1405",
                                "1415",
                                "6054",
                                "6055",
                                "6057",
                                "6056",
                                "1537",
                                "1542",
                                "1549",
                                "6317",
                                "6318",
                                "6319",
                                "6320",
                                "6321",
                                "6322",
                                "6323",
                                "6328",
                                "6324",
                                "6325",
                                "6326",
                                "6327",
                                "6281",
                                "6282",
                                "6283",
                                "6284",
                                "6285",
                                "6286",
                                "6287",
                                "6288",
                                "6289",
                                "6290",
                                "6291",
                                "6292",
                                "6293",
                                "6303",
                                "6294",
                                "6295",
                                "6296",
                                "6297",
                                "6298",
                                "6299",
                                "6300",
                                "6301",
                                "6302",
                                "1214",
                                "6275",
                                "6276",
                                "6277",
                                "1350",
                                "6278",
                                "6279",
                                "6280",
                                "1499",
                                "1524",
                                "1544",
                                "1553",
                                "1216",
                                "6188",
                                "6190",
                                "6191",
                                "6189",
                                "6192",
                                "6193",
                                "6194",
                                "6195",
                                "6196",
                                "6197",
                                "6198",
                                "1429",
                                "6199",
                                "1431",
                                "6200",
                                "6204",
                                "6201",
                                "6202",
                                "6203",
                                "6092",
                                "6095",
                                "6093",
                                "6094",
                                "6096",
                                "6097",
                                "6098",
                                "6099",
                                "6101",
                                "6102",
                                "6112",
                                "6104",
                                "6105",
                                "6103",
                                "6100",
                                "6109",
                                "6106",
                                "6110",
                                "6111",
                                "6107",
                                "6108",
                                "6008",
                                "6009",
                                "6010",
                                "6011",
                                "6012",
                                "6013",
                                "6017",
                                "6014",
                                "6015",
                                "6016",
                                "6021",
                                "6018",
                                "6019",
                                "6020",
                                "6058",
                                "6059",
                                "6060",
                                "6061",
                                "6062",
                                "6063",
                                "6064",
                                "6066",
                                "6065",
                                "6073",
                                "6067",
                                "6068",
                                "6069",
                                "6071",
                                "6070",
                                "6075",
                                "6072",
                                "6074",
                                "1220",
                                "6371",
                                "6001",
                                "6002",
                                "6003",
                                "6007",
                                "6004",
                                "6005",
                                "6006",
                                "1546",
                                "6043",
                                "6044",
                                "6045",
                                "6046",
                                "6047",
                                "6048",
                                "6051",
                                "6049",
                                "6050",
                                "6362",
                                "6363",
                                "6364",
                                "6366",
                                "6365",
                                "6369",
                                "6367",
                                "6368",
                                "1223",
                                "6215",
                                "6216",
                                "6217",
                                "6218",
                                "6219",
                                "6220",
                                "6221",
                                "6222",
                                "6223",
                                "6225",
                                "6224",
                                "6261",
                                "6262",
                                "6246",
                                "6247",
                                "6248",
                                "6249",
                                "6250",
                                "1225",
                                "1313",
                                "1328",
                                "6226",
                                "6227",
                                "6228",
                                "1345",
                                "6229",
                                "6230",
                                "6231",
                                "6232",
                                "1406",
                                "6233",
                                "6234",
                                "6235",
                                "6236",
                                "6237",
                                "6245",
                                "6238",
                                "6240",
                                "6239",
                                "6241",
                                "6242",
                                "6243",
                                "6244"
                            ],
                            "enumTitles": [
                                "📂 Accounting ➡️ All",
                                "󠀠󠀠🗀 Accounting ➡️ Accounts Officers/Clerks",
                                "󠀠󠀠🗀 Accounting ➡️ Accounts Payable",
                                "󠀠󠀠🗀 Accounting ➡️ Accounts Receivable/Credit Control",
                                "󠀠󠀠🗀 Accounting ➡️ Analysis & Reporting",
                                "󠀠󠀠🗀 Accounting ➡️ Assistant Accountants",
                                "󠀠󠀠🗀 Accounting ➡️ Audit - External",
                                "󠀠󠀠🗀 Accounting ➡️ Audit - Internal",
                                "󠀠󠀠🗀 Accounting ➡️ Bookkeeping & Small Practice Accounting",
                                "󠀠󠀠🗀 Accounting ➡️ Business Services & Corporate Advisory",
                                "󠀠󠀠🗀 Accounting ➡️ Company Secretaries",
                                "󠀠󠀠🗀 Accounting ➡️ Compliance & Risk",
                                "󠀠󠀠🗀 Accounting ➡️ Cost Accounting",
                                "󠀠󠀠🗀 Accounting ➡️ Financial Accounting & Reporting",
                                "󠀠󠀠🗀 Accounting ➡️ Financial Managers & Controllers",
                                "󠀠󠀠🗀 Accounting ➡️ Forensic Accounting & Investigation",
                                "󠀠󠀠🗀 Accounting ➡️ Insolvency & Corporate Recovery",
                                "󠀠󠀠🗀 Accounting ➡️ Inventory & Fixed Assets",
                                "󠀠󠀠🗀 Accounting ➡️ Management Accounting & Budgeting",
                                "󠀠󠀠🗀 Accounting ➡️ Management",
                                "󠀠󠀠🗀 Accounting ➡️ Other",
                                "󠀠󠀠🗀 Accounting ➡️ Payroll",
                                "󠀠󠀠🗀 Accounting ➡️ Strategy & Planning",
                                "󠀠󠀠🗀 Accounting ➡️ Systems Accounting & IT Audit",
                                "󠀠󠀠🗀 Accounting ➡️ Taxation",
                                "󠀠󠀠🗀 Accounting ➡️ Treasury",
                                "📂 Administration & Office Support ➡️ All",
                                "󠀠󠀠🗀 Administration & Office Support ➡️ Administrative Assistants",
                                "󠀠󠀠🗀 Administration & Office Support ➡️ Client & Sales Administration",
                                "󠀠󠀠🗀 Administration & Office Support ➡️ Contracts Administration",
                                "󠀠󠀠🗀 Administration & Office Support ➡️ Data Entry & Word Processing",
                                "󠀠󠀠🗀 Administration & Office Support ➡️ Office Management",
                                "󠀠󠀠🗀 Administration & Office Support ➡️ Other",
                                "󠀠󠀠🗀 Administration & Office Support ➡️ PA, EA & Secretarial",
                                "󠀠󠀠🗀 Administration & Office Support ➡️ Receptionists",
                                "󠀠󠀠🗀 Administration & Office Support ➡️ Records Management & Document Control",
                                "📂 Advertising, Arts & Media ➡️ All",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Agency Account Management",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Art Direction",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Editing & Publishing",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Event Management",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Journalism & Writing",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Management",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Media Strategy, Planning & Buying",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Other",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Performing Arts",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Photography",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Programming & Production",
                                "󠀠󠀠🗀 Advertising, Arts & Media ➡️ Promotions",
                                "📂 Banking & Financial Services ➡️ All",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Account & Relationship Management",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Analysis & Reporting",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Banking - Business",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Banking - Corporate & Institutional",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Banking - Retail/Branch",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Client Services",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Compliance & Risk",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Corporate Finance & Investment Banking",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Credit",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Financial Planning",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Funds Management",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Management",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Mortgages",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Other",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Settlements",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Stockbroking & Trading",
                                "󠀠󠀠🗀 Banking & Financial Services ➡️ Treasury",
                                "📂 CEO & General Management ➡️ All",
                                "󠀠󠀠🗀 CEO & General Management ➡️ Board Appointments",
                                "󠀠󠀠🗀 CEO & General Management ➡️ CEO",
                                "󠀠󠀠🗀 CEO & General Management ➡️ COO & MD",
                                "󠀠󠀠🗀 CEO & General Management ➡️ General/Business Unit Manager",
                                "󠀠󠀠🗀 CEO & General Management ➡️ Other",
                                "📂 Call Centre & Customer Service ➡️ All",
                                "󠀠󠀠🗀 Call Centre & Customer Service ➡️ Collections",
                                "󠀠󠀠🗀 Call Centre & Customer Service ➡️ Customer Service - Call Centre",
                                "󠀠󠀠🗀 Call Centre & Customer Service ➡️ Customer Service - Customer Facing",
                                "󠀠󠀠🗀 Call Centre & Customer Service ➡️ Management & Support",
                                "󠀠󠀠🗀 Call Centre & Customer Service ➡️ Other",
                                "󠀠󠀠🗀 Call Centre & Customer Service ➡️ Sales - Inbound",
                                "󠀠󠀠🗀 Call Centre & Customer Service ➡️ Sales - Outbound",
                                "󠀠󠀠🗀 Call Centre & Customer Service ➡️ Supervisors/Team Leaders",
                                "📂 Community Services & Development ➡️ All",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Aged & Disability Support",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Child Welfare, Youth & Family Services",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Community Development",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Employment Services",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Fundraising",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Housing & Homelessness Services",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Indigenous & Multicultural Services",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Management",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Other",
                                "󠀠󠀠🗀 Community Services & Development ➡️ Volunteer Coordination & Support",
                                "📂 Construction ➡️ All",
                                "󠀠󠀠🗀 Construction ➡️ Contracts Management",
                                "󠀠󠀠🗀 Construction ➡️ Estimating",
                                "󠀠󠀠🗀 Construction ➡️ Foreperson/Supervisors",
                                "󠀠󠀠🗀 Construction ➡️ Health, Safety & Environment",
                                "󠀠󠀠🗀 Construction ➡️ Management",
                                "󠀠󠀠🗀 Construction ➡️ Other",
                                "󠀠󠀠🗀 Construction ➡️ Planning & Scheduling",
                                "󠀠󠀠🗀 Construction ➡️ Plant & Machinery Operators",
                                "󠀠󠀠🗀 Construction ➡️ Project Management",
                                "󠀠󠀠🗀 Construction ➡️ Quality Assurance & Control",
                                "󠀠󠀠🗀 Construction ➡️ Surveying",
                                "📂 Consulting & Strategy ➡️ All",
                                "󠀠󠀠🗀 Consulting & Strategy ➡️ Analysts",
                                "󠀠󠀠🗀 Consulting & Strategy ➡️ Corporate Development",
                                "󠀠󠀠🗀 Consulting & Strategy ➡️ Environment & Sustainability Consulting",
                                "󠀠󠀠🗀 Consulting & Strategy ➡️ Management & Change Consulting",
                                "󠀠󠀠🗀 Consulting & Strategy ➡️ Other",
                                "󠀠󠀠🗀 Consulting & Strategy ➡️ Policy",
                                "󠀠󠀠🗀 Consulting & Strategy ➡️ Strategy & Planning",
                                "📂 Design & Architecture ➡️ All",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Architectural Drafting",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Architecture",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Fashion & Textile Design",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Graphic Design",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Illustration & Animation",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Industrial Design",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Interior Design",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Landscape Architecture",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Other",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Urban Design & Planning",
                                "󠀠󠀠🗀 Design & Architecture ➡️ Web & Interaction Design",
                                "📂 Education & Training ➡️ All",
                                "󠀠󠀠🗀 Education & Training ➡️ Childcare & Outside School Hours Care",
                                "󠀠󠀠🗀 Education & Training ➡️ Library Services & Information Management",
                                "󠀠󠀠🗀 Education & Training ➡️ Management - Schools",
                                "󠀠󠀠🗀 Education & Training ➡️ Management - Universities",
                                "󠀠󠀠🗀 Education & Training ➡️ Management - Vocational",
                                "󠀠󠀠🗀 Education & Training ➡️ Other",
                                "󠀠󠀠🗀 Education & Training ➡️ Research & Fellowships",
                                "󠀠󠀠🗀 Education & Training ➡️ Student Services",
                                "󠀠󠀠🗀 Education & Training ➡️ Teaching - Early Childhood",
                                "󠀠󠀠🗀 Education & Training ➡️ Teaching - Primary",
                                "󠀠󠀠🗀 Education & Training ➡️ Teaching - Secondary",
                                "󠀠󠀠🗀 Education & Training ➡️ Teaching - Tertiary",
                                "󠀠󠀠🗀 Education & Training ➡️ Teaching - Vocational",
                                "󠀠󠀠🗀 Education & Training ➡️ Teaching Aides & Special Needs",
                                "󠀠󠀠🗀 Education & Training ➡️ Tutoring",
                                "󠀠󠀠🗀 Education & Training ➡️ Workplace Training & Assessment",
                                "📂 Engineering ➡️ All",
                                "󠀠󠀠🗀 Engineering ➡️ Aerospace Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Automotive Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Building Services Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Chemical Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Civil/Structural Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Electrical/Electronic Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Engineering Drafting",
                                "󠀠󠀠🗀 Engineering ➡️ Environmental Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Field Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Industrial Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Maintenance",
                                "󠀠󠀠🗀 Engineering ➡️ Management",
                                "󠀠󠀠🗀 Engineering ➡️ Materials Handling Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Mechanical Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Other",
                                "󠀠󠀠🗀 Engineering ➡️ Process Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Project Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Project Management",
                                "󠀠󠀠🗀 Engineering ➡️ Supervisors",
                                "󠀠󠀠🗀 Engineering ➡️ Systems Engineering",
                                "󠀠󠀠🗀 Engineering ➡️ Water & Waste Engineering",
                                "📂 Farming, Animals & Conservation ➡️ All",
                                "󠀠󠀠🗀 Farming, Animals & Conservation ➡️ Agronomy & Farm Services",
                                "󠀠󠀠🗀 Farming, Animals & Conservation ➡️ Conservation, Parks & Wildlife",
                                "󠀠󠀠🗀 Farming, Animals & Conservation ➡️ Farm Labour",
                                "󠀠󠀠🗀 Farming, Animals & Conservation ➡️ Farm Management",
                                "󠀠󠀠🗀 Farming, Animals & Conservation ➡️ Fishing & Aquaculture",
                                "󠀠󠀠🗀 Farming, Animals & Conservation ➡️ Horticulture",
                                "󠀠󠀠🗀 Farming, Animals & Conservation ➡️ Other",
                                "󠀠󠀠🗀 Farming, Animals & Conservation ➡️ Veterinary Services & Animal Welfare",
                                "󠀠󠀠🗀 Farming, Animals & Conservation ➡️ Winery & Viticulture",
                                "📂 Government & Defence ➡️ All",
                                "󠀠󠀠🗀 Government & Defence ➡️ Air Force",
                                "󠀠󠀠🗀 Government & Defence ➡️ Army",
                                "󠀠󠀠🗀 Government & Defence ➡️ Emergency Services",
                                "󠀠󠀠🗀 Government & Defence ➡️ Government - Federal",
                                "󠀠󠀠🗀 Government & Defence ➡️ Government - Local",
                                "󠀠󠀠🗀 Government & Defence ➡️ Government - State",
                                "󠀠󠀠🗀 Government & Defence ➡️ Government",
                                "󠀠󠀠🗀 Government & Defence ➡️ Local Government",
                                "󠀠󠀠🗀 Government & Defence ➡️ Navy",
                                "󠀠󠀠🗀 Government & Defence ➡️ Other",
                                "󠀠󠀠🗀 Government & Defence ➡️ Police & Corrections",
                                "󠀠󠀠🗀 Government & Defence ➡️ Policy, Planning & Regulation",
                                "󠀠󠀠🗀 Government & Defence ➡️ Regional Council",
                                "📂 Healthcare & Medical ➡️ All",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Ambulance/Paramedics",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Chiropractic & Osteopathic",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Clinical/Medical Research",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Dental",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Dieticians",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Environmental Services",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ General Practitioners",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Management",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Medical Administration",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Medical Imaging",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Medical Specialists",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Natural Therapies & Alternative Medicine",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - A&E, Critical Care & ICU",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - Aged Care",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - Community, Maternal & Child Health",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - Educators & Facilitators",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - General Medical & Surgical",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - High Acuity",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - Management",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - Midwifery, Neo-Natal, SCN & NICU",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - Paediatric & PICU",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - Psych, Forensic & Correctional Health",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Nursing - Theatre & Recovery",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Optical",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Other",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Pathology",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Pharmaceuticals & Medical Devices",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Pharmacy",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Physiotherapy, OT & Rehabilitation",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Psychology, Counselling & Social Work",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Residents & Registrars",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Sales",
                                "󠀠󠀠🗀 Healthcare & Medical ➡️ Speech Therapy",
                                "📂 Hospitality & Tourism ➡️ All",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Airlines",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Bar & Beverage Staff",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Chefs/Cooks",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Front Office & Guest Services",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Gaming",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Housekeeping",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Kitchen & Sandwich Hands",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Management",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Other",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Reservations",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Tour Guides",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Travel Agents/Consultants",
                                "󠀠󠀠🗀 Hospitality & Tourism ➡️ Waiting Staff",
                                "📂 Human Resources & Recruitment ➡️ All",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Consulting & Generalist HR",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Industrial & Employee Relations",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Management - Agency",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Management - Internal",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Occupational Health & Safety",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Organisational Development",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Other",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Recruitment - Agency",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Recruitment - Internal",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Remuneration & Benefits",
                                "󠀠󠀠🗀 Human Resources & Recruitment ➡️ Training & Development",
                                "📂 Information & Communication Technology ➡️ All",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Architects",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Business/Systems Analysts",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Computer Operators",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Consultants",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Database Development & Administration",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Developers/Programmers",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Engineering - Hardware",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Engineering - Network",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Engineering - Software",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Help Desk & IT Support",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Management",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Networks & Systems Administration",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Other",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Product Management & Development",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Programme & Project Management",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Sales - Pre & Post",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Security",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Team Leaders",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Technical Writing",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Telecommunications",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Testing & Quality Assurance",
                                "󠀠󠀠🗀 Information & Communication Technology ➡️ Web Development & Production",
                                "📂 Insurance & Superannuation ➡️ All",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Actuarial",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Assessment",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Brokerage",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Claims",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Fund Administration",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Management",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Other",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Risk Consulting",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Superannuation",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Underwriting",
                                "󠀠󠀠🗀 Insurance & Superannuation ➡️ Workers' Compensation",
                                "📂 Legal ➡️ All",
                                "󠀠󠀠🗀 Legal ➡️ Banking & Finance Law",
                                "󠀠󠀠🗀 Legal ➡️ Construction Law",
                                "󠀠󠀠🗀 Legal ➡️ Corporate & Commercial Law",
                                "󠀠󠀠🗀 Legal ➡️ Criminal & Civil Law",
                                "󠀠󠀠🗀 Legal ➡️ Environment & Planning Law",
                                "󠀠󠀠🗀 Legal ➡️ Family Law",
                                "󠀠󠀠🗀 Legal ➡️ Generalists - In-house",
                                "󠀠󠀠🗀 Legal ➡️ Generalists - Law Firm",
                                "󠀠󠀠🗀 Legal ➡️ Industrial Relations & Employment Law",
                                "󠀠󠀠🗀 Legal ➡️ Insurance & Superannuation Law",
                                "󠀠󠀠🗀 Legal ➡️ Intellectual Property Law",
                                "󠀠󠀠🗀 Legal ➡️ Law Clerks & Paralegals",
                                "󠀠󠀠🗀 Legal ➡️ Legal Practice Management",
                                "󠀠󠀠🗀 Legal ➡️ Legal Secretaries",
                                "󠀠󠀠🗀 Legal ➡️ Litigation & Dispute Resolution",
                                "󠀠󠀠🗀 Legal ➡️ Other",
                                "󠀠󠀠🗀 Legal ➡️ Personal Injury Law",
                                "󠀠󠀠🗀 Legal ➡️ Property Law",
                                "󠀠󠀠🗀 Legal ➡️ Tax Law",
                                "📂 Manufacturing, Transport & Logistics ➡️ All",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Analysis & Reporting",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Assembly & Process Work",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Aviation Services",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Couriers, Drivers & Postal Services",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Fleet Management",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Freight/Cargo Forwarding",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Import/Export & Customs",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Machine Operators",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Management",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Other",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Pattern Makers & Garment Technicians",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Pickers & Packers",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Production, Planning & Scheduling",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Public Transport & Taxi Services",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Purchasing, Procurement & Inventory",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Quality Assurance & Control",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Rail & Maritime Transport",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Road Transport",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Team Leaders/Supervisors",
                                "󠀠󠀠🗀 Manufacturing, Transport & Logistics ➡️ Warehousing, Storage & Distribution",
                                "📂 Marketing & Communications ➡️ All",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Brand Management",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Digital & Search Marketing",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Direct Marketing & CRM",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Event Management",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Internal Communications",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Management",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Market Research & Analysis",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Marketing Assistants/Coordinators",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Marketing Communications",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Other",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Product Management & Development",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Public Relations & Corporate Affairs",
                                "󠀠󠀠🗀 Marketing & Communications ➡️ Trade Marketing",
                                "📂 Mining, Resources & Energy ➡️ All",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Analysis & Reporting",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Health, Safety & Environment",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Management",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Mining - Drill & Blast",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Mining - Engineering & Maintenance",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Mining - Exploration & Geoscience",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Mining - Operations",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Mining - Processing",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Natural Resources & Water",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Oil & Gas - Drilling",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Oil & Gas - Engineering & Maintenance",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Oil & Gas - Exploration & Geoscience",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Oil & Gas - Operations",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Oil & Gas - Production & Refinement",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Other",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Power Generation & Distribution",
                                "󠀠󠀠🗀 Mining, Resources & Energy ➡️ Surveying",
                                "📂 Real Estate & Property ➡️ All",
                                "󠀠󠀠🗀 Real Estate & Property ➡️ Administration",
                                "󠀠󠀠🗀 Real Estate & Property ➡️ Analysts",
                                "󠀠󠀠🗀 Real Estate & Property ➡️ Body Corporate & Facilities Management",
                                "󠀠󠀠🗀 Real Estate & Property ➡️ Commercial Sales, Leasing & Property Mgmt",
                                "󠀠󠀠🗀 Real Estate & Property ➡️ Other",
                                "󠀠󠀠🗀 Real Estate & Property ➡️ Residential Leasing & Property Management",
                                "󠀠󠀠🗀 Real Estate & Property ➡️ Residential Sales",
                                "󠀠󠀠🗀 Real Estate & Property ➡️ Retail & Property Development",
                                "󠀠󠀠🗀 Real Estate & Property ➡️ Valuation",
                                "📂 Retail & Consumer Products ➡️ All",
                                "󠀠󠀠🗀 Retail & Consumer Products ➡️ Buying",
                                "󠀠󠀠🗀 Retail & Consumer Products ➡️ Management - Area/Multi-site",
                                "󠀠󠀠🗀 Retail & Consumer Products ➡️ Management - Department/Assistant",
                                "󠀠󠀠🗀 Retail & Consumer Products ➡️ Management - Store",
                                "󠀠󠀠🗀 Retail & Consumer Products ➡️ Merchandisers",
                                "󠀠󠀠🗀 Retail & Consumer Products ➡️ Other",
                                "󠀠󠀠🗀 Retail & Consumer Products ➡️ Planning",
                                "󠀠󠀠🗀 Retail & Consumer Products ➡️ Retail Assistants",
                                "📂 Sales ➡️ All",
                                "󠀠󠀠🗀 Sales ➡️ Account & Relationship Management",
                                "󠀠󠀠🗀 Sales ➡️ Analysis & Reporting",
                                "󠀠󠀠🗀 Sales ➡️ Management",
                                "󠀠󠀠🗀 Sales ➡️ New Business Development",
                                "󠀠󠀠🗀 Sales ➡️ Other",
                                "󠀠󠀠🗀 Sales ➡️ Sales Coordinators",
                                "󠀠󠀠🗀 Sales ➡️ Sales Representatives/Consultants",
                                "📂 Science & Technology ➡️ All",
                                "󠀠󠀠🗀 Science & Technology ➡️ Biological & Biomedical Sciences",
                                "󠀠󠀠🗀 Science & Technology ➡️ Biotechnology & Genetics",
                                "󠀠󠀠🗀 Science & Technology ➡️ Chemistry & Physics",
                                "󠀠󠀠🗀 Science & Technology ➡️ Environmental, Earth & Geosciences",
                                "󠀠󠀠🗀 Science & Technology ➡️ Food Technology & Safety",
                                "󠀠󠀠🗀 Science & Technology ➡️ Laboratory & Technical Services",
                                "󠀠󠀠🗀 Science & Technology ➡️ Materials Sciences",
                                "󠀠󠀠🗀 Science & Technology ➡️ Mathematics, Statistics & Information Sciences",
                                "󠀠󠀠🗀 Science & Technology ➡️ Modelling & Simulation",
                                "󠀠󠀠🗀 Science & Technology ➡️ Other",
                                "󠀠󠀠🗀 Science & Technology ➡️ Quality Assurance & Control",
                                "📂 Self Employment ➡️ All",
                                "󠀠󠀠🗀 Self Employment ➡️ Self Employment",
                                "📂 Sport & Recreation ➡️ All",
                                "󠀠󠀠🗀 Sport & Recreation ➡️ Coaching & Instruction",
                                "󠀠󠀠🗀 Sport & Recreation ➡️ Fitness & Personal Training",
                                "󠀠󠀠🗀 Sport & Recreation ➡️ Management",
                                "󠀠󠀠🗀 Sport & Recreation ➡️ Other",
                                "📂 Trades & Services ➡️ All",
                                "󠀠󠀠🗀 Trades & Services ➡️ Air Conditioning & Refrigeration",
                                "󠀠󠀠🗀 Trades & Services ➡️ Automotive Trades",
                                "󠀠󠀠🗀 Trades & Services ➡️ Bakers & Pastry Chefs",
                                "󠀠󠀠🗀 Trades & Services ➡️ Building Trades",
                                "󠀠󠀠🗀 Trades & Services ➡️ Butchers",
                                "󠀠󠀠🗀 Trades & Services ➡️ Carpentry & Cabinet Making",
                                "󠀠󠀠🗀 Trades & Services ➡️ Cleaning Services",
                                "󠀠󠀠🗀 Trades & Services ➡️ Electricians",
                                "󠀠󠀠🗀 Trades & Services ➡️ Fitters, Turners & Machinists",
                                "󠀠󠀠🗀 Trades & Services ➡️ Floristry",
                                "󠀠󠀠🗀 Trades & Services ➡️ Gardening & Landscaping",
                                "󠀠󠀠🗀 Trades & Services ➡️ Hair & Beauty Services",
                                "󠀠󠀠🗀 Trades & Services ➡️ Labourers",
                                "󠀠󠀠🗀 Trades & Services ➡️ Locksmiths",
                                "󠀠󠀠🗀 Trades & Services ➡️ Maintenance & Handyperson Services",
                                "󠀠󠀠🗀 Trades & Services ➡️ Nannies & Babysitters",
                                "󠀠󠀠🗀 Trades & Services ➡️ Other",
                                "󠀠󠀠🗀 Trades & Services ➡️ Painters & Sign Writers",
                                "󠀠󠀠🗀 Trades & Services ➡️ Plumbers",
                                "󠀠󠀠🗀 Trades & Services ➡️ Printing & Publishing Services",
                                "󠀠󠀠🗀 Trades & Services ➡️ Security Services",
                                "󠀠󠀠🗀 Trades & Services ➡️ Tailors & Dressmakers",
                                "󠀠󠀠🗀 Trades & Services ➡️ Technicians",
                                "󠀠󠀠🗀 Trades & Services ➡️ Welders & Boilermakers"
                            ]
                        }
                    },
                    "types.full": {
                        "title": "Full Time",
                        "type": "boolean",
                        "description": ""
                    },
                    "types.part": {
                        "title": "Part Time",
                        "type": "boolean",
                        "description": ""
                    },
                    "types.contract": {
                        "title": "Contract/Temp",
                        "type": "boolean",
                        "description": ""
                    },
                    "types.casual": {
                        "title": "Casual/Vacation",
                        "type": "boolean",
                        "description": ""
                    },
                    "salary_type": {
                        "title": "Salary",
                        "enum": [
                            "annual",
                            "monthly",
                            "hourly"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "salary_min": {
                        "title": "",
                        "type": "integer",
                        "description": ""
                    },
                    "salary_max": {
                        "title": "",
                        "type": "integer",
                        "description": ""
                    },
                    "dev_custom_headers": {
                        "title": "📜 HTTP HEADERS",
                        "type": "array",
                        "description": "💡 Additional HTTP Headers",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_custom_cookies": {
                        "title": "🍰 HTTP COOKIES",
                        "type": "array",
                        "description": "💡 Additional HTTP Cookies",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_transform_fields": {
                        "title": "♻️ CUSTOM FIELD",
                        "type": "array",
                        "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_dataset_name": {
                        "title": "📁 CUSTOM STORAGE",
                        "type": "string",
                        "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
                    },
                    "dev_dataset_clear": {
                        "title": "Clear Storage",
                        "type": "boolean",
                        "description": "Clear Dataset before insert/update."
                    },
                    "dev_no_strip": {
                        "title": "Disable data cleansing",
                        "type": "boolean",
                        "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
