Drushim.co.il Scraper — Israel Job Listings
Pricing
from $1.19 / 1,000 results
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.19 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
15
Total users
9
Monthly active users
18 hours ago
Last modified
Categories
Share
Drushim.co.il Scraper

Extract job listings from drushim.co.il at scale, in a clean, consistent structure ready for analysis, job boards, recruiting tools and market research. No API key required.
Why this scraper?
🎯 Built for Israel
A dedicated Israeli scraper, not a global tool with a country dropdown. Search, locations and currency (ILS) are tuned for drushim.co.il.
📄 Complete job data
Full job title and description, direct listing URL and publish date for every record.
💶 Salary data
Salary information parsed from the listing where the employer publishes it, in ILS. Missing salaries are returned as null, never guessed.
🏢 Company details
Hiring company name plus the profile details the source publishes, such as logo and company page.
📍 Precise location
City, region and country plus latitude/longitude for mapping and radius analysis.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchTerms | array | (empty) | Keywords to search for (matched against title, description, requirements). Leave empty to return all jobs. Examples: ["developer", "פיתוח", "backend"] |
categoryCodes | array | (empty) | Filter by Drushim category code. Applied server-side — fastest method. Examples: 6=הייטק-תוכנה, 5=הייטק-כללי, 9=כספים/שוק ההון, 17=מכירות, 11=שירות לקוחות, 1=אדמיניסטרציה, 16=רפואה/בריאות, 10=הנדסה. Leave empty for all categories. |
categories | array | (empty) | Filter by job category in Hebrew — resolved to category codes internally. Example: ["הייטק-תוכנה", "מכירות"]. Use categoryCodes for faster lookup. |
experienceLevels | array | (empty) | Filter by required experience: 1=ללא נסיון (no experience), 2=1-2 שנים, 3=3-4 שנים, 4=5-6 שנים, 5=7+ שנים. Leave empty for all levels. |
zoneCodes | array | (empty) | Filter by broad geographic zone: 1=Center (מרכז), 2=Jerusalem (ירושלים), 3=North (צפון), 4=South (דרום), 16=Sharon (שרון), 17=Shfela (שפלה), 21=Judea & Samaria. Faster than region codes. |
locations | array | (empty) | Filter by Drushim region code. 1=Tel Aviv, 12=Haifa, 21=Jerusalem, 30=Beer Sheva, 5=Petah Tikva, 10=Netanya, 17=Herzliya/Ra'anana. For broad zones use zoneCodes instead. |
employmentTypes | array | (empty) | Filter by employment type: 1=Full-time, 2=Part-time, 3=Temporary, 4=Shifts, 5=Work from Home, 6=Hybrid, 7=Preferred. Leave empty for all types. |
noCV | boolean | false | When enabled, only returns jobs that don't require a CV/resume to apply (AllowNoCV = true). Useful for entry-level or walk-in positions. |
maxResults | integer | 100 | Maximum number of job listings to return. Set to 0 for unlimited. |
daysOld | integer | 30 | Only return jobs posted within this many days. Set to 0 for no date filter. |
useSitemap | boolean | false | Enumerate all active job IDs from the public sitemap, then fetch full details via the REST API. Best for full-catalogue scrapes with no keyword or category filter. |
includeExpired | boolean | false | Include jobs that have already expired (no longer accepting applications). |
requestDelayMs | integer | 500 | Delay in milliseconds between requests. Increase if you encounter rate limiting. |
startUrls | array | (empty) | Specific Drushim.co.il job page URLs to scrape. Overrides all other filters. |
Output schema
Every field below is present on every record. Fields the source does not publish for a given job are returned as null rather than omitted.
| Field | Type | Description |
|---|---|---|
jobId | string | Unique Drushim job code |
title | string | Full job title |
company | string | Employer display name |
companyCode | number | Employer numeric ID (for deduplication) |
isConfidential | boolean | true if employer is hidden (חסוי) |
companyUrl | string | Employer profile on Drushim |
companyLogoUrl | string | Employer logo image URL |
isExternalApply | boolean | true if application redirects off-site |
url | string | Canonical job page URL (with hash) |
applyUrl | string | Direct CV submission URL |
datePosted | string | Date first posted (YYYY-MM-DD) |
dateActual | string | Exact posting datetime (ISO 8601) |
expiresAt | string | Date listing expires (ISO 8601) |
postingAge | string | Human-readable age, e.g. "לפני 3 שעות" |
employmentType | string | e.g. משרה מלאה (full-time) |
region | array | Regions in Hebrew |
regionCodes | array | Numeric region codes |
zone | string | Geographic zone in English (Center / North / South / Jerusalem / etc.) |
zoneHe | string | Geographic zone in Hebrew (מרכז / צפון / דרום / ירושלים / etc.) |
zones | array | All zones with en/he names and code |
cities | array | All cities with lat/lon per listing |
primaryCity | string | Primary city (Hebrew) |
primaryCityEn | string | Primary city (English) |
latitude | number | Latitude of primary city |
longitude | number | Longitude of primary city |
categories | array | [] |
categoryCodes | array | [] |
subCategories | array | Sub-categories (Hebrew) |
salaryRange | string | Salary range string e.g. 15000-18000 (ILS/month) |
salaryMin | string | Lower salary bound (ILS) |
salaryMax | string | Upper salary bound (ILS) |
salaryRaw | string | Raw salary integer from API (ILS/month) |
experience | string | Required experience level (Hebrew) |
experienceCode | number | Experience level code: 1=none, 2=1-2yr, 3=3-4yr, 4=5-6yr, 5=7+ |
benefits | array | Job benefits (Hebrew) |
suitabilities | array | Target groups (new immigrants, students, etc.) |
allowNoCv | boolean | true if job accepts applications without a CV |
isHitech | boolean | true for hi-tech sector listings |
isSponsored | boolean | true for sponsored/preferred listings |
isTopJob | boolean | true for top job listings |
isHotJob | boolean | true for hot job listings |
isExpired | boolean | true if listing has expired |
isClassifiedJob | boolean | true if listing is a classified (anonymous employer) job |
employerJobCode | string | Employer's internal reference number |
description | string | Job description (plain text, Hebrew) |
descriptionMarkdown | string | Description in Markdown/plain text. |
requirements | string | Requirements (plain text, Hebrew) |
scrapedAt | string | Scrape timestamp (ISO 8601) |
Example record
{"jobId": "37471366","title": "Salesforce Developer - JB-646","company": "עוז תוכנה בע\"מ","companyCode": 2284810,"isConfidential": false,"companyUrl": "https://www.drushim.co.il/employer/דרושים-2284810-פרדסיה-פרויקטים/","companyLogoUrl": "https://webapi.drushim.co.il/logos/2284810/page/638678083953800544.png","isExternalApply": false,"url": "https://www.drushim.co.il/job/37471366/254d94d1/","applyUrl": "https://www.drushim.co.il/sendcv.aspx?jobcode=37471366","datePosted": "2026-06-21","dateActual": "2026-06-21T14:45:46.097Z","expiresAt": "2026-07-02T00:00:00.000Z","postingAge": "לפני 36 דקות","employmentType": "משרה מלאה","region": ["תל אביב","רמת גן / גבעתיים","חולון / בת ים","ראשון לציון"],"regionCodes": [1,2,3,4],"zone": "Center","zoneHe": "מרכז","zones": [{"en": "Center","he": "מרכז","code": 1}],"cities": [{"city": "לוד","cityEn": "Lod","latitude": 31.951014,"longitude": 34.888075}],"primaryCity": "לוד","primaryCityEn": "Lod","latitude": 31.951014,"longitude": 34.888075,"categories": ["הייטק-תוכנה"],"categoryCodes": [6],"subCategories": ["מהנדס/ת תוכנה","מפתח/ת Salesforce"],"salaryRange": null,"salaryMin": null,"salaryMax": null,"salaryRaw": null,"experience": "3-4 שנים","experienceCode": 3,"benefits": [],"suitabilities": [],"allowNoCv": false,"isHitech": true,"isSponsored": true,"isTopJob": false,"isHotJob": false,"isExpired": false,"isClassifiedJob": false,"employerJobCode": "JB-646","description": "תיאור\nעוז תוכנה מגייסת מפתח/ת Salesforce לעבודה בצוות R&D בארגון Enterprise גדול ומוביל.\n\nתיאור תפקיד:\nפיתוח פתרונות על גבי פלטפורמת Salesforce / Force.com\nפיתוח Customizations, Integrations והרחבות מ …","descriptionMarkdown": "תיאור \nעוז תוכנה מגייסת מפתח/ת Salesforce לעבודה בצוות R&D בארגון Enterprise גדול ומוביל. \n \nתיאור תפקיד: \nפיתוח פתרונות על גבי פלטפורמת Salesforce / Force.com \nפיתוח Customizations, Integrations …","requirements": "דרישות\nדרישות חובה:\nניסיון של 3+ שנים בפיתוח Salesforce\nניסיון עם:\nApex\nVisualForce\nLightning Web Components\nForce.com IDE\nMetadata APIs\nWeb Services / SOA\nניסיון בפיתוח Frontend עם:\nHTML\nCSS\nJavaScri …","scrapedAt": "2026-07-02T15:31:21.864Z"}
Examples
Search for מנהל חשבונות roles in Tel Aviv:
{"maxResults": 100}
Only jobs from the last 3 days:
{"maxResults": 100,"daysOld": 3}
Scrape a specific search URL:
{"startUrls": [{"url": "https://www.drushim.co.il/job/36804599/6c83ae1a/"}],"maxResults": 200}
Daily feed (run on a schedule):
{"daysOld": 1,"maxResults": 500}
Schedule this input to run once a day in the Apify Scheduler — each run returns only jobs posted in the last 24 hours.
💰 Pricing
$1.49 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.15 |
| 1,000 | ~$1.49 |
| 10,000 | ~$14.9 |
| 100,000 | ~$149 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $0.89 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 2–4 minutes |
| 10,000 results | 20–35 minutes |
Known limitations
- Salary is only returned when the employer publishes it — many listings carry
nullsalary fields. - Company details vary per listing; the scraper returns what the source publishes and never invents data.
- Very large result sets are bounded by the source's own paging limits.
- Listings can be removed by the source at any time, so a small share of URLs may expire shortly after scraping.
Technical details
- Source: drushim.co.il — Israel job listings
- Coverage: everything the public search exposes, filterable via the input parameters above
- Retry: automatic retry on network errors with exponential backoff
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl