Taasuka.gov.il - Israel Government Jobs Scraper
Pricing
from $5.00 / 1,000 results
Taasuka.gov.il - Israel Government Jobs Scraper
Scrape job listings from taasuka.gov.il, Israel's official government Employment Service board. Title, city, reference numbers, status, and a direct link. Hebrew or English keyword search, full pagination, no caps.
Taasuka.gov.il Jobs Scraper
Scrape job listings from taasuka.gov.il, the official board of Israel's government Employment Service (שירות התעסוקה). This board carries a lot of inventory you won't find on commercial sites: blue-collar, administrative, regional, and government-subsidized roles across the whole country.
What you get
One row per job, with a direct link back to the posting.
| Field | Description |
|---|---|
jobId | Taasuka's internal job GUID (primary key) |
url | Direct link that opens the posting on taasuka.gov.il |
title | Job title as published (Hebrew, gendered form, e.g. מתכנת/ת) |
city | Place of work (מקום עבודה), e.g. תל אביב - יפו |
bureauJobNumber | Internal bureau job number (מס' משרה בלשכה) |
siteJobNumber | Public site reference number (מס' משרה באתר) |
status | Posting status (מצב משרה), e.g. פעילה (active) |
scrapedAt | ISO timestamp of the scrape |
page | Pagination page the job appeared on |
Input
| Field | Type | Description |
|---|---|---|
keyword | string | Free-text search (Taasuka's own full-text search). Hebrew or English. Leave blank for the latest jobs across all fields. |
maxItems | integer | Max jobs to return. No upper cap. Default 100. |
proxyConfiguration | object | Proxy settings. Israeli residential proxy is used by default and strongly recommended. |
Example
{"keyword": "מתכנת","maxItems": 200,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "IL" }}
Example output row
{"jobId": "7178b598-bb2a-417d-b4e1-345127ba84d5","url": "https://www.taasuka.gov.il/he/Applicants/Jobs?jobid=7178b598-bb2a-417d-b4e1-345127ba84d5","title": "מתכנת/ת CNC","city": "ראשון לציון","bureauJobNumber": "9057810","siteJobNumber": "5303_28373","status": "פעילה","scrapedAt": "2026-06-16T12:00:00.000Z","page": 1}
How it works
The board is server-rendered HTML, 10 jobs per page, with Hebrew text stored as HTML entities (decoded automatically). The actor uses Taasuka's own server-side full-text search (FreeText) when you pass a keyword, and paginates until it reaches your maxItems or runs out of new jobs. Results are saved to the dataset incrementally as each page is parsed, so a cancelled run keeps everything collected so far.
Because it's an Israeli government site that can be slow or block foreign datacenter IPs, requests go through an Israeli residential proxy by default, with a fresh IP per retry.
Limits
- The board's list view exposes title, city, reference numbers, status, and the link, but not the full job description. Open the
urlfor the full text and how to apply. keyworduses Taasuka's full-text search, so some results may match on the description rather than the title.
Use cases
- Monitor new government / Employment Service postings for a profession or city.
- Build a fuller Israeli jobs dataset alongside commercial boards (AllJobs, Drushim, GotFriends).
- Track blue-collar and regional roles that commercial boards under-cover.