# Scrape developer jobs in Cairo

**Use case:** 

Extract developer job listings in Cairo from Wuzzuf.net. Structured Egyptian job data with titles, companies, and locations. Pay per result.

## Input

```json
{
  "companies": [],
  "searchQuery": "developer",
  "location": "Cairo",
  "fetchDetails": false,
  "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.