Wuzzuf.net Scraper avatar

Wuzzuf.net Scraper

Pricing

from $1.49 / 1,000 results

Go to Apify Store
Wuzzuf.net Scraper

Wuzzuf.net Scraper

Scrape job listings from Wuzzuf.net — Egypt's largest job board with 50,000+ active postings. Filter by keyword, city, job type, career level, and workplace arrangement.

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

2 days ago

Last modified

Categories

Share

Wuzzuf Scraper

Wuzzuf Scraper

Scrape thousands of job listings from Wuzzuf.net — Egypt's largest job board with 50,000+ active postings — in a structured, ready-to-use format. Filter by keyword, city, job type, career level, and more. No API key required.


Why this scraper?

🗂️ Full structured output

Every listing includes title, company, location, job type, career level, workplace arrangement, experience requirements, keywords, salary (when disclosed), and a full job description with requirements — all in one result.

🔍 Flexible search & filtering

Search by keyword, city, country, job type (full-time, part-time, freelance, internship), workplace arrangement (on-site, hybrid, remote), career level, and job category.

⚡ Fast & lightweight

No browser automation required. Runs at 256 MB memory with results in seconds — cost-efficient at any scale.

📅 Recency filter

Limit results to jobs posted in the last 24 hours, 7 days, or 30 days.

🔁 Cross-run deduplication

The skipReposts option tracks previously seen listings across runs using a 90-day window, so you only receive new postings.

🌍 Multi-country coverage

Wuzzuf posts jobs across Egypt, Saudi Arabia, UAE, UK, and other markets — accessible with a single country filter.


Input parameters

ParameterTypeDefaultDescription
keywordstring""Job title, skill, or keyword to search for
citystring""Filter by city (e.g. Cairo, Alexandria)
countrystring""Filter by country (e.g. Egypt, Saudi Arabia)
jobTypestring""full_time, part_time, freelance_project, internship, shift_based, volunteering
workplaceArrangementstring""on_site, hybrid, remote
careerLevelstring""Entry Level, Experienced, Manager, Senior Management, Student
categorystring""Job category (e.g. IT/Software Development, Sales/Retail)
daysOldinteger0Max listing age in days (0 = no restriction; 1 = last 24h; 7 = last week; 30 = last month)
maxResultsinteger100Maximum number of results to return
skipRepostsbooleanfalseSkip listings already seen in a previous run
startUrlsarray[]Specific Wuzzuf search URLs to scrape (overrides other inputs)

Output schema

{
"id": "4089ceb7-a7ef-427f-a870-3f3267352f13",
"url": "https://wuzzuf.net/jobs/p/ym9fqf90bkdr-oracle-database-developer-icis-cairo-egypt",
"title": "Oracle Database Developer",
"companyName": "ICIS",
"companyWebsite": "https://www.icis-eg.com",
"location": "New Cairo, Cairo, Egypt",
"city": "Cairo",
"country": "Egypt",
"area": "New Cairo",
"jobType": "Full Time",
"workplaceArrangement": "Hybrid",
"careerLevel": "Experienced",
"category": "IT/Software Development",
"experienceYearsMin": 7,
"experienceYearsMax": 10,
"vacancies": 2,
"keywords": ["Oracle", "Oracle Database", "PL/SQL", "SQL"],
"salaryMin": null,
"salaryMax": null,
"salaryCurrency": null,
"salaryPeriod": null,
"descriptionHtml": "<section><h2>Job Description</h2><p>...</p></section><section><h2>Job Requirements</h2><ul>...</ul></section>",
"descriptionText": "Job Description We are seeking a highly experienced Oracle Database Developer...",
"descriptionMarkdown": "## Job Description\n\nWe are seeking...\n\n## Job Requirements\n\n- Minimum 7 years...",
"publishDate": "2026-04-21",
"publishDateISO": "2026-04-21T13:22:14.000Z",
"contentHash": "a3f9c1d2e7b84501",
"summary": null,
"source": "wuzzuf.net",
"scrapedAt": "2026-04-23T10:15:32.000Z",
"isRepost": false,
"originalPublishDate": null,
"originalUrl": null
}

Examples

Search software jobs in Cairo:

{
"keyword": "software engineer",
"city": "Cairo",
"maxResults": 200
}

All remote jobs posted in the last week:

{
"workplaceArrangement": "remote",
"daysOld": 7,
"maxResults": 500
}

Marketing internships in Egypt:

{
"keyword": "marketing",
"jobType": "internship",
"country": "Egypt",
"maxResults": 100
}

Daily new listings (scheduled run):

{
"daysOld": 1,
"skipReposts": true,
"maxResults": 1000
}

From a specific search URL:

{
"startUrls": [
{ "url": "https://wuzzuf.net/search/jobs?q=data+analyst&filters%5Bcity%5D%5B0%5D=Cairo" }
],
"maxResults": 300
}

💰 Pricing

$1.49 per 1,000 results — you only pay for successfully retrieved listings. Failed retries and filtered reposts are never charged.

ResultsCost
100~$0.15
1,000~$1.49
10,000~$14.90
100,000~$149.00

Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Use the Max results cap in the input to control your spend exactly.


Performance

Run sizeApprox. time
100 results~10 seconds
1,000 results~2 minutes
10,000 results~15 minutes
50,000 results~70 minutes

Memory: 256 MB. Runs are I/O-bound; performance is stable across run sizes.


Known limitations

  • Salary data is only available when the employer chooses to disclose it (roughly 30–40% of listings).
  • companyName is null for listings where the employer has chosen to remain anonymous.
  • Wuzzuf limits search results to a maximum of 3,000 listings per query. Use multiple targeted queries to cover larger result sets.
  • Listings may appear across multiple pages with slight variation in order; deduplication handles overlaps.

Technical details

  • Source: wuzzuf.net — Egypt's largest job board
  • Memory: 256 MB
  • Repost storage: KeyValueStore wuzzuf-scraper-job-dedup, 90-day TTL
  • Retry: Automatic retry on network errors, exponential backoff, 3 attempts per request

Additional services

Need a custom actor, additional filters, scheduled runs, or integration support? Send an email to info@unfencedgroup.nl — we build on request.


Built by unfenced-group · Issues? Open a ticket or send a message.