{
  "openapi": "3.0.1",
  "info": {
    "title": "CareerJunction Jobs Scraper",
    "description": "Scrape live job listings from CareerJunction.co.za, South Africa's largest job board. Search by keyword and category, filter by location/salary/date, or fetch full job details from listing URLs. No login, no cookies, no paid proxy required.",
    "version": "1.0",
    "x-build-id": "RpoCTBrhFXOgdybvJ"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~careerjunction-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-careerjunction-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~careerjunction-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-careerjunction-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~careerjunction-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-careerjunction-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "search",
              "byUrls"
            ],
            "type": "string",
            "description": "What to fetch.",
            "default": "search"
          },
          "keywords": {
            "title": "Keywords (mode=search)",
            "type": "string",
            "description": "Free-text job search query, e.g. `developer`, `accountant`, `sales manager`. Leave empty to browse the latest / a whole category.",
            "default": "developer"
          },
          "category": {
            "title": "Category (mode=search)",
            "enum": [
              "",
              "adminOfficeSupport",
              "agricultureFishingForestry",
              "architectureEngineering",
              "buildingConstruction",
              "businessManagement",
              "cleaningMaintenanceRepair",
              "communitySocialWelfare",
              "designMediaArts",
              "educationTrainingLibrary",
              "finance",
              "informationTechnology",
              "legal",
              "manufacturingAssembly",
              "marketing",
              "medicalHealth",
              "mining",
              "personalAppearance",
              "restaurantHospitality",
              "salesJobs",
              "scienceTechnology",
              "securityEmergencyServices",
              "sportFitness",
              "telecommunication",
              "transportation",
              "travelTourism",
              "warehousingLogistics",
              "other"
            ],
            "type": "string",
            "description": "Restrict results to a CareerJunction job category.",
            "default": ""
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "relevance",
              "newest"
            ],
            "type": "string",
            "description": "Order of results (mode=search).",
            "default": "relevance"
          },
          "region": {
            "title": "Region / province (mode=search)",
            "enum": [
              "",
              "workFromHome",
              "gauteng",
              "johannesburgSouth",
              "johannesburgRegion",
              "pretoriaRegion",
              "eastRand",
              "westRand",
              "vaal",
              "westernCape",
              "capeTownRegion",
              "winelands",
              "westCoast",
              "gardenRoute",
              "overberg",
              "karoo",
              "kwazuluNatal",
              "durbanRegion",
              "northCoast",
              "midlandsInterior",
              "southCoast",
              "easternCape",
              "freeState",
              "mpumalanga",
              "limpopo",
              "northWest",
              "northernCape",
              "international"
            ],
            "type": "string",
            "description": "Restrict results to a CareerJunction province/region. Applied server-side (same as CareerJunction's own \"Location\" search filter).",
            "default": ""
          },
          "location": {
            "title": "Location text contains (mode=search)",
            "type": "string",
            "description": "Only keep jobs whose location text contains this (e.g. `Sandton`, `Rosebank`). Matched client-side against each job's location, case-insensitive substring -- use this for a specific city/suburb not covered by the broader `region` filter above."
          },
          "minSalary": {
            "title": "Minimum salary (ZAR)",
            "minimum": 0,
            "maximum": 10000000,
            "type": "integer",
            "description": "Drop jobs whose disclosed salary is below this amount. Jobs with an undisclosed salary always pass through (not penalized for missing data)."
          },
          "employmentTypes": {
            "title": "Employment type (mode=search)",
            "type": "array",
            "description": "Keep only jobs of these employment type(s), parsed from the listing's own position label. Matched client-side (CareerJunction's own facet is JS-driven, see FAQ). Leave empty for all.",
            "items": {
              "type": "string",
              "enum": [
                "Permanent",
                "Contract",
                "Temporary",
                "Casual / Part Time",
                "Internship",
                "Learnership"
              ]
            },
            "default": []
          },
          "seniorityLevels": {
            "title": "Seniority level (mode=search)",
            "type": "array",
            "description": "Keep only jobs of these seniority level(s), parsed from the listing's own position label. Matched client-side. Leave empty for all.",
            "items": {
              "type": "string",
              "enum": [
                "Junior",
                "Intermediate",
                "Senior",
                "Management",
                "Specialist",
                "Executive"
              ]
            },
            "default": []
          },
          "employmentEquityOnly": {
            "title": "Employment Equity (EE) positions only (mode=search)",
            "type": "boolean",
            "description": "Only keep jobs explicitly tagged by the employer as an Employment Equity (EE) position. Matched client-side; jobs not tagged EE are never assumed to be non-EE.",
            "default": false
          },
          "postedWithinDays": {
            "title": "Posted within (days)",
            "minimum": 1,
            "maximum": 365,
            "type": "integer",
            "description": "Only keep jobs posted within this many days."
          },
          "fetchFullDetails": {
            "title": "Fetch full job details",
            "type": "boolean",
            "description": "Visit each job's detail page for the full description, salary breakdown, employer info, and posting/expiry dates. Turn off for a faster, lighter-weight run using only search-result-card fields (title, company, location, salary snippet).",
            "default": true
          },
          "jobUrls": {
            "title": "Job listing URLs (mode=byUrls)",
            "type": "array",
            "description": "CareerJunction job listing URLs, e.g. `https://www.careerjunction.co.za/digital-coordinator-job-2642426.aspx`.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Hard cap on emitted records.",
            "default": 30
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}