{
  "openapi": "3.0.1",
  "info": {
    "title": "JobStreet Jobs Scraper (MY, SG, PH, ID)",
    "description": "Scrape JobStreet job listings from Malaysia, Singapore, the Philippines and Indonesia with full descriptions, parsed salaries and company profiles. Export to CSV, Excel, JSON or XML.",
    "version": "0.1",
    "x-build-id": "IsrFIfHhjIDc07gNU"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/parseforge~jobstreet-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-parseforge-jobstreet-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/parseforge~jobstreet-scraper/runs": {
      "post": {
        "operationId": "runs-sync-parseforge-jobstreet-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/parseforge~jobstreet-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-parseforge-jobstreet-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",
        "properties": {
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Optional. JobStreet search URLs (e.g. https://my.jobstreet.com/engineer-jobs/in-Kuala-Lumpur?daterange=7) or single job URLs (https://sg.jobstreet.com/job/94383160). When set, these override the keyword/country fields below. Filters in the URL query string are honoured.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "keywords": {
            "title": "Keywords",
            "type": "string",
            "description": "Job title, skill or company to search for. Leave empty to list every job in the selected country (optionally narrowed by the filters below)."
          },
          "country": {
            "title": "Country",
            "enum": [
              "MY",
              "SG",
              "PH",
              "ID"
            ],
            "type": "string",
            "description": "Which JobStreet site to search. Each country is a separate site with its own listings.",
            "default": "MY"
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Optional city, state or region as JobStreet spells it, e.g. \"Kuala Lumpur\", \"Penang\", \"Central Region\", \"Metro Manila\", \"Jakarta Selatan\"."
          },
          "maxItems": {
            "title": "Max Items",
            "minimum": 1,
            "maximum": 1000000,
            "type": "integer",
            "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000"
          },
          "classification": {
            "title": "Classification",
            "enum": [
              "",
              "1200",
              "6251",
              "6304",
              "1203",
              "1204",
              "6163",
              "1206",
              "6076",
              "6263",
              "6123",
              "1209",
              "6205",
              "1210",
              "1211",
              "1212",
              "6317",
              "6281",
              "1214",
              "1216",
              "6092",
              "6008",
              "6058",
              "1220",
              "6043",
              "6362",
              "1223",
              "6261",
              "6246",
              "1225"
            ],
            "type": "string",
            "description": "Industry classification, same list as the JobStreet search page."
          },
          "subClassification": {
            "title": "Sub-classification",
            "enum": [
              "",
              "6140",
              "6141",
              "6143",
              "6142",
              "6144",
              "6145",
              "6146",
              "6147",
              "6148",
              "6149",
              "6150",
              "6151",
              "6152",
              "6153",
              "6154",
              "6155",
              "6156",
              "6157",
              "6162",
              "6158",
              "6159",
              "6160",
              "6161",
              "6252",
              "6253",
              "6254",
              "6255",
              "6256",
              "6260",
              "6257",
              "6258",
              "6259",
              "6305",
              "6306",
              "6307",
              "6308",
              "6309",
              "6310",
              "6311",
              "6316",
              "6312",
              "6313",
              "6314",
              "6315",
              "6174",
              "6175",
              "6177",
              "6178",
              "6176",
              "6179",
              "6180",
              "6181",
              "6182",
              "6183",
              "6187",
              "6184",
              "6185",
              "6186",
              "6084",
              "6085",
              "6086",
              "6087",
              "6091",
              "6088",
              "6089",
              "6090",
              "6164",
              "6165",
              "6166",
              "6167",
              "6168",
              "6171",
              "6173",
              "6113",
              "6114",
              "6115",
              "6116",
              "6122",
              "6117",
              "6118",
              "6119",
              "6120",
              "6121",
              "6077",
              "6078",
              "6079",
              "6080",
              "6083",
              "6081",
              "6082",
              "6265",
              "6264",
              "6267",
              "6268",
              "6266",
              "6269",
              "6270",
              "6271",
              "6274",
              "6272",
              "6273",
              "6124",
              "6126",
              "6127",
              "6128",
              "6139",
              "6129",
              "6130",
              "6132",
              "6133",
              "6134",
              "6135",
              "6136",
              "6131",
              "6137",
              "6138",
              "6022",
              "6023",
              "6024",
              "6026",
              "6027",
              "6028",
              "6025",
              "6029",
              "6030",
              "6031",
              "6032",
              "6033",
              "6034",
              "6035",
              "6042",
              "6036",
              "6038",
              "6037",
              "6039",
              "6040",
              "6041",
              "6206",
              "6208",
              "6209",
              "6210",
              "6211",
              "6214",
              "6212",
              "6361",
              "6359",
              "6360",
              "6329",
              "6330",
              "6331",
              "6332",
              "6333",
              "6334",
              "6335",
              "6336",
              "6337",
              "6338",
              "6339",
              "6340",
              "6341",
              "6342",
              "6343",
              "6344",
              "6345",
              "6346",
              "6348",
              "6349",
              "6355",
              "6350",
              "6352",
              "6351",
              "6370",
              "6353",
              "6354",
              "6052",
              "6053",
              "6054",
              "6055",
              "6057",
              "6056",
              "6318",
              "6319",
              "6320",
              "6321",
              "6322",
              "6323",
              "6328",
              "6324",
              "6325",
              "6326",
              "6327",
              "6282",
              "6283",
              "6284",
              "6285",
              "6286",
              "6287",
              "6288",
              "6289",
              "6290",
              "6291",
              "6292",
              "6293",
              "6303",
              "6294",
              "6295",
              "6296",
              "6297",
              "6298",
              "6299",
              "6300",
              "6301",
              "6302",
              "6275",
              "6277",
              "6278",
              "6279",
              "6280",
              "6188",
              "6191",
              "6189",
              "6194",
              "6195",
              "6196",
              "6198",
              "6199",
              "6200",
              "6204",
              "6201",
              "6202",
              "6095",
              "6093",
              "6094",
              "6096",
              "6097",
              "6098",
              "6099",
              "6101",
              "6102",
              "6112",
              "6104",
              "6105",
              "6103",
              "6100",
              "6109",
              "6106",
              "6110",
              "6111",
              "6107",
              "6108",
              "6009",
              "6010",
              "6011",
              "6012",
              "6013",
              "6017",
              "6014",
              "6015",
              "6016",
              "6021",
              "6018",
              "6019",
              "6020",
              "6059",
              "6060",
              "6061",
              "6062",
              "6063",
              "6064",
              "6066",
              "6065",
              "6067",
              "6068",
              "6069",
              "6071",
              "6070",
              "6075",
              "6072",
              "6371",
              "6001",
              "6002",
              "6003",
              "6007",
              "6004",
              "6005",
              "6006",
              "6044",
              "6045",
              "6046",
              "6047",
              "6048",
              "6051",
              "6049",
              "6050",
              "6363",
              "6364",
              "6366",
              "6365",
              "6369",
              "6367",
              "6368",
              "6215",
              "6216",
              "6217",
              "6218",
              "6219",
              "6220",
              "6221",
              "6222",
              "6223",
              "6225",
              "6224",
              "6262",
              "6247",
              "6248",
              "6249",
              "6250",
              "6226",
              "6227",
              "6228",
              "6229",
              "6230",
              "6231",
              "6232",
              "6233",
              "6234",
              "6236",
              "6237",
              "6245",
              "6238",
              "6240",
              "6239",
              "6241",
              "6242",
              "6243",
              "6244"
            ],
            "type": "string",
            "description": "Narrower role family inside a classification. Works on its own or together with Classification."
          },
          "workType": {
            "title": "Work type",
            "enum": [
              "",
              "Full time",
              "Part time",
              "Contract/Temp",
              "Casual/Vacation"
            ],
            "type": "string",
            "description": "Employment type filter."
          },
          "workArrangement": {
            "title": "Work arrangement",
            "enum": [
              "",
              "On-site",
              "Hybrid",
              "Remote"
            ],
            "type": "string",
            "description": "Where the work happens."
          },
          "dateRange": {
            "title": "Listed within",
            "enum": [
              "",
              "1",
              "3",
              "7",
              "14",
              "31"
            ],
            "type": "string",
            "description": "Only jobs listed within this many days."
          },
          "salaryMin": {
            "title": "Salary minimum",
            "minimum": 0,
            "type": "integer",
            "description": "Lower bound of the salary filter, in local currency (RM, S$, PHP or Rp). JobStreet snaps the value to its own salary bands (e.g. 3,000 / 4,500 / 6,000 / 8,000 monthly in Singapore), so use round figures. Leave empty for no minimum."
          },
          "salaryMax": {
            "title": "Salary maximum",
            "minimum": 0,
            "type": "integer",
            "description": "Upper bound of the salary filter, in local currency, snapped to JobStreet's salary bands. Leave empty for no maximum."
          },
          "salaryType": {
            "title": "Salary period",
            "enum": [
              "monthly",
              "annual"
            ],
            "type": "string",
            "description": "Whether the salary bounds above are monthly or annual figures.",
            "default": "monthly"
          },
          "sortMode": {
            "title": "Sort by",
            "enum": [
              "KeywordRelevance",
              "ListedDate"
            ],
            "type": "string",
            "description": "Result order. Use \"Date listed\" together with Max Items to grab only the freshest postings.",
            "default": "KeywordRelevance"
          },
          "includeDetails": {
            "title": "Fetch full job details",
            "type": "boolean",
            "description": "Opens each job (one extra API call) to add the full description, expiry date, application questions and the employer profile (industry, size, rating, website). Turn off for a faster, listing-only run.",
            "default": true
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Off by default; JobStreet's public API answers without a proxy at moderate volume. Switch on Apify Proxy (datacenter is enough) for large runs or if you see rate limiting.",
            "default": {
              "useApifyProxy": false
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}