# Workabroad.ph International Jobs Scraper

**Use case:** 

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

## Input

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

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [WorkAbroad.ph [💰$2/1000] Job Scraper](https://apify.com/kinaesthetic_millionaire/workabroad-job-site) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kinaesthetic_millionaire/workabroad-job-site) to learn more, explore other use cases, and run it yourself.