AllJobs.co.il Scraper
Pricing
from $1.96 / 1,000 results
AllJobs.co.il Scraper
Extract job listings from AllJobs.co.il, Israel's largest job board with 100,000+ active postings. Returns title, company, location, salary, job type, category and full job description. Filter by keyword, city and category.
Pricing
from $1.96 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
8
Total users
5
Monthly active users
15 hours ago
Last modified
Categories
Share

Extract job listings from alljobs.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 alljobs.co.il.
📄 Complete job data
Full job title and description, direct listing URL and publish date for every record.
🏢 Company details
Hiring company name plus the profile details the source publishes, such as logo and company page.
📍 Location fields
Structured location data for every listing, ready for filtering and analysis.
🔁 Repost & change detection
Every record carries isRepost and changeStatus, so daily feeds return genuinely new jobs instead of reposted duplicates.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | (empty) | Free-text keyword search (e.g. 'Python', 'Full Stack', 'DevOps'). Leave empty to browse all jobs with filter-only mode. |
position | integer | (empty) | Filter by job category ID (e.g. 235=Hi-Tech/Software, 236=Cyber, 576=Finance). See README for full list. |
type | integer | (empty) | Filter by job type: 4=Full-time, 5=Part-time, 13=Temporary, 33=No experience, 37=Hybrid, 40=No CV required. |
city | integer | (empty) | Filter by city ID (e.g. 779=Tel Aviv, 786=Petah Tikva, 717=Netanya, 712=Herzliya). |
region | integer | (empty) | Filter by region ID (e.g. 11=Work From Home/Remote). |
maxResults | integer | 5 | Maximum number of job listings to return. Default: 5. |
daysOld | integer | 0 | Only return jobs updated within this many days. 0 = no filter. |
skipReposts | boolean | false | Skip jobs already collected in previous runs (90-day rolling deduplication). |
fetchDetails | boolean | false | Fetch full job details from individual listing pages. |
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 listing ID from the source. |
title | string | Job title as published. |
company | string | Hiring company name. |
companyId | string | Company id. |
location | string | Location as displayed on the listing. |
locations | array | Locations. |
jobType | string | Job type. |
categories | array | Categories. |
postedDate | string | Date the job was posted. |
isExclusive | boolean | Is exclusive. |
isEnglishJob | boolean | Is english job. |
description | string | Full job description in plain text. |
descriptionMarkdown | string | Description markdown. |
requirements | string | Requirements. |
salaryRange | string | Salary range. |
url | string | Direct link to the listing. |
scrapedAt | string | Timestamp when this record was scraped. |
isRepost | boolean | true when the listing is a repost of an earlier job (detected by content hash). |
source | string | Source. |
Example record
{"jobId": "8706917","title": "מפתח /ת תוכנה בכיר /ה (NET Full Stack / backend.)","company": "קבוצת נישה","companyId": "13303","location": "Work At Home","locations": ["Work At Home"],"jobType": "Full Time","categories": ["תוכנה","Senior C# Developer","Senior Backend Developer","Senior Full Stack Developer"],"postedDate": "2026-07-02T12:00:00.000Z","isExclusive": true,"isEnglishJob": false,"description": "לחברה מובילה בתחום האבחון וההערכה הממוחשבת דרוש/ה מפתח/ת תוכנה בכיר/ה מנוסה, עצמאי/ת ובעל/ת יכולת למידה גבוהה, להצטרפות לצוות הפיתוח. התפקיד כולל פיתוח, תחזוקה ושדרוג של מערכות הליבה של החברה בסביבו …","descriptionMarkdown": "לחברה מובילה בתחום האבחון וההערכה הממוחשבת דרוש/ה מפתח/ת תוכנה בכיר/ה מנוסה, עצמאי/ת ובעל/ת יכולת למידה גבוהה, להצטרפות לצוות הפיתוח. התפקיד כולל פיתוח, תחזוקה ושדרוג של מערכות הליבה של החברה בסביבו …","requirements": "דרישות חובה: לפחות 3-4 שנות ניסיון בפיתוח תוכנה בסביבת Web ו-Windows. תואר ראשון במדעי המחשב / הנדסת תוכנה מאוניברסיטה מובילה, עם הישגים אקדמיים גבוהים. ניסיון משמעותי בעבודה עם Microsoft Access ו-V …","salaryRange": "","url": "https://www.alljobs.co.il/Search/UploadSingle.aspx?JobID=8706917","scrapedAt": "2026-07-02T15:30:57.176Z","isRepost": false,"source": "alljobs.co.il"}
Examples
Search for מפתח תוכנה roles in Tel Aviv:
{"searchQuery": "מפתח תוכנה","city": "Tel Aviv","maxResults": 100}
Only jobs from the last 3 days:
{"searchQuery": "מפתח תוכנה","city": "Tel Aviv","maxResults": 100,"daysOld": 3}
Larger run with a hard cap:
{"searchQuery": "מפתח תוכנה","city": "Tel Aviv","maxResults": 500}
Daily feed (run on a schedule):
{"searchQuery": "מפתח תוכנה","daysOld": 1,"skipReposts": true,"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.98 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.20 |
| 1,000 | ~$1.98 |
| 10,000 | ~$19.8 |
| 100,000 | ~$198 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $1.94 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: alljobs.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