AllJobs - Israeli Job Listings avatar

AllJobs - Israeli Job Listings

Pricing

from $5.00 / 1,000 results

Go to Apify Store
AllJobs - Israeli Job Listings

AllJobs - Israeli Job Listings

Pulls job listings from AllJobs.co.il, one of Israel's largest job boards. Returns title, employer, location, job type, posted time, full Hebrew description and requirements section. Supports keyword search and AllJobs' region / city / position filters via a power-user search URL.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Swerve

Swerve

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

3 hours ago

Last modified

Share

AllJobs.co.il Scraper - Israeli Job Listings API

Extract job listings from alljobs.co.il, one of Israel's largest job boards. Returns structured data per posting: job title, employer, employer ID, location, job type, posted time, full Hebrew description and requirements section.

What you get per listing

  • jobId, url - AllJobs ID and direct link to the listing
  • title - Job title (typically Hebrew, sometimes English)
  • employer, employerUrl, employerId - Company / staffing-agency name, their profile page, and AllJobs employer ID
  • category - Posting category (חברת השמה / כח אדם for staffing agencies, employer-direct postings, etc.)
  • location - Job location in Hebrew (city or region)
  • jobType - Full-time / part-time / shifts / experience level (Hebrew)
  • postedRelative - Relative posted time in Hebrew (e.g. לפני 4 דקות, אתמול)
  • description - Description text (the part before the requirements section)
  • requirements - Requirements (text after the דרישות: marker)
  • scrapedAt

The actor automatically splits the AllJobs description block into description and requirements on the standard Hebrew דרישות: marker.

How to use

Simple keyword search:

{ "keyword": "hi-tech", "maxItems": 200 }

Filter by city — pick from the City dropdown (~50 major Israeli cities). In the UI, just choose by name; via the API, pass the city code as a string:

{ "keyword": "devops", "city": "779", "maxItems": 100 } // Tel Aviv
{ "keyword": "QA", "city": "721", "maxItems": 100 } // Raanana
{ "keyword": "", "city": "1056", "maxItems": 50 } // Jerusalem

A few common city codes: Tel Aviv=779, Jerusalem=1056, Haifa=491, Beer Sheva=1961, Ramat Gan=789, Petah Tikva=786, Holon=783, Bat Yam=781, Netanya=717, Herzliya=712, Raanana=721, Ashdod=802, Ashkelon=943. The full list is in the City dropdown in the Apify UI.

Filter by broader region when city-level is too narrow:

{ "keyword": "data analyst", "region": "center" }
{ "keyword": "מפתח/ת", "region": "jerusalem" }
{ "keyword": "", "region": "remote" }

Supported regions: center (Tel Aviv + Gush Dan + Sharon), haifa, north, jerusalem, south, remote.

Leave keyword blank to fetch the most recently posted jobs across the selected city/region.

Power-user mode: for finer filters (specific position type, contract duration, full-time vs part-time), open the AllJobs search page, set your filters, copy the URL from your browser, paste into searchUrl. The keyword / city / region fields above are bypassed.

{
"searchUrl": "https://www.alljobs.co.il/SearchResultsGuest.aspx?page=1&position=72&type=&region=2",
"maxItems": 200
}

Common use cases

  • Recruiters and staffing agencies - source candidates by tracking employer postings and competitor inventory.
  • HR analytics - market salary signals, posted-time freshness, employer hiring velocity.
  • Tech-talent sourcing - filter the keyword for stack-specific roles (devops, golang, LLM, embedded).
  • Aliyah / relocation services - surface English-friendly tech roles in Israel for inbound hires.

Data quality

In testing across hi-tech and general searches (sample of 100+ listings):

FieldFill rate
jobId, url, title, postedRelative, description100%
location, jobType~97%
requirements~80% (a portion of listings don't follow the standard דרישות: convention; in those, the full text lands in description and requirements is null)
employer~55% (many AllJobs postings are anonymous: confidential / חברה חסויה, or English-language listings that don't expose the company on the search page. Click through the url for the named employer where available.)
employerId~45% (only populated when AllJobs links the employer's profile page from the search card)
category~25% (only populated when AllJobs tags the listing with a staffing-agency or direct-employer label)

Pricing

Pay per result. See the Pricing tab. Failed runs cost nothing.

Notes

  • AllJobs is server-rendered ASP.NET. Pagination is GET-based via ?page=N, walked automatically until maxItems is reached or results run out.
  • Hebrew right-to-left text is preserved as-is in all output fields.
  • Date strings (postedRelative) are Hebrew relative-time strings; parse to absolute timestamps downstream if needed.

Found a bug or have a feature request? Open an issue and I respond within 24h.