# Jora Job Scraper — Search Jobs Across 6 Countries in Seconds (`trev0n/jora-scraper`) Actor

Extract job listings, salaries, company names, and full descriptions from Jora— a job search engine covering Australia, New Zealand, Singapore, Hong Kong, Malaysia, and Indonesia.

- **URL**: https://apify.com/trev0n/jora-scraper.md
- **Developed by:** [Paweł](https://apify.com/trev0n) (community)
- **Categories:** Jobs, Developer tools, Automation
- **Stats:** 3 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$15.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

## Jora Job Scraper — Search Jobs Across 6 Countries in Seconds

Extract job listings, salaries, company names, and full descriptions from [Jora](https://www.jora.com) — a job search engine covering Australia, New Zealand, Singapore, Hong Kong, Malaysia, and Indonesia.

### Features

- **6 countries supported** — Australia, New Zealand, Singapore, Hong Kong, Malaysia, Indonesia
- **Keyword + location search** — find jobs by title, skill, or company name in any city or region
- **Direct URL scraping** — paste any Jora search or job page URL
- **Salary extraction** — captures salary ranges when disclosed (AUD, NZD, SGD, HKD, MYR, IDR)
- **Job type detection** — Full time, Part time, Contract, Casual, Temporary, Internship
- **Full descriptions** — optional detail mode extracts complete job descriptions with HTML formatting
- **Automatic pagination** — scrapes across multiple result pages until your limit is reached
- **Proxy support** — configurable proxy for large-scale runs

### Input

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `startUrls` | array | — | Direct Jora URLs (search pages or job pages). Overrides keyword/location. |
| `country` | string | `au` | Country to search: `au`, `nz`, `sg`, `hk`, `my`, `id` |
| `keyword` | string | — | Job title, company, or keyword (e.g. "nurse", "react developer") |
| `location` | string | — | City, district, or state (e.g. "Sydney", "Auckland", "Kuala Lumpur") |
| `maxItems` | integer | 50 | Max jobs to scrape. Set to `0` for unlimited. |
| `extractDetails` | boolean | false | Visit each job page for full description. Slower but richer data. |
| `maxConcurrency` | integer | 5 | Parallel browser pages (1–20). |
| `proxyConfiguration` | object | — | Proxy settings. Recommended for production. |

#### Example — Search by keyword and location

```json
{
    "country": "au",
    "keyword": "software engineer",
    "location": "Melbourne",
    "maxItems": 100
}
````

#### Example — Scrape a specific Jora URL

```json
{
    "startUrls": [
        { "url": "https://sg.jora.com/j?q=marketing&l=Singapore" }
    ],
    "maxItems": 50
}
```

#### Example — Full descriptions with detail extraction

```json
{
    "country": "nz",
    "keyword": "nurse",
    "location": "Auckland",
    "maxItems": 30,
    "extractDetails": true
}
```

### Output

#### Default mode (`extractDetails: false`)

Fast extraction from search result pages:

```json
{
    "jobTitle": "Developer Programmer",
    "companyName": "Synechron",
    "location": "Sydney NSW",
    "salary": "$80,000 - $80,000 a year",
    "jobType": "Full time",
    "description": "Interpret specifications, build, maintain and modify software code. Analyze system needs, identify limitations, test and debug applications. 3+ years experience in financial services required.",
    "postedDate": "Posted 2d ago",
    "jobId": "ab0e19a2febadc2002456e41eca2cad1",
    "jobUrl": "https://au.jora.com/job/Developer-Programmer-ab0e19a2febadc2002456e41eca2cad1...",
    "sourceCountry": "au",
    "scrapedAt": "2026-02-28T19:32:32.833Z"
}
```

#### Detail mode (`extractDetails: true`)

Visits each job page for the full description and source site information:

```json
{
    "jobTitle": "Developer Programmer",
    "companyName": "Synechron",
    "location": "Sydney NSW",
    "salary": "$80,000 - $80,000 a year",
    "jobType": "Full time",
    "description": "Developer Programmer\nAs a developer programmer you would interpret specifications, technical designs and flow charts, build, maintain and modify the code for software applications...\n\nResponsibilities:\n- Researching, consulting, analyzing and evaluating system program needs\n- Testing, debugging, diagnosing and correcting errors...\n\nSkills Required:\n- 3+ years experience in development\n- Experience working with APIs...",
    "descriptionHtml": "<p><strong>Developer Programmer</strong></p><p>As a developer programmer you would...</p><ul><li>Researching, consulting...</li></ul>",
    "postedDate": "2d ago",
    "source": "Snaphunt 1",
    "jobId": "ab0e19a2febadc2002456e41eca2cad1",
    "jobUrl": "https://au.jora.com/job/Developer-Programmer-ab0e19a2febadc2002456e41eca2cad1...",
    "sourceCountry": "au",
    "scrapedAt": "2026-02-28T19:39:38.863Z"
}
```

#### Output fields

| Field | Description | Default | Detail |
|-------|-------------|:-------:|:------:|
| `jobTitle` | Position title | yes | yes |
| `companyName` | Employer name | yes | yes |
| `location` | City and state/region | yes | yes |
| `salary` | Salary range when disclosed | yes | yes |
| `jobType` | Full time, Part time, Contract, etc. | yes | yes |
| `description` | Job summary (default) or full description (detail) | yes | yes |
| `descriptionHtml` | Full description with HTML formatting | — | yes |
| `postedDate` | When the job was listed | yes | yes |
| `source` | Original job board the listing came from | — | yes |
| `jobId` | Unique Jora job identifier | yes | yes |
| `jobUrl` | Direct link to the job on Jora | yes | yes |
| `sourceCountry` | Country code (au, nz, sg, hk, my, id) | yes | yes |
| `scrapedAt` | ISO timestamp of when the data was collected | yes | yes |

### Use Cases

- **Job market research** — analyze hiring trends, in-demand skills, and salary ranges across Asia-Pacific
- **Salary benchmarking** — compare compensation for the same role across countries and cities
- **Recruitment intelligence** — monitor competitor hiring and new job openings
- **Career exploration** — find opportunities matching specific skills and locations
- **Remote work tracking** — identify companies offering flexible work arrangements
- **Regional comparison** — compare job markets between Australia, New Zealand, and Southeast Asia

### Tips

- **Start with default mode** — it's much faster and gives you all the key data. Use `extractDetails: true` only when you need the full description text.
- **Use the country selector** to target a specific market, or provide direct URLs from different country subdomains to search across multiple markets.
- **Set `maxItems`** to control costs and run time. Each result page contains about 15 jobs.
- **Proxy is recommended** for large runs (100+ jobs) to avoid rate limiting.

### Integrate via API

The scraped data can be downloaded in JSON, CSV, Excel, XML, or RSS format via the [Apify API](https://docs.apify.com/api/v2).

### Your Feedback

If you have any feedback or found a bug, please create an issue on the Actor's Issues tab in Apify Console.

# Actor input Schema

## `startUrls` (type: `array`):

Direct URLs to Jora search results or job detail pages. If provided, keyword/location/country are ignored.

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

Jora country subdomain to search in.

## `keyword` (type: `string`):

Job title, company name, or keyword to search for (e.g. 'developer', 'nurse', 'marketing').

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

City, district, or state to filter jobs by (e.g. 'Sydney', 'Melbourne VIC', 'Auckland').

## `maxItems` (type: `integer`):

Maximum number of job listings to scrape. Set to 0 for unlimited.

## `extractDetails` (type: `boolean`):

If enabled, visits each job detail page to extract the full description. Slower but provides more data. May require proxies.

## `maxConcurrency` (type: `integer`):

Maximum number of parallel browser pages.

## `maxRequestRetries` (type: `integer`):

Maximum number of retries per failed request.

## `maxRequestsPerMinute` (type: `integer`):

Rate limiting — maximum requests per minute.

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

Proxy settings. Recommended for production use to avoid IP blocking.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://au.jora.com/j?q=developer&l=Sydney"
    }
  ],
  "country": "au",
  "keyword": "developer",
  "location": "Sydney",
  "maxItems": 50,
  "extractDetails": false,
  "maxConcurrency": 5,
  "maxRequestRetries": 3,
  "maxRequestsPerMinute": 60
}
```

# Actor output Schema

## `overview` (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 = {
    "startUrls": [
        {
            "url": "https://au.jora.com/j?q=developer&l=Sydney"
        }
    ],
    "keyword": "developer",
    "location": "Sydney"
};

// Run the Actor and wait for it to finish
const run = await client.actor("trev0n/jora-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 = {
    "startUrls": [{ "url": "https://au.jora.com/j?q=developer&l=Sydney" }],
    "keyword": "developer",
    "location": "Sydney",
}

# Run the Actor and wait for it to finish
run = client.actor("trev0n/jora-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 '{
  "startUrls": [
    {
      "url": "https://au.jora.com/j?q=developer&l=Sydney"
    }
  ],
  "keyword": "developer",
  "location": "Sydney"
}' |
apify call trev0n/jora-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Jora Job Scraper — Search Jobs Across 6 Countries in Seconds",
        "description": "Extract job listings, salaries, company names, and full descriptions from Jora— a job search engine covering Australia, New Zealand, Singapore, Hong Kong, Malaysia, and Indonesia.",
        "version": "1.0",
        "x-build-id": "HSyfTzIeT4rhDWRyr"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/trev0n~jora-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-trev0n-jora-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/trev0n~jora-scraper/runs": {
            "post": {
                "operationId": "runs-sync-trev0n-jora-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/trev0n~jora-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-trev0n-jora-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": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Direct URLs to Jora search results or job detail pages. If provided, keyword/location/country are ignored.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "country": {
                        "title": "Country",
                        "enum": [
                            "au",
                            "nz",
                            "sg",
                            "hk",
                            "my",
                            "id"
                        ],
                        "type": "string",
                        "description": "Jora country subdomain to search in.",
                        "default": "au"
                    },
                    "keyword": {
                        "title": "Search Keyword",
                        "type": "string",
                        "description": "Job title, company name, or keyword to search for (e.g. 'developer', 'nurse', 'marketing')."
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City, district, or state to filter jobs by (e.g. 'Sydney', 'Melbourne VIC', 'Auckland')."
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of job listings to scrape. Set to 0 for unlimited.",
                        "default": 50
                    },
                    "extractDetails": {
                        "title": "Extract Full Details",
                        "type": "boolean",
                        "description": "If enabled, visits each job detail page to extract the full description. Slower but provides more data. May require proxies.",
                        "default": false
                    },
                    "maxConcurrency": {
                        "title": "Max Concurrency",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum number of parallel browser pages.",
                        "default": 5
                    },
                    "maxRequestRetries": {
                        "title": "Max Request Retries",
                        "minimum": 0,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Maximum number of retries per failed request.",
                        "default": 3
                    },
                    "maxRequestsPerMinute": {
                        "title": "Max Requests Per Minute",
                        "minimum": 1,
                        "maximum": 300,
                        "type": "integer",
                        "description": "Rate limiting — maximum requests per minute.",
                        "default": 60
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings. Recommended for production use to avoid IP blocking."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
