# WorkAbroad.ph \[💰$2/1000] Job Scraper (`kinaesthetic_millionaire/workabroad-job-site`) Actor

Scrapes overseas job listings from WorkAbroad.ph, extracting job title, company, location, salary, experience requirements, posted date, and description.

- **URL**: https://apify.com/kinaesthetic\_millionaire/workabroad-job-site.md
- **Developed by:** [Parsedom Inc](https://apify.com/kinaesthetic_millionaire) (community)
- **Categories:** Jobs, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 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.

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

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

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

# README

### What does WorkAbroad.ph Job Scraper do?

**WorkAbroad.ph Job Scraper** extracts overseas job listings from [WorkAbroad.ph](https://www.workabroad.ph/), a leading job board for Filipino workers seeking employment abroad. Give it one or more job search or category listing URLs and it returns structured data for every posting — job title, hiring company, location, salary range, minimum experience, posted date, and full job description and qualifications.

Because it runs on the Apify platform, you get automatic scheduling, webhooks, and integrations with tools like Zapier, Make, and Google Sheets — no infrastructure to maintain.

<img src="https://i.postimg.cc/vBGTW8NC/how-the-apify-actor-works-(3).png" alt="How the WorkAbroad.ph Job Scraper Apify Actor works: provide input, the actor scrapes the site, get structured output" />

### Why use WorkAbroad.ph Job Scraper?

- **Job market research** — track which overseas roles, countries, and industries are in demand.
- **Recruitment agency monitoring** — keep tabs on which agencies are posting jobs and what they're offering.
- **Salary benchmarking** — compare pay ranges across roles, employers, and destination countries.
- **Content and lead generation** — feed fresh, structured job listings into your own site, newsletter, or CRM.

### How to use WorkAbroad.ph Job Scraper

1. Click **Try for free** to open the Actor in Apify Console.
2. Add one or more WorkAbroad.ph search or category URLs under **Start URLs** (e.g. `https://www.workabroad.ph/search-jobs/b/landbased`).
3. Set **Max jobs per start URL** to control how many listings to scrape from each URL.
4. Click **Start** and wait for the run to finish.
5. Download your results from the **Dataset** tab, or connect them to your workflow via webhook or integration.

### Input

The Actor accepts the following input fields (see the **Input** tab for the full schema):

| Field | Type | Description |
|---|---|---|
| `startUrls` | array | WorkAbroad.ph job search or category listing pages to scrape. |
| `maxItems` | integer | Maximum number of job listings to scrape per start URL. `0` means unlimited. |
| `proxyConfiguration` | object | Proxy settings. Uses Apify Proxy by default. |

#### How to build a Start URL

Copy the URL straight from your browser after searching or filtering on WorkAbroad.ph — any listing page works, including keyword searches, category pages, or a specific results page:

- All land-based jobs: `https://www.workabroad.ph/search-jobs/b/landbased`
- Jobs matching a keyword (e.g. "nurse"): `https://www.workabroad.ph/search-jobs/k/nurse/t/any/b/landbased`
- A specific results page: add `/2`, `/3`, etc. to the end of a search URL

Add as many start URLs as you like — the Actor scrapes each one independently, and **Max jobs per start URL** is applied separately to each one.

Example input:

```json
{
    "startUrls": [{ "url": "https://www.workabroad.ph/search-jobs/b/landbased" }],
    "maxItems": 5,
    "proxyConfiguration": { "useApifyProxy": true }
}
```

### Output

Each scraped job listing is stored as a single item in the dataset. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Example output:

```json
{
    "title": "HAIRDRESSER",
    "company": "PACIFIC BUSINESS VENTURES, INC.",
    "location": "Dammam, Eastern Province, Saudi Arabia",
    "salary": "SAR 2,800.00 - 3,800.00 per month",
    "currency": "SAR",
    "experience": "Min. Experience: 2 year(s)",
    "postedDate": "2026-07-22",
    "description": ["Minimum TWO (2) Years Contract.", "Duties and functions of an EXPERT and QUALIFIED HAIRSTYLIST."],
    "qualifications": ["A minimum of 2 year(s) of working experience is required.", "Candidates must be at least a high school graduate."],
    "employerInfo": "Principal / Employer ESTABLISHMENT MORVA ...",
    "url": "https://www.workabroad.ph/job/3377436"
}
```

#### Data table

| Field | Description |
|---|---|
| `title` | Job title |
| `company` | Hiring company / employer name |
| `location` | Job location (city, province/state, country) |
| `salary` | Salary or pay range, as listed |
| `currency` | Currency code parsed from the salary text |
| `experience` | Minimum experience requirement |
| `postedDate` | Date the job was posted (ISO format) |
| `description` | Job description bullet points |
| `qualifications` | Job qualification bullet points |
| `employerInfo` | Employer registration and placement fee details |
| `url` | Link to the job listing on WorkAbroad.ph |

### How much does it cost to scrape WorkAbroad.ph data?

This Actor runs on Apify's pay-per-usage pricing based on compute time. Since it uses lightweight HTTP requests (no browser), a run scraping a few dozen listings typically finishes in under a minute and costs a fraction of a compute unit. Apify's free tier includes monthly platform credits, so light usage can often run at no extra cost. Use **Max jobs per start URL** to control run size and cost.

### Tips and advanced options

- Use narrower WorkAbroad.ph search or category URLs to scrape more targeted results and reduce run time.
- Lower **Max jobs per start URL** for quick daily monitoring runs; raise it (or set it to `0`) for bulk exports.
- Schedule the Actor on Apify to run daily or weekly and track new listings over time.

### FAQ and disclaimers

This Actor only extracts publicly available job listing data from WorkAbroad.ph. Use it in accordance with WorkAbroad.ph's Terms of Service and applicable laws in your jurisdiction. Website structure changes may occasionally affect scraping — if you notice missing or incorrect data, please report it via the **Issues** tab.

### 🤝 Support

Need help or have questions?

- Email us at <info@parsedom.com>
- Or visit [parsedom.com](https://parsedom.com)
- Visit our profile on Fiverr: [fiverr.com/s/rEmNqEb](https://www.fiverr.com/s/rEmNqEb)
- Apify public page: [apify.com/kinaesthetic\_millionaire](https://apify.com/kinaesthetic_millionaire)
- You can also contact us if you want to build a custom actor.

Ready to scrape more listings? Add your URLs and start scraping! 🚀

# Actor input Schema

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

WorkAbroad.ph job search or category listing pages to scrape.

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

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

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

Proxy settings used to fetch WorkAbroad.ph pages.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.workabroad.ph/search-jobs/k/all/t/any/b/landbased"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# 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://www.workabroad.ph/search-jobs/k/all/t/any/b/landbased"
        }
    ],
    "maxItems": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("kinaesthetic_millionaire/workabroad-job-site").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://www.workabroad.ph/search-jobs/k/all/t/any/b/landbased" }],
    "maxItems": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("kinaesthetic_millionaire/workabroad-job-site").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://www.workabroad.ph/search-jobs/k/all/t/any/b/landbased"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call kinaesthetic_millionaire/workabroad-job-site --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

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