# Admin Job Listings from Wuzzuf

**Use case:** 

Extract detailed job listings for admin roles from Wuzzuf. Access key job data like titles, companies, and requirements in a structured format.

## Input

```json
{
  "keyword": "admin",
  "category": "",
  "careerLevel": "",
  "jobType": "",
  "maxJobAge": "all",
  "results_wanted": 20,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "company_logo": {
    "label": "Logo",
    "format": "image"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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