Drushim.co.il Scraper — Israel Job Listings
Pricing
from $1.26 / 1,000 job-listings
Drushim.co.il Scraper — Israel Job Listings
Scrapes structured job listings from Drushim.co.il search results via its JSON API.
Pricing
from $1.26 / 1,000 job-listings
Rating
0.0
(0)
Developer
Vitalii Bondarev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
Drushim.co.il Scraper — Israel Job Listings
This actor collects job listings from Drushim.co.il, one of Israel's largest job boards (operated by the
Yad2 group). It calls Drushim's internal JSON search API directly and extracts every entry returned in
ResultList — no browser, no HTML parsing, no job-detail-page requests. RecommendedJobs entries are not
collected, so every delivered record is a real, searched-for listing. Use it for recruiter lead lists,
market/salary-band research (Israel hi-tech and general labor market), competitor hiring intelligence, or
feeding job data into your own job board or ATS integration.
Features
- Full-text + faceted search against Drushim's live index (keyword search today; category/region/ employment-type/experience filters are supported by the underlying API for future input expansion).
- 54 structured fields per listing — identity, employer, dates, geo (region/zone/city/lat-lon), classification (category/sub-category), experience level, employment type/arrangement, listing flags (sponsored/hot/top/expired), full description in three formats (HTML/plain/Markdown), and a content hash for change detection.
- $0-COGS official/internal-API access — no residential proxy fragility, no anti-bot arms race; the actor talks to the same JSON endpoint the Drushim.co.il website itself uses.
- Pay only for delivered listings — every chargeable event is a validated, deduplicated job record.
How to use
- Open the actor and enter a
searchTerm(defaults todeveloperso a first run works with zero configuration). - Set
maxResults(how many listings to deliver) andpagesToFetch(how many result pages to pull). - Click Start. Default input returns results in well under a minute.
- Export the dataset as JSON/CSV/Excel, or pull it via the Apify API/SDK.
Pricing
This actor uses pay-per-event billing. Each delivered job-listing event costs USD 0.0013 — a launch undercut of the category comparator's live per-record price ($0.00149/record, i.e. $1.49/1k), computed via the fleet's Pricing Engine v2 (cheapest-anchor mode, 0 reviews, quality parity 1.0). Scraping 1,000 job listings costs approximately $1.30.
Input & Output example
Input:
{"searchTerm": "developer","maxResults": 50,"pagesToFetch": 1}
Output (one item, abridged):
{"jobId": 37572693,"title": "QA Automation Engineer","company": "QuaityAI","url": "https://www.drushim.co.il/job/37572693/0b47173a/","applyUrl": "https://www.drushim.co.il/sendcv.aspx?jobcode=37572693","primaryCity": "כרמיאל","primaryCityEn": "Karmiel","zone": "North","employmentType": "משרה מלאה","experience": "1-2 שנים","categories": ["הייטק-תוכנה", "הייטק-QA"],"isRemote": false,"isHybrid": false,"datePosted": "2026-06-30","description": "...","source": "drushim.co.il","scrapedAt": "2026-07-18T03:41:44.802818+00:00"}
Full field groups:
- Identity and application: Job ID, title, listing URL, application URL, external-application indicator, and employer job code.
- Employer: Company name, company code, company URL, logo URL, and confidential-employer flag.
- Dates:
datePostedreflects the listing's current or bumped date when supplied by Drushim.dateActualandfirstPublishedDatepreserve the original publication timing.postingAgerepresents the available posting-age value. - Location: Region and region codes, zones, Hebrew zone names, cities, primary city names, and latitude/longitude where available.
- Classification: Categories, category codes, subcategories, and subcategory codes.
- Experience: Experience description and code, plus the
allowNoCvindicator. - Employment and work arrangement: Employment type and codes,
isRemote, andisHybrid. - Listing flags: Hitech, sponsored, top-job, hot-job, expired, and classified-job indicators.
- Description: HTML, plain-text, and Markdown descriptions, together with requirements when provided.
- Compensation:
salaryRange,salaryMin,salaryMax,salaryRaw, andcurrency. Salary fields are alwaysnull— Drushim listings do not publish salary data (true for every actor reading this source, not a limitation of this scraper). - Source metadata:
source,scrapedAt, andcontentHash. The hash identifies the collected listing content and can help detect changes.
Inputs
searchTerm: Search keyword or phrase submitted to Drushim.co.il.maxResults: Maximum number of job listings to deliver.pagesToFetch: Number of JSON search-result pages to request.proxyConfiguration: Proxy settings for API requests. The default proxy group isRESIDENTIAL; the configuration intentionally does not pin requests to a country.
FAQ / Disclaimer
- Does this include salary data? No — Drushim.co.il does not publish salary figures on listings, so the salary fields are always present in the schema but empty. This matches the source data, not a gap in extraction.
- Is this affiliated with Drushim.co.il? No. This is an independent data-collection tool built against Drushim's public search API; it is not endorsed by or affiliated with Drushim.co.il or the Yad2 group.
- Support: open an Issue on the actor's Apify Store page for bugs or field requests.