# Tech jobs in Israel on il.indeed.com

**Use case:** 

Software, data and product openings in Tel Aviv and Haifa from Indeed Israel, posted in the last 3 days. Schedule it daily to keep a fresh feed.

## Input

```json
{
  "keywords": [
    "software developer",
    "data engineer",
    "product manager"
  ],
  "locations": [
    "Tel Aviv",
    "Haifa"
  ],
  "country": "il",
  "postedWithinDays": "3",
  "remote": false,
  "jobTypes": [],
  "radiusMiles": 50,
  "sort": "date",
  "maxJobsPerSearch": 100,
  "maxJobs": 600,
  "companies": [],
  "jobKeys": [],
  "includeDescriptionHtml": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "formatted_location": {
    "label": "Location",
    "format": "string"
  },
  "remote_type": {
    "label": "Remote",
    "format": "string"
  },
  "job_types": {
    "label": "Type",
    "format": "array"
  },
  "salary_min": {
    "label": "Salary min",
    "format": "number"
  },
  "salary_max": {
    "label": "Salary max",
    "format": "number"
  },
  "salary_period": {
    "label": "Per",
    "format": "string"
  },
  "salary_currency": {
    "label": "Currency",
    "format": "string"
  },
  "posted_at": {
    "label": "Posted",
    "format": "string"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "url": {
    "label": "Job",
    "format": "string"
  },
  "company_website": {
    "label": "Website",
    "format": "string"
  },
  "job_key": {
    "label": "Job key",
    "format": "string"
  },
  "search_query": {
    "label": "Keyword",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Indeed Jobs Scraper: Search, Company Pages, 60+ Countries](https://apify.com/leadproof/indeed-jobs.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/leadproof/indeed-jobs.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/leadproof/indeed-jobs.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
