JobMaster.co.il - Israel Jobs
Pricing
from $3.00 / 1,000 results
JobMaster.co.il - Israel Jobs
Monitor the latest job listings from jobmaster.co.il by keyword (Hebrew or English). Title, company, city, job type, and short description. Built for tracking fresh postings.
JobMaster.co.il Jobs Monitor
Scrape the latest job listings from jobmaster.co.il, one of Israel's large general job boards, by keyword.
Read this first — coverage limit. JobMaster shows only about 10 of the freshest results per keyword to anonymous (logged-out) visitors; deeper pages require a JobMaster account login. So this actor is built for monitoring new postings, not bulk export. To widen coverage, pass several keywords — each runs as its own search and the results are merged and de-duplicated.
What you get
One row per job, with a direct link to the posting.
| Field | Description |
|---|---|
jobId | JobMaster's numeric job ID (primary key) |
url | Direct link to the job detail page |
title | Job title as published (Hebrew, gendered form) |
company | Hiring company or staffing agency name |
location | Job location / city |
jobType | Employment type (e.g. משרה מלאה) |
description | Short description snippet from the card |
keyword | Which search keyword surfaced this job |
scrapedAt | ISO timestamp of the scrape |
Input
| Field | Type | Description |
|---|---|---|
keywords | string[] | One search per keyword (Hebrew or English). If empty, a default sample of common roles is used (JobMaster has no anonymous "all jobs" listing). |
maxItems | integer | Max jobs across all keywords after de-duplication. No upper cap. Default 100. |
proxyConfiguration | object | Proxy settings. Israeli residential proxy used by default. |
Example
{"keywords": ["מפתח", "QA", "מעצב גרפי"],"maxItems": 50,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "IL" }}
Example output row
{"jobId": "9621901","url": "https://www.jobmaster.co.il/jobs/checknum.asp?key=9621901","title": "משרת מפתח/ת תוכנה –NodeJS ו- Angular","company": "תיגבור חברה ארצית לשרותי כ\"א","location": "ירושלים","jobType": "משרה מלאה","description": "דרוש/ה מפתח/ת תוכנה להצטרפות לצוות פיתוח מקצועי...","keyword": "מפתח","scrapedAt": "2026-06-16T12:00:00.000Z"}
How it works
For each keyword the actor runs JobMaster's server-side search (?q=), parses the result cards, and merges them across keywords (de-duplicated by job ID). Results are saved incrementally as each search completes. Requests go through an Israeli residential proxy by default, with a fresh IP per retry.
Limits
- ~10 freshest results per keyword (anonymous JobMaster page-1 cap). Use multiple keywords to widen coverage.
- The card view carries title, company, city, type, and a short snippet; open the
urlfor the full description and how to apply.
Use cases
- Daily/hourly monitoring of new JobMaster postings for a set of roles.
- Feeding a job-alert pipeline alongside the AllJobs, Drushim, GotFriends, and Taasuka actors.