# Monitor iCIMS Employer Job Listings

**Use case:** 

Collect a repeatable iCIMS hiring dataset for recruiting intelligence, labor-market analysis, alerts, and job aggregation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://globalcareers-sas.icims.com/jobs/search"
    }
  ],
  "maxItems": 100,
  "includeDetails": true,
  "employerName": "SAS",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "requisitionId": {
    "label": "Requisition ID",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "visaSponsorship": {
    "label": "Visa sponsorship",
    "format": "text"
  },
  "travelRequirements": {
    "label": "Travel",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "Job page",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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