# Scrape full-time jobs on Kalibrr

**Use case:** 

Scrape full-time job listings from Kalibrr. Filter by tenure, get structured Southeast Asian job data. Pay per result.

## Input

```json
{
  "searchQuery": "engineer",
  "location": "",
  "country": "",
  "jobFunction": "",
  "tenure": "Full time",
  "isRemote": false,
  "isHybrid": false,
  "isOpenToFreshGrads": false,
  "skipReposts": false,
  "outputMode": "full",
  "enrichDetail": false,
  "startUrls": [],
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "jobFunction": {
    "label": "Function",
    "format": "text"
  },
  "tenure": {
    "label": "Contract",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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