# Remote Job Listings in Israel Daily Feed

**Use case:** 

Get daily updates on remote job vacancies in Israel. Extract titles, companies, locations, and descriptions to enhance your job search.

## Input

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

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "postedRelative": {
    "label": "Posted Relative",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply Link",
    "format": "string"
  },
  "url": {
    "label": "AllJobs URL",
    "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.