# Drushim Job Listings Monitor Workflow

**Use case:** 

Monitor several Drushim searches on a schedule and export stable job IDs, employer signals, locations, requirements, and application URLs.

## Input

```json
{
  "keywords": [
    "DevOps",
    "Kubernetes",
    "מנהל מוצר"
  ],
  "searchUrls": [
    {
      "url": "https://www.drushim.co.il/jobs/search/Java/"
    }
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "integer"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "experience": {
    "label": "Experience",
    "format": "string"
  },
  "employmentTypes": {
    "label": "Employment type",
    "format": "array"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  }
}
```

## About this Actor

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