# Scrape recent Egyptian job listings

**Use case:** 

Pull recent job listings from Wuzzuf.net across Egypt. Filter by age, get structured job data. No subscription, pay per result.

## Input

```json
{
  "companies": [],
  "searchQuery": "marketing",
  "location": "",
  "fetchDetails": false,
  "daysOld": 14,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "workplaceArrangement": {
    "label": "Arrangement",
    "format": "text"
  },
  "careerLevel": {
    "label": "Career Level",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "experienceText": {
    "label": "Experience",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Wuzzuf.net Scraper](https://apify.com/unfenced-group/wuzzuf-net-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/wuzzuf-net-scraper) to learn more, explore other use cases, and run it yourself.