# Scrape developer jobs in Israel

**Use case:** 

Extract developer job listings from AllJobs.co.il across Israel. Structured Israeli job data. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "maxResults": 5,
  "skipReposts": false,
  "fetchDetails": false
}
```

## Output

```json
{
  "jobId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "datetime"
  },
  "isExclusive": {
    "label": "Exclusive",
    "format": "text"
  },
  "isEnglishJob": {
    "label": "English",
    "format": "text"
  },
  "salaryRange": {
    "label": "Salary",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "datetime"
  },
  "isRepost": {
    "label": "Repost",
    "format": "text"
  }
}
```

## About this Actor

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