# Seek Jobs Scraper | $0.8 / 1k | All-In-One (`fatihtahta/seek-jobs-scraper`) Actor

Extract structured SEEK job listings with titles, salaries, company data, locations, work arrangements, and hiring signals across Australia and New Zealand. Built for enterprise-grade hiring intelligence, labor market analysis, and automated recruiting or analytics pipelines.

- **URL**: https://apify.com/fatihtahta/seek-jobs-scraper.md
- **Developed by:** [Fatih Tahta](https://apify.com/fatihtahta) (community)
- **Categories:** Jobs, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.80 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## Seek Jobs Scraper

**Slug:** fatihtahta/seek-jobs-scraper

### Overview
Seek Jobs Scraper collects structured job listing data from SEEK, including listing IDs, titles, summaries, descriptions, employers, locations, classifications, work arrangements, posting dates, compensation details, contact matches, and media assets when available. It is designed for teams that need consistent job market data in a format that is ready for review, export, and downstream processing. [https://www.seek.com.au](https://www.seek.com.au) and [https://nz.seek.com/](https://nz.seek.com/) are two of the most important job marketplaces in Australia and New Zealand, making them valuable sources for labor market analysis, employer tracking, and hiring intelligence. The actor automates repeatable collection across multiple searches and filters without manual copying or spreadsheet cleanup. That means less time spent gathering listings by hand and more time spent analyzing results.

### Why Use This Actor
- **Market research and analytics teams:** Track hiring demand, salary signals, role mix, and employer activity across functions, locations, and time periods.
- **Product and content teams:** Discover role trends, validate demand for topics or audiences, and build job-based content, reports, or editorial calendars.
- **Developers and data engineering teams:** Feed structured SEEK job data into ETL pipelines, warehouses, dashboards, internal search tools, or APIs.
- **Lead generation and enrichment teams:** Identify employers, advertiser details, public contact clues, and company profile data for targeted enrichment workflows.
- **Monitoring and competitive tracking teams:** Watch specific keywords, categories, employers, or regions to detect new hiring activity and market movement.

### Input Parameters
Provide any combination of queries and filters supported by this actor. Leave `queries` empty to run a broad search with the selected filters, or leave all optional fields empty to collect broader results.

| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `country` | `string` | SEEK market to search. Allowed values: `australia`, `new-zealand`. | `australia` |
| `queries` | `string[]` | Optional search keywords or phrases, such as job titles, skills, or hiring terms. Each query runs as a separate search. Leave empty to search broadly within the selected market and filters. | – |
| `maximize_coverage` | `boolean` | When enabled, the actor makes a best effort to preserve broader result coverage for large searches that may otherwise be truncated by site-side result limits. Recommended for broad, high-volume queries when completeness matters more than speed. | `false` |
| `category` | `string[]` | Job categories or specialties to include. Allowed values: any category or subcategory available in the actor input picker, including broad categories such as `accounting`, `engineering`, `sales`, `information_communication_technology`, and specific values such as `information_communication_technology_developers_programmers`. | – |
| `contract_type` | `string[]` | Employment types to include. Allowed values: `Full time`, `Part time`, `Contract/Temporary`, `Casual/Vacation`. | – |
| `remote_settings` | `string[]` | Work arrangements to include. Allowed values: `On-Site`, `Hybrid`, `Remote`. | – |
| `publication_date` | `string` | Limit results to recently posted jobs. Allowed values: `24-hours`, `3-days`, `7-days`, `14-days`, `30-days`. | – |
| `sort_by` | `string` | Result ordering. Allowed values: `most-relevant-first`, `newest-first`. | – |
| `location` | `string` | Location filter applied to every search in the run, such as `Sydney NSW`, `Melbourne VIC`, or `Auckland`. | – |
| `min_salary` | `integer` | Minimum annual salary to include. Use whole numbers such as `50000`. | – |
| `max_salary` | `integer` | Maximum annual salary to include. Use whole numbers such as `150000`. | – |
| `limit` | `integer` | Maximum number of jobs to save for each search term. Leave empty to collect all available matches. | – |
| `proxyConfiguration` | `object` | Optional connection settings. Use Apify Proxy or your own proxy settings if you want more reliable access or traffic routed through a different IP. | Apify Proxy with `RESIDENTIAL` group |

### Example Inputs

#### Scenario: Query-driven run for software roles in Sydney
```json
{
  "country": "australia",
  "queries": ["software engineer", "backend developer"],
  "maximize_coverage": true,
  "location": "Sydney NSW",
  "publication_date": "7-days",
  "sort_by": "newest-first",
  "limit": 250
}
````

#### Scenario: Targeted run for remote product roles

```json
{
  "country": "australia",
  "queries": ["product manager"],
  "category": ["information_communication_technology_product_management_development"],
  "remote_settings": ["Remote", "Hybrid"],
  "min_salary": 120000,
  "publication_date": "14-days",
  "limit": 150
}
```

#### Scenario: Filtered New Zealand operations search

```json
{
  "country": "new-zealand",
  "queries": ["operations manager"],
  "category": ["manufacturing_transport_logistics_management"],
  "contract_type": ["Full time"],
  "location": "Auckland",
  "sort_by": "most-relevant-first",
  "limit": 100
}
```

### Output

#### 6.1 Output destination

The actor writes results to an Apify dataset as JSON records. And the dataset is designed for direct consumption by analytics tools, ETL pipelines, and downstream APIs without post-processing.

#### 6.2 Record envelope (all items)

For downstream systems, treat each record as having this stable identifier envelope:

- **`type`** *(string, required)*: Record type. For this actor, the value is `job_listing`, exposed in `source_context.record_type`.
- **`id`** *(number, required)*: SEEK listing identifier. In dataset output, this identifier may be serialized as a numeric string.
- **`url`** *(string, required)*: Canonical listing URL, exposed in `source_context.record_url`.

Recommended idempotency key: `type + ":" + id`

Use this key for deduplication and upserts when the same listing appears in repeated runs, overlapping queries, or scheduled collections.

#### 6.3 Examples

Example: job listing (`type = "job_listing"`)

```json
{
  "id": "91521282",
  "title": "Software & Applications Programmer - SAP Payroll",
  "source_context": {
    "record_type": "job_listing",
    "source_country": "Australia",
    "seed": {
      "id": "b790dea146a9",
      "type": "query",
      "value": "software"
    },
    "source_url": "https://www.seek.com.au/software-jobs?classification=1210%2C6261&daterange=7&sortmode=ListedDate&subclassification=6262&where=All+Sydney+NSW&workarrangement=2&worktype=242",
    "record_url": "https://www.seek.com.au/job/91521282",
    "domain": "www.seek.com.au",
    "page_index": 1,
    "detail_fetch_status": "success"
  },
  "job": {
    "summary": "Seeking a Technical Specialist with knowledge in SAP ECC HR/Payroll to support the AFP Payroll system.",
    "description_text": "Seeking a Technical Specialist with knowledge in SAP ECC HR/Payroll to support the AFP Payroll system.",
    "description_html": "<p>Seeking a Technical Specialist with knowledge in SAP ECC HR/Payroll to support the AFP Payroll system.</p>",
    "bullet_points": [
      "Flexible working from home arrangements",
      "6 weeks annual leave",
      "Incremental salary progression"
    ]
  },
  "posting": {
    "listed_at": "2026-04-15T00:54:47.000Z",
    "listed_age_label": "10h ago",
    "expires_at": "2026-04-29T13:59:59.999Z",
    "status": "Active",
    "is_expired": false,
    "is_featured": false,
    "listing_type": "standard",
    "is_link_out": true,
    "share_url": "https://www.seek.com.au/job/91521282?tracking=SHR-WEB-SharedJob-anz-1"
  },
  "role": {
    "role_key": "applications-developer",
    "normalized_role_title": "Application Developer",
    "classification": "Information & Communication Technology",
    "subclassification": "Developers/Programmers",
    "classification_labels": [
      "Developers/Programmers (Information & Communication Technology)",
      "Government - Federal (Government & Defence)"
    ]
  },
  "workplace": {
    "employment_types": [
      "Full time"
    ],
    "work_arrangement": "Hybrid",
    "work_arrangement_labels": [
      "Hybrid"
    ],
    "work_arrangement_types": [
      "HYBRID"
    ]
  },
  "company": {
    "name": "Australian Federal Police",
    "advertiser_name": "AUSTRALIAN FEDERAL POLICE",
    "advertiser_id": "4728926",
    "is_verified": true,
    "registration_date": "2007-06-25T09:12:28.000Z",
    "profile_id": "1096",
    "profile_url": "https://www.seek.com.au/companies/australian-federal-police-432992",
    "search_url": "https://www.seek.com.au/Australian-Federal-Police-jobs/at-this-company",
    "description": "The Australian Federal Police is Australia’s national policing agency.",
    "industry": "Law Enforcement & Emergency Services",
    "size": "5,001-10,000 employees",
    "review_count": 27,
    "review_rating": 4
  },
  "location": {
    "display_name": "Sydney NSW",
    "country_code": "AU",
    "country": "Australia",
    "suburb": "Sydney",
    "state": "New South Wales",
    "postcode": "2000",
    "seo_where": "Sydney NSW 2000",
    "seo_broader_location": "Sydney"
  },
  "compensation": {
    "text": "$179,919.00 - $198,686.00 + 15.4% Superannuation",
    "amount": 179919,
    "currency": "$"
  },
  "contacts": {
    "matches": [
      {
        "type": "Email",
        "value": "craig.hall@afp.gov.au"
      },
      {
        "type": "Phone",
        "value": "02 5126 7285"
      }
    ]
  },
  "media": {
    "listing_logo_url": "https://bx-branding-gateway.cloud.seek.com.au/example-logo",
    "company_logo_url": "https://image-service-cdn.seek.com.au/example-company-logo",
    "brand_cover_url": "https://image-service-cdn.seek.com.au/example-brand-cover",
    "brand_thumbnail_url": "https://image-service-cdn.seek.com.au/example-brand-thumbnail"
  }
}
```

### Field reference

#### Job listing fields (`source_context.record_type = "job_listing"`)

- **`id`** *(string, required)*: SEEK listing identifier.
- **`title`** *(string, required)*: Job title as shown on the listing.
- **`source_context.record_type`** *(string, required)*: Record type, always `job_listing`.
- **`source_context.source_country`** *(string, optional)*: Source market, such as Australia or New Zealand.
- **`source_context.seed.id`** *(string, required)*: Identifier for the originating search seed.
- **`source_context.seed.type`** *(string, required)*: Seed type used for the run. Current value: `query`.
- **`source_context.seed.value`** *(string, required)*: Original query value that led to the record.
- **`source_context.source_url`** *(string, required)*: Search results URL used to discover the listing.
- **`source_context.record_url`** *(string, required)*: Canonical listing URL.
- **`source_context.detail_page_url`** *(string, optional)*: Listing detail page URL when stored separately.
- **`source_context.domain`** *(string, required)*: Source domain for the record.
- **`source_context.page_index`** *(integer, required)*: Search results page number where the listing was found.
- **`source_context.detail_fetch_status`** *(string, optional)*: Detail retrieval status when available.
- **`job.summary`** *(string, optional)*: Short job summary or teaser.
- **`job.description_text`** *(string, optional)*: Plain-text job description.
- **`job.description_html`** *(string, optional)*: HTML-formatted job description.
- **`job.bullet_points`** *(array\[string], optional)*: Highlight points shown on the listing.
- **`posting.listed_at`** *(string, optional)*: Listing timestamp in ISO format.
- **`posting.listed_age_label`** *(string, optional)*: Human-readable age label, such as `2d ago`.
- **`posting.expires_at`** *(string, optional)*: Expiry timestamp when available.
- **`posting.status`** *(string, optional)*: Listing status, such as active or expired.
- **`posting.is_expired`** *(boolean, optional)*: Whether the listing is expired.
- **`posting.is_featured`** *(boolean, optional)*: Whether the listing is marked as featured.
- **`posting.listing_type`** *(string, optional)*: Listing format or promotion type.
- **`posting.is_link_out`** *(boolean, optional)*: Whether the listing links out to an external application flow.
- **`posting.share_url`** *(string, optional)*: Shareable listing URL.
- **`role.role_key`** *(string, optional)*: SEEK role key when available.
- **`role.normalized_role_title`** *(string, optional)*: Normalized role title.
- **`role.classification`** *(string, optional)*: Broad job category.
- **`role.subclassification`** *(string, optional)*: More specific job specialty.
- **`role.classification_labels`** *(array\[string], optional)*: Display labels for classification matches.
- **`workplace.employment_types`** *(array\[string], optional)*: Employment type labels, such as full time or contract.
- **`workplace.work_arrangement`** *(string, optional)*: Primary work arrangement.
- **`workplace.work_arrangement_labels`** *(array\[string], optional)*: Work arrangement labels shown on the listing.
- **`workplace.work_arrangement_types`** *(array\[string], optional)*: Normalized work arrangement codes.
- **`company.name`** *(string, optional)*: Employer or company name.
- **`company.advertiser_name`** *(string, optional)*: Advertiser name as displayed on SEEK.
- **`company.advertiser_id`** *(string, optional)*: Advertiser identifier.
- **`company.is_verified`** *(boolean, optional)*: Whether the advertiser is shown as verified.
- **`company.registration_date`** *(string, optional)*: Advertiser registration date.
- **`company.profile_id`** *(string, optional)*: Company profile identifier.
- **`company.profile_url`** *(string, optional)*: Company profile URL.
- **`company.search_url`** *(string, optional)*: SEEK company jobs URL.
- **`company.website_url`** *(string, optional)*: External company website URL.
- **`company.description`** *(string, optional)*: Company description text.
- **`company.industry`** *(string, optional)*: Company industry label.
- **`company.size`** *(string, optional)*: Company size band.
- **`company.review_count`** *(integer, optional)*: Number of company reviews.
- **`company.review_rating`** *(number, optional)*: Company review rating.
- **`location.display_name`** *(string, optional)*: Display location shown on the listing.
- **`location.country_code`** *(string, optional)*: Country code.
- **`location.country`** *(string, optional)*: Country name.
- **`location.suburb`** *(string, optional)*: Suburb or local area.
- **`location.region`** *(string, optional)*: Region value when available.
- **`location.state`** *(string, optional)*: State or province.
- **`location.postcode`** *(string, optional)*: Postal code.
- **`location.seo_where`** *(string, optional)*: SEO-oriented location string.
- **`location.seo_broader_location`** *(string, optional)*: Broader location label.
- **`compensation.text`** *(string, optional)*: Salary text exactly as shown.
- **`compensation.amount`** *(number, optional)*: Parsed numeric salary amount when available.
- **`compensation.currency`** *(string, optional)*: Currency symbol or currency value.
- **`contacts.phone_number`** *(string, optional)*: Extracted phone number when available.
- **`contacts.matches`** *(array\[object], optional)*: Contact items detected in the listing, such as email addresses or phone numbers.
- **`media.listing_logo_url`** *(string, optional)*: Listing logo image URL.
- **`media.company_logo_url`** *(string, optional)*: Company logo image URL.
- **`media.brand_cover_url`** *(string, optional)*: Brand cover image URL.
- **`media.brand_thumbnail_url`** *(string, optional)*: Brand thumbnail image URL.

### Data guarantees & handling

- **Best-effort extraction:** fields may vary by region, session, availability, and site-side presentation changes.
- **Optional fields:** null-check in downstream code.
- **Deduplication:** recommend `type + ":" + id`.

### How to Run on Apify

1. Open the actor in Apify Console.
2. Configure your search parameters, such as optional queries, categories, country, location, and salary or work arrangement filters.
3. Turn on `maximize_coverage` if you want the actor to prioritize fuller coverage on broad searches.
4. Set the maximum number of outputs to collect with the `limit` field if you want to cap results per search.
5. Click **Start** and wait for the run to finish.
6. Download results in JSON, CSV, Excel, or another supported Apify export format.

### Scheduling & Automation

#### Scheduling

**Automated Data Collection**

You can schedule recurring runs to keep your SEEK dataset fresh without starting each run manually. This is useful for routine reporting, employer monitoring, and ongoing market tracking.

- Navigate to **Schedules** in Apify Console
- Create a new schedule (daily, weekly, or custom cron)
- Configure input parameters
- Enable notifications for run completion
- Optional: add webhooks for automated processing

#### Integration Options

- **Webhooks:** Trigger downstream actions when a run completes
- **Zapier:** Connect to 5,000+ apps without coding
- **Make (Integromat):** Build multi-step automation workflows
- **Google Sheets:** Export results to a spreadsheet
- **Slack/Discord:** Receive notifications and summaries
- **Email:** Send automated reports via email

### Performance

- **Estimated small runs (< 1,000 outputs):** ~2-3 minutes
- **Estimated medium runs (1,000-5,000 outputs):** ~5-15 minutes
- **Estimated large runs (5,000+ outputs):** ~15-30 minutes

Execution time varies based on filters, result volume, and how much information is returned per record.

### Compliance & Ethics

#### Responsible Data Collection

This actor collects publicly available job listing and employer information from <https://www.seek.com.au> and <https://nz.seek.com/> for legitimate business purposes. Common uses include job market research and market analysis, recruiting analytics and workforce planning, and competitive monitoring or content aggregation. This section is informational and not legal advice.

- **Employment market** research and market analysis
- **Recruiting analytics and workforce planning**
- **Competitive monitoring and reporting**

#### Best Practices

- Use collected data in accordance with applicable laws, regulations, and the target site’s terms
- Respect individual privacy and personal information
- Use data responsibly and avoid disruptive or excessive collection
- Do not use this actor for spamming, harassment, or other harmful purposes
- Follow relevant data protection requirements where applicable, such as GDPR or CCPA

### Support

For help, use the actor page Issues section or the public support channel on the actor page in Apify. When reporting a problem, include the input you used with any sensitive values removed, the run ID, a short description of expected versus actual behavior, and, if helpful, a small sample of the output.

# Actor input Schema

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

Australia keeps the current www.seek.com.au flow. New Zealand switches the actor to nz.seek.com.

## `queries` (type: `array`):

Enter one or more keywords or phrases, such as "Software Engineer" or "Product Manager". Each entry runs as a separate search and returns matching job listings.

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

Select broad categories or more specific specialties to narrow the jobs that are included in your results.

## `contract_type` (type: `array`):

Pick the job types you want the scraper to include, such as full-time, part-time, casual, contract, or internship roles.

## `remote_settings` (type: `array`):

Choose the work arrangements you want to see so your results match how and where you prefer to work.

## `publication_date` (type: `string`):

Show only jobs posted within the selected timeframe.

## `sort_by` (type: `string`):

"Most relevant First" keeps SEEK's default ranking, while "Newest first" helps you surface recent postings sooner.

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

Enter a location like "Sydney NSW" or "Melbourne VIC" to limit results to that area.

## `min_salary` (type: `integer`):

Enter the lowest yearly salary you want to include, for example 50000.

## `max_salary` (type: `integer`):

Enter the highest yearly salary you want to include, for example 150000.

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

Set how many jobs to save for each search term. Leave it empty if you want to collect all available matches.

## `maximize_coverage` (type: `boolean`):

When enabled, the actor checks the reported total on page 1 and recursively splits large searches by strict filters so capped SEEK result pages do not silently truncate coverage.

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

Choose Apify Proxy or provide custom proxy details if you want to improve access reliability or send requests from a different IP.

## Actor input object example

```json
{
  "country": "australia",
  "limit": 100,
  "maximize_coverage": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# 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 = {
    "limit": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("fatihtahta/seek-jobs-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 = { "limit": 100 }

# Run the Actor and wait for it to finish
run = client.actor("fatihtahta/seek-jobs-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 '{
  "limit": 100
}' |
apify call fatihtahta/seek-jobs-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Seek Jobs Scraper | $0.8 / 1k | All-In-One",
        "description": "Extract structured SEEK job listings with titles, salaries, company data, locations, work arrangements, and hiring signals across Australia and New Zealand. Built for enterprise-grade hiring intelligence, labor market analysis, and automated recruiting or analytics pipelines.",
        "version": "1.0",
        "x-build-id": "ywyNRDDgEGGqoaFAT"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/fatihtahta~seek-jobs-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-fatihtahta-seek-jobs-scraper",
                "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/fatihtahta~seek-jobs-scraper/runs": {
            "post": {
                "operationId": "runs-sync-fatihtahta-seek-jobs-scraper",
                "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/fatihtahta~seek-jobs-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-fatihtahta-seek-jobs-scraper",
                "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": {
                    "country": {
                        "title": "Choose SEEK Country",
                        "enum": [
                            "australia",
                            "new-zealand"
                        ],
                        "type": "string",
                        "description": "Australia keeps the current www.seek.com.au flow. New Zealand switches the actor to nz.seek.com.",
                        "default": "australia"
                    },
                    "queries": {
                        "title": "Add Search Keywords",
                        "type": "array",
                        "description": "Enter one or more keywords or phrases, such as \"Software Engineer\" or \"Product Manager\". Each entry runs as a separate search and returns matching job listings.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "category": {
                        "title": "Choose Job Categories",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select broad categories or more specific specialties to narrow the jobs that are included in your results.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "accounting",
                                "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_management_accounting_budgeting",
                                "accounting_payroll",
                                "accounting_strategy_planning",
                                "accounting_systems_accounting_it_audit",
                                "accounting_taxation",
                                "accounting_treasury",
                                "accounting_other",
                                "administration_office_support",
                                "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_pa_ea_secretarial",
                                "administration_office_support_receptionists",
                                "administration_office_support_records_management_document_control",
                                "administration_office_support_other",
                                "advertising_arts_media",
                                "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_performing_arts",
                                "advertising_arts_media_photography",
                                "advertising_arts_media_programming_production",
                                "advertising_arts_media_promotions",
                                "advertising_arts_media_other",
                                "banking_financial_services",
                                "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_settlements",
                                "banking_financial_services_stockbroking_trading",
                                "banking_financial_services_treasury",
                                "banking_financial_services_other",
                                "call_centre_customer_service",
                                "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_sales_inbound",
                                "call_centre_customer_service_sales_outbound",
                                "call_centre_customer_service_supervisors_team_leaders",
                                "call_centre_customer_service_other",
                                "ceo_general_management",
                                "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",
                                "community_services_development",
                                "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_volunteer_coordination_support",
                                "community_services_development_other",
                                "construction",
                                "construction_contracts_management",
                                "construction_estimating",
                                "construction_foreperson_supervisors",
                                "construction_health_safety_environment",
                                "construction_management",
                                "construction_planning_scheduling",
                                "construction_plant_machinery_operators",
                                "construction_project_management",
                                "construction_quality_assurance_control",
                                "construction_surveying",
                                "construction_other",
                                "consulting_strategy",
                                "consulting_strategy_analysts",
                                "consulting_strategy_corporate_development",
                                "consulting_strategy_environment_sustainability_consulting",
                                "consulting_strategy_management_change_consulting",
                                "consulting_strategy_policy",
                                "consulting_strategy_strategy_planning",
                                "consulting_strategy_other",
                                "design_architecture",
                                "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_urban_design_planning",
                                "design_architecture_web_interaction_design",
                                "design_architecture_other",
                                "education_training",
                                "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_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",
                                "education_training_other",
                                "engineering",
                                "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_process_engineering",
                                "engineering_project_engineering",
                                "engineering_project_management",
                                "engineering_supervisors",
                                "engineering_systems_engineering",
                                "engineering_water_waste_engineering",
                                "engineering_other",
                                "farming_animals_conservation",
                                "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_veterinary_services_animal_welfare",
                                "farming_animals_conservation_winery_viticulture",
                                "farming_animals_conservation_other",
                                "government_defence",
                                "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_navy",
                                "government_defence_police_corrections",
                                "government_defence_policy_planning_regulation",
                                "government_defence_other",
                                "healthcare_medical",
                                "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_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",
                                "healthcare_medical_other",
                                "hospitality_tourism",
                                "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_reservations",
                                "hospitality_tourism_tour_guides",
                                "hospitality_tourism_travel_agents_consultants",
                                "hospitality_tourism_waiting_staff",
                                "hospitality_tourism_other",
                                "human_resources_recruitment",
                                "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_recruitment_agency",
                                "human_resources_recruitment_recruitment_internal",
                                "human_resources_recruitment_remuneration_benefits",
                                "human_resources_recruitment_training_development",
                                "human_resources_recruitment_other",
                                "information_communication_technology",
                                "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_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",
                                "information_communication_technology_other",
                                "insurance_superannuation",
                                "insurance_superannuation_actuarial",
                                "insurance_superannuation_assessment",
                                "insurance_superannuation_brokerage",
                                "insurance_superannuation_claims",
                                "insurance_superannuation_fund_administration",
                                "insurance_superannuation_management",
                                "insurance_superannuation_risk_consulting",
                                "insurance_superannuation_superannuation",
                                "insurance_superannuation_underwriting",
                                "insurance_superannuation_workers_compensation",
                                "insurance_superannuation_other",
                                "legal",
                                "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_personal_injury_law",
                                "legal_property_law",
                                "legal_tax_law",
                                "legal_other",
                                "manufacturing_transport_logistics",
                                "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_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",
                                "manufacturing_transport_logistics_other",
                                "marketing_communications",
                                "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_product_management_development",
                                "marketing_communications_public_relations_corporate_affairs",
                                "marketing_communications_trade_marketing",
                                "marketing_communications_other",
                                "mining_resources_energy",
                                "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_power_generation_distribution",
                                "mining_resources_energy_surveying",
                                "mining_resources_energy_other",
                                "real_estate_property",
                                "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_residential_leasing_property_management",
                                "real_estate_property_residential_sales",
                                "real_estate_property_retail_property_development",
                                "real_estate_property_valuation",
                                "real_estate_property_other",
                                "retail_consumer_products",
                                "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_planning",
                                "retail_consumer_products_retail_assistants",
                                "retail_consumer_products_other",
                                "sales",
                                "sales_account_relationship_management",
                                "sales_analysis_reporting",
                                "sales_management",
                                "sales_new_business_development",
                                "sales_sales_coordinators",
                                "sales_sales_representatives_consultants",
                                "sales_other",
                                "science_technology",
                                "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_quality_assurance_control",
                                "science_technology_other",
                                "self_employment",
                                "self_employment_self_employment",
                                "sport_recreation",
                                "sport_recreation_coaching_instruction",
                                "sport_recreation_fitness_personal_training",
                                "sport_recreation_management",
                                "sport_recreation_other",
                                "trades_services",
                                "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_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",
                                "trades_services_other"
                            ],
                            "enumTitles": [
                                "Accounting",
                                "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 -> Management Accounting & Budgeting",
                                "Accounting -> Payroll",
                                "Accounting -> Strategy & Planning",
                                "Accounting -> Systems Accounting & IT Audit",
                                "Accounting -> Taxation",
                                "Accounting -> Treasury",
                                "Accounting -> Other",
                                "Administration & Office Support",
                                "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 -> PA, EA & Secretarial",
                                "Administration & Office Support -> Receptionists",
                                "Administration & Office Support -> Records Management & Document Control",
                                "Administration & Office Support -> Other",
                                "Advertising, Arts & Media",
                                "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 -> Performing Arts",
                                "Advertising, Arts & Media -> Photography",
                                "Advertising, Arts & Media -> Programming & Production",
                                "Advertising, Arts & Media -> Promotions",
                                "Advertising, Arts & Media -> Other",
                                "Banking & Financial Services",
                                "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 -> Settlements",
                                "Banking & Financial Services -> Stockbroking & Trading",
                                "Banking & Financial Services -> Treasury",
                                "Banking & Financial Services -> Other",
                                "Call Centre & Customer Service",
                                "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 -> Sales - Inbound",
                                "Call Centre & Customer Service -> Sales - Outbound",
                                "Call Centre & Customer Service -> Supervisors/Team Leaders",
                                "Call Centre & Customer Service -> Other",
                                "CEO & General Management",
                                "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",
                                "Community Services & Development",
                                "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 -> Volunteer Coordination & Support",
                                "Community Services & Development -> Other",
                                "Construction",
                                "Construction -> Contracts Management",
                                "Construction -> Estimating",
                                "Construction -> Foreperson/Supervisors",
                                "Construction -> Health, Safety & Environment",
                                "Construction -> Management",
                                "Construction -> Planning & Scheduling",
                                "Construction -> Plant & Machinery Operators",
                                "Construction -> Project Management",
                                "Construction -> Quality Assurance & Control",
                                "Construction -> Surveying",
                                "Construction -> Other",
                                "Consulting & Strategy",
                                "Consulting & Strategy -> Analysts",
                                "Consulting & Strategy -> Corporate Development",
                                "Consulting & Strategy -> Environment & Sustainability Consulting",
                                "Consulting & Strategy -> Management & Change Consulting",
                                "Consulting & Strategy -> Policy",
                                "Consulting & Strategy -> Strategy & Planning",
                                "Consulting & Strategy -> Other",
                                "Design & Architecture",
                                "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 -> Urban Design & Planning",
                                "Design & Architecture -> Web & Interaction Design",
                                "Design & Architecture -> Other",
                                "Education & Training",
                                "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 -> 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",
                                "Education & Training -> Other",
                                "Engineering",
                                "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 -> Process Engineering",
                                "Engineering -> Project Engineering",
                                "Engineering -> Project Management",
                                "Engineering -> Supervisors",
                                "Engineering -> Systems Engineering",
                                "Engineering -> Water & Waste Engineering",
                                "Engineering -> Other",
                                "Farming, Animals & Conservation",
                                "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 -> Veterinary Services & Animal Welfare",
                                "Farming, Animals & Conservation -> Winery & Viticulture",
                                "Farming, Animals & Conservation -> Other",
                                "Government & Defence",
                                "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 -> Navy",
                                "Government & Defence -> Police & Corrections",
                                "Government & Defence -> Policy, Planning & Regulation",
                                "Government & Defence -> Other",
                                "Healthcare & Medical",
                                "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 -> 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",
                                "Healthcare & Medical -> Other",
                                "Hospitality & Tourism",
                                "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 -> Reservations",
                                "Hospitality & Tourism -> Tour Guides",
                                "Hospitality & Tourism -> Travel Agents/Consultants",
                                "Hospitality & Tourism -> Waiting Staff",
                                "Hospitality & Tourism -> Other",
                                "Human Resources & Recruitment",
                                "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 -> Recruitment - Agency",
                                "Human Resources & Recruitment -> Recruitment - Internal",
                                "Human Resources & Recruitment -> Remuneration & Benefits",
                                "Human Resources & Recruitment -> Training & Development",
                                "Human Resources & Recruitment -> Other",
                                "Information & Communication Technology",
                                "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 -> 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",
                                "Information & Communication Technology -> Other",
                                "Insurance & Superannuation",
                                "Insurance & Superannuation -> Actuarial",
                                "Insurance & Superannuation -> Assessment",
                                "Insurance & Superannuation -> Brokerage",
                                "Insurance & Superannuation -> Claims",
                                "Insurance & Superannuation -> Fund Administration",
                                "Insurance & Superannuation -> Management",
                                "Insurance & Superannuation -> Risk Consulting",
                                "Insurance & Superannuation -> Superannuation",
                                "Insurance & Superannuation -> Underwriting",
                                "Insurance & Superannuation -> Workers' Compensation",
                                "Insurance & Superannuation -> Other",
                                "Legal",
                                "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 -> Personal Injury Law",
                                "Legal -> Property Law",
                                "Legal -> Tax Law",
                                "Legal -> Other",
                                "Manufacturing, Transport & Logistics",
                                "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 -> 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",
                                "Manufacturing, Transport & Logistics -> Other",
                                "Marketing & Communications",
                                "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 -> Product Management & Development",
                                "Marketing & Communications -> Public Relations & Corporate Affairs",
                                "Marketing & Communications -> Trade Marketing",
                                "Marketing & Communications -> Other",
                                "Mining, Resources & Energy",
                                "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 -> Power Generation & Distribution",
                                "Mining, Resources & Energy -> Surveying",
                                "Mining, Resources & Energy -> Other",
                                "Real Estate & Property",
                                "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 -> Residential Leasing & Property Management",
                                "Real Estate & Property -> Residential Sales",
                                "Real Estate & Property -> Retail & Property Development",
                                "Real Estate & Property -> Valuation",
                                "Real Estate & Property -> Other",
                                "Retail & Consumer Products",
                                "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 -> Planning",
                                "Retail & Consumer Products -> Retail Assistants",
                                "Retail & Consumer Products -> Other",
                                "Sales",
                                "Sales -> Account & Relationship Management",
                                "Sales -> Analysis & Reporting",
                                "Sales -> Management",
                                "Sales -> New Business Development",
                                "Sales -> Sales Coordinators",
                                "Sales -> Sales Representatives/Consultants",
                                "Sales -> Other",
                                "Science & Technology",
                                "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 -> Quality Assurance & Control",
                                "Science & Technology -> Other",
                                "Self Employment",
                                "Self Employment -> Self Employment",
                                "Sport & Recreation",
                                "Sport & Recreation -> Coaching & Instruction",
                                "Sport & Recreation -> Fitness & Personal Training",
                                "Sport & Recreation -> Management",
                                "Sport & Recreation -> Other",
                                "Trades & Services",
                                "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 -> 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",
                                "Trades & Services -> Other"
                            ]
                        }
                    },
                    "contract_type": {
                        "title": "Select Job Types",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Pick the job types you want the scraper to include, such as full-time, part-time, casual, contract, or internship roles.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Full time",
                                "Part time",
                                "Contract/Temporary",
                                "Casual/Vacation"
                            ]
                        }
                    },
                    "remote_settings": {
                        "title": "Choose Work Arrangement",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Choose the work arrangements you want to see so your results match how and where you prefer to work.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "On-Site",
                                "Hybrid",
                                "Remote"
                            ]
                        }
                    },
                    "publication_date": {
                        "title": "Filter by Posting Date",
                        "enum": [
                            "24-hours",
                            "3-days",
                            "7-days",
                            "14-days",
                            "30-days"
                        ],
                        "type": "string",
                        "description": "Show only jobs posted within the selected timeframe."
                    },
                    "sort_by": {
                        "title": "Choose Result Order",
                        "enum": [
                            "most-relevant-first",
                            "newest-first"
                        ],
                        "type": "string",
                        "description": "\"Most relevant First\" keeps SEEK's default ranking, while \"Newest first\" helps you surface recent postings sooner."
                    },
                    "location": {
                        "title": "Set a Location Filter",
                        "type": "string",
                        "description": "Enter a location like \"Sydney NSW\" or \"Melbourne VIC\" to limit results to that area."
                    },
                    "min_salary": {
                        "title": "Set a Minimum Annual Salary",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Enter the lowest yearly salary you want to include, for example 50000."
                    },
                    "max_salary": {
                        "title": "Set a Maximum Annual Salary",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Enter the highest yearly salary you want to include, for example 150000."
                    },
                    "limit": {
                        "title": "Limit Results Per Search",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Set how many jobs to save for each search term. Leave it empty if you want to collect all available matches."
                    },
                    "maximize_coverage": {
                        "title": "Maximize Coverage",
                        "type": "boolean",
                        "description": "When enabled, the actor checks the reported total on page 1 and recursively splits large searches by strict filters so capped SEEK result pages do not silently truncate coverage.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Set Up Proxy and Connection Options",
                        "type": "object",
                        "description": "Choose Apify Proxy or provide custom proxy details if you want to improve access reliability or send requests from a different IP.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
