# Drushim Job Scraper by Role

**Use case:** 

Scrape Drushim jobs by role or keyword — location, description and date. Structured JSON, ready to run.

## Input

```json
{
  "query": "developer",
  "location": "Tel Aviv",
  "maxResults": 20,
  "maxPages": 10,
  "noCvRequired": false,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": false,
  "allowNonIncrementalFallback": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "phoneExtractionMode": "strict",
  "source": "search",
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "locationEnglish": {
    "label": "Location english"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "category": {
    "label": "Category"
  },
  "portalUrl": {
    "label": "Portal url"
  },
  "postedDate": {
    "label": "Posted date"
  }
}
```

## About this Actor

This example demonstrates how to use [Drushim — Israel Job Listings (Hebrew)](https://apify.com/blackfalcondata/drushim-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/drushim-scraper) to learn more, explore other use cases, and run it yourself.