# Scrape full-time jobs in the Philippines

**Use case:** 

Scrape full-time job listings in the Philippines from JobStreet. Filter by work type, get structured data. Pay per result.

## Input

```json
{
  "country": "PH",
  "searchQuery": "sales",
  "searchQueries": [
    "data analyst",
    "devops"
  ],
  "location": "",
  "workType": "Full time",
  "salaryType": "monthly",
  "includeKeywords": [
    "remote"
  ],
  "excludeKeywords": [
    "internship"
  ],
  "fetchDetails": false,
  "incrementalMode": false,
  "skipReposts": false,
  "compactOutput": false,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "locationState": {
    "label": "Region/State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "workTypes": {
    "label": "Work type",
    "format": "array"
  },
  "workArrangement": {
    "label": "Arrangement",
    "format": "text"
  },
  "salaryLabel": {
    "label": "Salary (raw)",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Period",
    "format": "text"
  },
  "classifications": {
    "label": "Categories",
    "format": "array"
  },
  "bulletPoints": {
    "label": "Bullet points"
  },
  "teaser": {
    "label": "Teaser",
    "format": "text"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "isExpired": {
    "label": "Expired",
    "format": "boolean"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyLogo": {
    "label": "Company logo"
  },
  "changeStatus": {
    "label": "Change status",
    "format": "text"
  },
  "isRepost": {
    "label": "Is repost",
    "format": "boolean"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  },
  "contentHash": {
    "label": "Content hash",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [JobStreet.com Scraper](https://apify.com/unfenced-group/jobstreet-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/jobstreet-scraper) to learn more, explore other use cases, and run it yourself.