Taasuka.gov.il - Israel Government Jobs Scraper avatar

Taasuka.gov.il - Israel Government Jobs Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Taasuka.gov.il - Israel Government Jobs Scraper

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.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Swerve

Swerve

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

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.

FieldDescription
jobIdTaasuka's internal job GUID (primary key)
urlDirect link that opens the posting on taasuka.gov.il
titleJob title as published (Hebrew, gendered form, e.g. מתכנת/ת)
cityPlace of work (מקום עבודה), e.g. תל אביב - יפו
bureauJobNumberInternal bureau job number (מס' משרה בלשכה)
siteJobNumberPublic site reference number (מס' משרה באתר)
statusPosting status (מצב משרה), e.g. פעילה (active)
scrapedAtISO timestamp of the scrape
pagePagination page the job appeared on

Input

FieldTypeDescription
keywordstringFree-text search (Taasuka's own full-text search). Hebrew or English. Leave blank for the latest jobs across all fields.
maxItemsintegerMax jobs to return. No upper cap. Default 100.
proxyConfigurationobjectProxy 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 url for the full text and how to apply.
  • keyword uses 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.