# Find permanent jobs in South Africa

**Use case:** 

Scrape permanent job listings from Careers24.com. Filter by contract type, get structured South African job data. Pay per result.

## Input

```json
{
  "searchQuery": "accountant",
  "locationId": 1,
  "maxResults": 5,
  "contractType": "permanent",
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Contract",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "expiryDate": {
    "label": "Expires",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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