Wuzzuf Jobs Scraper πŸ” avatar

Wuzzuf Jobs Scraper πŸ”

Pricing

Pay per usage

Go to Apify Store
Wuzzuf Jobs Scraper πŸ”

Wuzzuf Jobs Scraper πŸ”

Extract job listings efficiently from Wuzzuf, Egypt's leading employment platform. This lightweight actor is designed for speed and ease of use. To ensure the best stability and avoid potential blocking, using residential proxies is highly recommended.

Pricing

Pay per usage

Rating

5.0

(2)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

3

Monthly active users

20 days ago

Last modified

Share

Wuzzuf Jobs Scraper

Extract job listings from Wuzzuf in a clean, structured format. Collect key job details such as title, company, location, job type, skills, and full descriptionsβ€”ideal for job market research, recruitment workflows, and analytics.

Features

  • Fast job collection β€” Collect many listings with configurable limits
  • Rich job details β€” Includes full descriptions and requirements when available
  • Flexible search inputs β€” Search by keyword or provide a ready-to-use Wuzzuf search URL
  • Practical filtering β€” Narrow results using common filters like location, career level, and job type
  • Clean dataset output β€” Get consistent JSON items ready for analysis

Use Cases

Job Market Research

Track hiring trends, in-demand roles, and emerging skills across Egypt and the MENA region.

Recruitment Sourcing

Build structured job datasets for sourcing, screening, and pipeline automation.

Salary & Compensation Studies

Aggregate listings for benchmarking and reporting.

Skills Demand Analytics

Analyze the most requested skills across roles, industries, and seniority levels.

Input Parameters

ParameterTypeRequiredDefaultDescription
keywordStringNo""Keyword to search for (e.g., "engineer")
startUrlStringNoβ€”A Wuzzuf search URL (if provided, it will be used as the starting point)
locationStringNo""Filter by location text (e.g., "Cairo")
categoryStringNo""Filter by category text (e.g., "IT")
careerLevelStringNo""Filter by career level text (e.g., "Experienced")
jobTypeStringNo""Filter by job type text (e.g., "Full Time", "Remote")
maxJobAgeStringNo"all"Only include jobs within a time window: "7 days", "30 days", "90 days", "all"
results_wantedIntegerNo20Maximum number of job items to collect
max_pagesIntegerNo10Maximum pages to process
proxyConfigurationObjectNoβ€”Proxy settings (recommended for stability at scale)

Output Data

Each dataset item contains:

FieldTypeDescription
titleStringJob title
companyString | nullCompany name
company_logoString | nullCompany logo URL
locationString | nullLocation text (e.g., "Maadi, Cairo, Egypt")
salaryStringSalary text (or "Not disclosed" / "Confidential")
job_typeString | nullJob type (e.g., "Full Time")
job_categoryArrayJob categories / roles
career_levelString | nullCareer level
date_postedString | nullPosting date as displayed on the source
skillsArraySkills / keywords
description_htmlString | nullFull description (HTML)
description_textString | nullFull description (plain text)
urlString | nullPublic job URL
scraped_atStringISO timestamp of when the item was collected

Usage Examples

{
"keyword": "engineer",
"results_wanted": 20
}

Search Using a Wuzzuf URL

{
"startUrl": "https://wuzzuf.net/search/jobs/?q=software%20engineer",
"results_wanted": 50,
"max_pages": 5
}

Filter Results (Location / Career Level / Job Type)

{
"keyword": "engineer",
"location": "Cairo",
"careerLevel": "Experienced",
"jobType": "Full Time",
"results_wanted": 100,
"max_pages": 10
}

Sample Output

{
"title": "Engineer",
"company": "Roasty",
"company_logo": "https://wuzzuf.net/MAAMOUN-GROUP-Egypt-44745-1741777901.jpeg",
"location": "Qalyub, Qalubia, Egypt",
"salary": "Confidential",
"job_type": "Full Time",
"job_category": [
"Engineering - Mechanical/Electrical"
],
"career_level": "Experienced",
"date_posted": "09/10/2025 15:18:30",
"skills": [
"Electrical Engineering",
"Mechanical Engineering"
],
"description_html": "<p>...</p>",
"description_text": "...",
"url": "https://wuzzuf.net/jobs/p/o6tiukbaxxwz-engineer-roasty-qalubia-egypt",
"scraped_at": "2026-02-18T06:07:02.248Z"
}

Tips for Best Results

Start Small, Then Scale

Begin with results_wanted between 20 and 50 to validate your query and filters, then increase for production runs.

Use Proxies for Large Runs

If you plan to collect many results or run frequently, using a proxy configuration is recommended.

Use startUrl for Precise Searches

If you already have an exact Wuzzuf search you trust, paste it into startUrl to match it closely.