# Scrape developer jobs in Israel

**Use case:** 

Extract developer job listings from Drushim.co.il across Israel. Structured Israeli job data with titles and companies. Pay per result.

## Input

```json
{
  "searchTerms": [
    "developer"
  ],
  "categoryCodes": [],
  "categories": [],
  "experienceLevels": [],
  "zoneCodes": [],
  "locations": [],
  "employmentTypes": [],
  "noCV": false,
  "maxResults": 5,
  "daysOld": 30,
  "useSitemap": false,
  "includeExpired": false,
  "requestDelayMs": 500,
  "startUrls": []
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "primaryCityEn": {
    "label": "City",
    "format": "text"
  },
  "zone": {
    "label": "Zone",
    "format": "text"
  },
  "categories": {
    "label": "Category",
    "format": "text"
  },
  "salaryRange": {
    "label": "Salary (ILS)",
    "format": "text"
  },
  "experienceCode": {
    "label": "Exp.",
    "format": "text"
  },
  "allowNoCv": {
    "label": "No CV",
    "format": "text"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "text"
  },
  "isHotJob": {
    "label": "Hot",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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