{
  "openapi": "3.0.1",
  "info": {
    "title": "Welcome to the Jungle (WTTJ) Jobs & Salary Scraper — No Login",
    "description": "Scrape live Welcome to the Jungle (WTTJ) jobs across 17 EU countries — no login, no cookies. Each record has structured salary, a company profile (size, sector, founding year) and the apply URL. Filter by keyword, contract type (CDI/CDD/freelance), remote and experience. $2 per 1,000 jobs.",
    "version": "0.1",
    "x-build-id": "9TdQG2P7cT8CGfJfq"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/nomad-agent~wttj-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-nomad-agent-wttj-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/nomad-agent~wttj-scraper/runs": {
      "post": {
        "operationId": "runs-sync-nomad-agent-wttj-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/nomad-agent~wttj-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-nomad-agent-wttj-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": {
          "query": {
            "title": "Search query",
            "type": "string",
            "description": "Free-text search over job titles and descriptions (e.g. <code>software engineer</code>, <code>product manager</code>). Leave empty to return all matching postings ranked by recency."
          },
          "countryCodesList": {
            "title": "Country codes",
            "type": "array",
            "description": "ISO 3166-1 alpha-2 country codes to filter postings by office location (e.g. [<code>ES</code>, <code>FR</code>, <code>DE</code>]). Leave empty to use the default EU set: ES, FR, DE, NL, BE, IE, PT, IT, SE, DK, FI, NO, AT, CH, PL, LU, EE. Combined with the legacy `countryCodes` string field (below, under Advanced) when both are set.",
            "items": {
              "type": "string"
            }
          },
          "includeRemote": {
            "title": "Include remote postings",
            "type": "boolean",
            "description": "When enabled, postings flagged as fully remote or hybrid are included regardless of country. Disable to restrict results to the specified country offices only.",
            "default": true
          },
          "contractType": {
            "title": "Contract types",
            "type": "array",
            "description": "Restrict results to these contract types (Welcome to the Jungle codes). <code>full_time</code> ≈ CDI, <code>temporary</code> ≈ CDD. Leave empty for all contract types.",
            "items": {
              "type": "string",
              "enum": [
                "full_time",
                "part_time",
                "temporary",
                "internship",
                "apprenticeship",
                "freelance",
                "vie",
                "other"
              ],
              "enumTitles": [
                "Full-time (CDI)",
                "Part-time",
                "Temporary (CDD)",
                "Internship",
                "Apprenticeship",
                "Freelance",
                "VIE",
                "Other"
              ]
            }
          },
          "experienceMax": {
            "title": "Max years of experience required",
            "minimum": 0,
            "type": "integer",
            "description": "Only return postings requiring at most this many years of experience (e.g. <code>3</code> for junior-friendly roles). Leave empty for no experience filter. Note: postings where WTTJ does not report an experience requirement are excluded when this filter is set."
          },
          "indexLang": {
            "title": "Index language",
            "enum": [
              "en",
              "fr",
              "es",
              "de",
              "nl",
              "pt",
              "it"
            ],
            "type": "string",
            "description": "Language variant of the search index. Controls how taxonomy labels (sectors, professions) are rendered. Job titles and descriptions are always preserved in their original language.",
            "default": "en"
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of postings to return. Hard ceiling: Algolia (the search index Welcome to the Jungle exposes) refuses to page past its 1000th hit for any query, so no more than ~1000 postings can ever be returned per run regardless of this setting. In delta mode (onlyNewSinceLastRun) fewer may be returned once older postings have already been emitted.",
            "default": 50
          },
          "includeDetails": {
            "title": "Include full details",
            "type": "boolean",
            "description": "When enabled, each record gains the full posting text (<code>descriptionText</code>), key missions, candidate profile, benefits and a company description — all sourced from the same search index (no extra requests). Adds payload size; leave off for a lean listing.",
            "default": false
          },
          "skipReposts": {
            "title": "Skip duplicate postings",
            "type": "boolean",
            "description": "When enabled, drops repeat postings sharing the same stable job <code>id</code> within a run, so each posting appears at most once.",
            "default": false
          },
          "onlyNewSinceLastRun": {
            "title": "Only new since last run (delta mode)",
            "type": "boolean",
            "description": "When enabled, remembers the job IDs returned by previous runs (in this Actor's key-value store) and emits only postings not seen before — ideal for scheduled incremental runs and job alerts. First run returns everything; later runs return only new postings. Runs are grouped by their search parameters (or by an explicit `stateKey`, under Advanced).",
            "default": false
          },
          "cacheTtlSeconds": {
            "title": "Cache TTL (seconds)",
            "minimum": 0,
            "type": "integer",
            "description": "Cache the upstream fetch in the key-value store for this many seconds; re-runs within the window skip the network call. Set 0 to disable.",
            "default": 1800
          },
          "countryCodes": {
            "title": "Country codes (legacy)",
            "type": "string",
            "description": "Legacy comma-separated form of `countryCodes` (e.g. <code>ES,FR,DE</code>) — prefer the structured `countryCodesList` field above. Still functional and merged with `countryCodesList` when both are set."
          },
          "stateName": {
            "title": "Delta state name",
            "type": "string",
            "description": "Optional namespace for the <code>onlyNewSinceLastRun</code> seen-ID memory. Set a stable label (e.g. <code>paris-data-eng</code>) to share the same delta history across runs regardless of minor input changes. Leave empty to derive it automatically from the search parameters."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}