# Aalberts UKG Pro Job Listings Extractor

**Use case:** 

Export current public Aalberts UKG Pro job listings, requisition numbers, categories, and locations.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://recruiting.ultipro.com/AAL1000AIPSA/JobBoard/90e3e14e-26e3-46c0-affc-329a34699e20/"
    }
  ],
  "query": "",
  "maxJobs": 50,
  "includeDescriptions": false,
  "emitBoardRecords": true,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "employerName": {
    "label": "Employer",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "requisitionNumber": {
    "label": "Requisition",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "fullTime": {
    "label": "Full time",
    "format": "boolean"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "detailUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Board URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UKG Pro Recruiting Jobs Scraper](https://apify.com/automation-lab/ukg-pro-recruiting-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ukg-pro-recruiting-jobs-scraper) to learn more, explore other use cases, and run it yourself.