# Drushim Software Jobs Extractor Example

**Use case:** 

Extract structured vacancies from a Drushim software category page, including employers, locations, full descriptions, and requirements.

## Input

```json
{
  "keywords": [
    "Java"
  ],
  "searchUrls": [
    {
      "url": "https://www.drushim.co.il/jobs/cat6/"
    }
  ],
  "maxItems": 50
}
```

## 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.