{
  "openapi": "3.0.1",
  "info": {
    "title": "Jobup.ch Scraper - Swiss Job Board",
    "description": "Scrape jobs from jobup.ch: search by keyword, location, workload, and employment type, or paste a filtered search URL. Full descriptions, apply links, company data, and incremental change tracking. Export JSON, CSV, Excel.",
    "version": "1.0",
    "x-build-id": "3OKGbOCgYhyxWHa6g"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/parsebird~jobup-ch-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-parsebird-jobup-ch-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/parsebird~jobup-ch-scraper/runs": {
      "post": {
        "operationId": "runs-sync-parsebird-jobup-ch-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/parsebird~jobup-ch-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-parsebird-jobup-ch-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 keywords",
            "type": "string",
            "description": "Job search keywords (maximum 128 characters). Every keyword in one search must match the same job, so a list of alternative job titles finds nothing — use \"Several job titles\" below to search for more than one."
          },
          "queries": {
            "title": "Several job titles",
            "type": "array",
            "description": "One job title per entry — each is searched separately and the results are merged and de-duplicated. Use this instead of putting synonyms in one search term. Each entry is limited to 128 characters. Ignored when Start URLs are set.",
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Paste jobup.ch search-result URLs (filters in the URL are respected) or individual job-detail URLs. When set, 'query' / 'queries' / 'location' are ignored.",
            "items": {
              "type": "string"
            }
          },
          "country": {
            "title": "Country",
            "enum": [
              "CH"
            ],
            "type": "string",
            "description": "Which market to search. jobup.ch only lists Swiss jobs.",
            "default": "CH"
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "City, canton, region, or postal code to search in (e.g. Genève, Vaud, Zurich, 1200). Ignored when Start URLs are set."
          },
          "language": {
            "title": "Language",
            "enum": [
              "en",
              "fr"
            ],
            "type": "string",
            "description": "Sets the jobup.ch content language for platform-rendered text (job titles list, dates) and the job URL locale. Job descriptions are always returned in the language the employer posted them in.",
            "default": "en"
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "relevance",
              "date",
              "random"
            ],
            "type": "string",
            "description": "Result ordering. Relevance = best match to the query (default); Date = newest first; Random = randomized order.",
            "default": "relevance"
          },
          "employmentType": {
            "title": "Employment type",
            "enum": [
              "",
              "permanent",
              "temporary",
              "freelance",
              "internship",
              "apprenticeship",
              "side-job"
            ],
            "type": "string",
            "description": "Filter by employment type.",
            "default": ""
          },
          "workloadMin": {
            "title": "Minimum workload %",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Drops jobs whose maximum offered workload is below this. E.g. 80 keeps only jobs offering at least 80% (full-time-friendly). 0 = no minimum.",
            "default": 0
          },
          "workloadMax": {
            "title": "Maximum workload %",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Drops jobs whose minimum required workload is above this. E.g. 60 keeps only part-time jobs (≤60%). 100 = no maximum.",
            "default": 100
          },
          "companyFilter": {
            "title": "Company type",
            "enum": [
              "all",
              "exclude-agencies",
              "only-agencies"
            ],
            "type": "string",
            "description": "Filter by company type. 'Exclude staffing agencies' skips reposts from Adecco, Manpower, Hays, Randstad, and similar recruiters.",
            "default": "all"
          },
          "publishedSinceDays": {
            "title": "Published in the last N days",
            "minimum": 0,
            "type": "integer",
            "description": "Only include jobs first published within this many days. 0 = no limit.",
            "default": 0
          },
          "maxResults": {
            "title": "Max results",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum total results across all searches. 0 = unlimited (needed for reliable expired-job detection in incremental mode).",
            "default": 25
          },
          "maxResultsPerQuery": {
            "title": "Max results per query",
            "minimum": 0,
            "type": "integer",
            "description": "Cap results for each individual keyword / Start URL. 0 = use 'Max results'. The public API returns at most 2000 results per search.",
            "default": 0
          },
          "includeDetails": {
            "title": "Fetch full job details",
            "type": "boolean",
            "description": "Fetch each job's detail page for the full description, apply URL, application method, address, and end date. Disable for a faster listing-only run.",
            "default": true
          },
          "descriptionFormat": {
            "title": "Description format",
            "enum": [
              "text",
              "html",
              "both"
            ],
            "type": "string",
            "description": "Which description fields to include: plain text, HTML, or both.",
            "default": "both"
          },
          "compact": {
            "title": "Compact output",
            "type": "boolean",
            "description": "Emit core fields only — ideal for piping into an LLM, MCP data source, or downstream tool without token overhead.",
            "default": false
          },
          "excludeEmptyFields": {
            "title": "Exclude empty fields",
            "type": "boolean",
            "description": "Remove null / empty values from each record.",
            "default": false
          },
          "incrementalMode": {
            "title": "Incremental change tracking",
            "type": "boolean",
            "description": "Compare this run against the previous run stored under the same State key and annotate each record with a changeType (NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED).",
            "default": false
          },
          "stateKey": {
            "title": "State key",
            "type": "string",
            "description": "Identifier for the tracked search state. Reuse the same value across runs to build a change feed. Required when incremental tracking is on."
          },
          "emitUnchanged": {
            "title": "Emit unchanged records",
            "type": "boolean",
            "description": "Also output records whose tracked content did not change since the previous run.",
            "default": false
          },
          "emitExpired": {
            "title": "Emit expired records",
            "type": "boolean",
            "description": "Also output a minimal record for jobs that were tracked before but are no longer found (requires Max results = 0).",
            "default": false
          },
          "skipReposts": {
            "title": "Skip detected reposts",
            "type": "boolean",
            "description": "Drop new listings whose content matches a previously expired job (a re-published duplicate).",
            "default": false
          },
          "maxConcurrency": {
            "title": "Max concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Maximum parallel detail-page requests.",
            "default": 8
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Apify Proxy settings. Datacenter proxy is sufficient for jobup.ch.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}