{
  "openapi": "3.0.1",
  "info": {
    "title": "Careerjet Job Search API - Jobs in 70 Markets",
    "description": "Search the Careerjet job engine across 70 country and language markets and export structured listings - title, company, location, salary and apply link - filtered by keyword, location, contract type and period. Pay per result. Bring your own affiliate ID.",
    "version": "0.1",
    "x-build-id": "z79AWYHpzgbBi6q56"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/nabeelbaghoor~careerjet-job-search-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-nabeelbaghoor-careerjet-job-search-api",
        "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/nabeelbaghoor~careerjet-job-search-api/runs": {
      "post": {
        "operationId": "runs-sync-nabeelbaghoor-careerjet-job-search-api",
        "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/nabeelbaghoor~careerjet-job-search-api/run-sync": {
      "post": {
        "operationId": "run-sync-nabeelbaghoor-careerjet-job-search-api",
        "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": {
          "locale": {
            "title": "Country / language market",
            "enum": [
              "en_GB",
              "en_US",
              "en_CA",
              "en_AU",
              "en_IE",
              "en_NZ",
              "en_ZA",
              "en_IN",
              "en_SG",
              "en_HK",
              "en_MY",
              "en_PH",
              "en_PK",
              "en_BD",
              "en_AE",
              "en_SA",
              "en_QA",
              "en_KW",
              "en_OM",
              "en_CN",
              "en_TW",
              "en_VN",
              "de_DE",
              "de_AT",
              "de_CH",
              "fr_FR",
              "fr_BE",
              "fr_CH",
              "fr_CA",
              "fr_LU",
              "fr_MA",
              "es_ES",
              "es_MX",
              "es_AR",
              "es_CL",
              "es_CO",
              "es_PE",
              "es_VE",
              "es_EC",
              "es_BO",
              "es_CR",
              "es_DO",
              "es_GT",
              "es_PA",
              "es_PR",
              "es_PY",
              "es_UY",
              "it_IT",
              "nl_NL",
              "nl_BE",
              "pt_PT",
              "pt_BR",
              "pl_PL",
              "ru_RU",
              "ru_UA",
              "uk_UA",
              "cs_CZ",
              "sk_SK",
              "hu_HU",
              "tr_TR",
              "da_DK",
              "sv_SE",
              "no_NO",
              "fi_FI",
              "ja_JP",
              "ko_KR",
              "zh_CN",
              "vi_VN"
            ],
            "type": "string",
            "description": "The Careerjet index to search, as a language_COUNTRY locale code. Each market is a separate index.",
            "default": "en_GB"
          },
          "keywords": {
            "title": "Keywords",
            "type": "string",
            "description": "Search terms matched against job title, content and company, e.g. `python developer`. Leave empty to return all jobs in the market."
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "City, region or postcode within the selected market, e.g. `London`, `Manchester`. Leave empty for the whole country. If the location is ambiguous, the actor logs the suggested alternatives."
          },
          "contractType": {
            "title": "Contract type",
            "enum": [
              "",
              "p",
              "c",
              "t",
              "i",
              "v"
            ],
            "type": "string",
            "description": "Filter by type of contract.",
            "default": ""
          },
          "contractPeriod": {
            "title": "Contract period",
            "enum": [
              "",
              "f",
              "p"
            ],
            "type": "string",
            "description": "Filter by full-time or part-time.",
            "default": ""
          },
          "sort": {
            "title": "Sort by",
            "enum": [
              "relevance",
              "date",
              "salary"
            ],
            "type": "string",
            "description": "Order of results.",
            "default": "relevance"
          },
          "pageSize": {
            "title": "Results per page",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "How many jobs to request per API call (1-100). The actor pages automatically up to Maximum results.",
            "default": 50
          },
          "maxResults": {
            "title": "Maximum results",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Stop after this many jobs (1-1,000). You are charged per result returned."
          },
          "affiliateId": {
            "title": "Affiliate ID",
            "type": "string",
            "description": "Your Careerjet affiliate (partner) ID. Required. Register free at careerjet.com/partners. Stored securely and never logged."
          },
          "userIp": {
            "title": "End-user IP (optional)",
            "type": "string",
            "description": "The Careerjet API requires an end-user IP. Leave empty and the actor auto-detects its own public IP. Override only if you need to attribute results to a specific visitor."
          },
          "userAgent": {
            "title": "End-user User-Agent (optional)",
            "type": "string",
            "description": "The Careerjet API requires an end-user User-Agent. Leave empty to use a sensible browser default."
          },
          "referrerUrl": {
            "title": "Referrer URL (optional)",
            "type": "string",
            "description": "The URL of the page displaying results, sent as the referer. Leave empty to use a default."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}