# Jerusalem Job Listings from AllJobs

**Use case:** 

Get a list of active hiring companies in Jerusalem with detailed job vacancies. Includes titles, locations, and descriptions from AllJobs.co.il.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.alljobs.co.il/SearchResultsGuest.aspx?page=1&position=72"
    }
  ],
  "keyword": "",
  "city": "1056",
  "region": "any",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IL"
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Employer Name",
    "format": "string"
  },
  "employerUrl": {
    "label": "Corporate Page",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "location": {
    "label": "Operating City",
    "format": "string"
  },
  "postedRelative": {
    "label": "Hiring Age",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply Sourcing link",
    "format": "string"
  }
}
```

## About this Actor

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