Drushim.co.il Scraper — Israel Job Listings avatar

Drushim.co.il Scraper — Israel Job Listings

Pricing

from $1.49 / 1,000 results

Go to Apify Store
Drushim.co.il Scraper — Israel Job Listings

Drushim.co.il Scraper — Israel Job Listings

Scrape Drushim.co.il, Israel's largest job board. Filter by keyword, location (34 regions), employment type and category. Returns geo-coordinates, salary, posting flags (sponsored/hot/top), expiry date and 30+ fields. Cheapest on Apify at $1.49/1k results — no proxy costs.

Pricing

from $1.49 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract structured job listings from Drushim.co.il, Israel's leading job board with over 14,000 active positions. Filter by keyword, location, employment type, category and age. Get full job data including geo-coordinates, salary, company metadata, and posting flags — direct from the source with no API key required.

Cheapest on Apify at $1.49 per 1,000 results. No proxy costs.


What Makes This Scraper Stand Out

FeatureThis scraperblackfalcondataswerve
Price per 1,000 results$1.49$2.00$3.00
Geo-coordinates (lat/lon)
Location filter (region)
Employment type filter
Sponsored / Hot / Top flags
Expiry date
Human-readable posting age
Canonical URL with hash
Company logo URL
Full README

Features

  • Keyword search in Hebrew and English — matched against title, description and requirements
  • Location filter — filter by any of 34 Drushim regions (Tel Aviv, Haifa, Jerusalem, Beer Sheva, etc.)
  • Employment type filter — full-time, part-time, freelance, student/intern
  • Category filter — all 36 Drushim job categories in Hebrew
  • Age filter — return only jobs posted within N days
  • Expired flag — skip or include listings no longer accepting applications
  • Geo-coordinates — latitude and longitude per city from Addresses
  • Canonical URL — includes the full hash for direct deep-linking
  • Sponsored / Top / Hot job flags
  • startUrls mode — scrape specific job pages by URL

Output Schema

Each item in the dataset represents one job listing.

FieldTypeDescription
jobIdStringUnique Drushim job code
titleStringFull job title
companyStringEmployer display name
isConfidentialBooleantrue if employer is hidden (חסוי)
companyUrlStringEmployer profile on Drushim
companyLogoUrlStringEmployer logo image URL
isExternalApplyBooleantrue if application redirects off-site
urlStringCanonical job page URL (with hash)
applyUrlStringDirect CV submission URL
datePostedStringDate first posted (YYYY-MM-DD)
dateActualStringExact posting datetime (ISO 8601)
expiresAtStringDate listing expires (ISO 8601)
postingAgeStringHuman-readable age, e.g. "לפני 3 שעות"
employmentTypeStringe.g. משרה מלאה (full-time)
regionArray<String>Regions in Hebrew
zoneStringGeographic zone (Center / North / South / Jerusalem / Haifa)
primaryCityStringPrimary city (Hebrew)
primaryCityEnStringPrimary city (English)
latitudeNumberLatitude of primary city
longitudeNumberLongitude of primary city
citiesArray<Object>All cities with lat/lon per listing
categoriesArray<String>Main job categories (Hebrew)
subCategoriesArray<String>Sub-categories (Hebrew)
salaryRangeStringSalary range string e.g. 15000-18000 (ILS/month)
salaryMinIntegerLower salary bound (ILS)
salaryMaxIntegerUpper salary bound (ILS)
experienceStringRequired experience level (Hebrew)
benefitsArray<String>Job benefits (Hebrew)
suitabilitiesArray<String>Target groups e.g. new immigrants, students
isHitechBooleantrue for hi-tech sector listings
isSponsoredBooleantrue for sponsored/preferred listings
isTopJobBooleantrue for top job listings
isHotJobBooleantrue for hot job listings
isExpiredBooleantrue if listing has expired
employerJobCodeStringEmployer's internal reference number
descriptionStringJob description (plain text, Hebrew)
requirementsStringRequirements (plain text, Hebrew)
scrapedAtStringScrape timestamp (ISO 8601)

Example Output

{
"jobId": "36804599",
"title": "מנהל אחזקה לבניין משרדים בלב תל אביב",
"company": "CBRE",
"isConfidential": false,
"companyUrl": "https://www.drushim.co.il/employer/דרושים-3856604-cbre/",
"companyLogoUrl": "https://webapi.drushim.co.il/logos/3856604/page/...",
"isExternalApply": false,
"url": "https://www.drushim.co.il/job/36804599/6c83ae1a/",
"applyUrl": "https://www.drushim.co.il/sendcv.aspx?jobcode=36804599",
"datePosted": "2026-04-23",
"dateActual": "2026-04-23T08:25:21.000Z",
"expiresAt": "2026-05-07T08:25:21.000Z",
"postingAge": "לפני 10 ימים",
"employmentType": "משרה מלאה",
"region": ["תל אביב", "רמת גן / גבעתיים"],
"zone": "Center",
"primaryCity": "תל אביב",
"primaryCityEn": "Tel Aviv",
"latitude": 32.0853,
"longitude": 34.7818,
"cities": [
{ "city": "תל אביב", "cityEn": "Tel Aviv", "latitude": 32.0853, "longitude": 34.7818 }
],
"categories": ["בנייה ונדל\"ן"],
"subCategories": ["מנהל/ת אחזקה", "מנהל/ת נכסים"],
"salaryRange": "15000-18000",
"salaryMin": 15000,
"salaryMax": 18000,
"experience": "3-4 שנים",
"benefits": [],
"suitabilities": [],
"isHitech": false,
"isSponsored": true,
"isTopJob": false,
"isHotJob": false,
"isExpired": false,
"employerJobCode": "3405",
"description": "התפקיד כולל ניהול צוות עובדי אחזקה...",
"requirements": "רישיון חשמלאי ראשי / הנדסאי חשמל - חובה!...",
"scrapedAt": "2026-05-04T12:00:00.000Z"
}

Input Parameters

ParameterTypeDefaultDescription
searchTermsArray<String>[]Keywords (Hebrew or English). Empty = all jobs.
categoriesArray<String>[]Category filter in Hebrew. Empty = all categories.
locationsArray<Integer>[]Region code filter. Empty = all regions.
employmentTypesArray<Integer>[]Scope codes: 1=full-time, 2=part-time, 3=freelance, 4=student. Empty = all.
maxResultsInteger100Maximum results. Set 0 for unlimited.
daysOldInteger30Maximum listing age in days. Set 0 for no limit.
startUrlsArray<URL>[]Specific job page URLs to scrape. Overrides all other filters.
includeExpiredBooleanfalseWhether to include expired listings.
requestDelayMsInteger500Delay between requests in milliseconds.

Location Region Codes

CodeRegion
1Tel Aviv
2Ramat Gan / Givatayim
3Holon / Bat Yam
4Rishon LeZion
5Petah Tikva
10Netanya / Even Yehuda
12Haifa
15Ashdod
21Jerusalem
25Tiberias
30Beer Sheva
34Eilat

Example Runs

1. All jobs from the last 7 days

{ "daysOld": 7, "maxResults": 0 }

2. Software developers in Tel Aviv

{
"searchTerms": ["developer", "פיתוח", "backend"],
"locations": [1, 2, 5],
"employmentTypes": [1],
"daysOld": 14
}

3. Full-time jobs in Haifa and the North

{
"locations": [12, 13, 14, 25, 27, 28],
"employmentTypes": [1],
"daysOld": 30,
"maxResults": 500
}

4. Scrape specific job URLs

{
"startUrls": [
{ "url": "https://www.drushim.co.il/job/36804599/6c83ae1a/" }
]
}

5. Hi-tech jobs — unlimited, all time

{
"categories": ["הייטק-תוכנה", "הייטק-כללי", "הייטק-QA", "הייטק-חומרה", "אבטחת מידע"],
"daysOld": 0,
"maxResults": 0
}

Available Job Categories

אבטחת מידע, אדמיניסטרציה, אופנה, אינטרנט, ביטוח, בכירים / ניהול, בנייה ונדל"ן, בעלי מקצוע, הדרכה / הוראה, הייטק-QA, הייטק-חומרה, הייטק-כללי, הייטק-תוכנה, הנדסה, התנדבות, יופי, טיפוח וספא, כללי, כספים / שוק ההון, לוגיסטיקה / שילוח, מדעים / ביוטק, מכירות, מלונאות / מסעדנות, משאבי אנוש, עבודה בחו"ל, עבודה מהבית, עיצוב, עריכת דין, פרסום / מדיה / תקשורת, קמעונאות, רכב / תחבורה, רפואה / בריאות, שיווק, שירות לקוחות, שמירה / אבטחה, תיירות/ תעופה, תעשיה / ייצור


Performance & Cost

MetricValue
Active listings~14,000+
Results per API page10
Speed~500–1,000 jobs/min
Proxy costNone
Price$1.49 per 1,000 results

Built and maintained by Unfenced Group.