# Careers24 Job Listings for Admin Positions

**Use case:** 

Collect detailed job listings for admin roles in South Africa. Includes titles, companies, salary ranges, and descriptions from Careers24.

## Input

```json
{
  "startUrl": "https://www.careers24.com/jobs/lc-gauteng/rmt-incl/?sort=dateposted",
  "keyword": "admin",
  "location": "gauteng",
  "remoteOnly": false,
  "collectDetails": true,
  "results_wanted": 100,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "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 [Careers24 Jobs Scraper](https://apify.com/shahidirfan/careers24-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/careers24-jobs-scraper) to learn more, explore other use cases, and run it yourself.