# Jobs in Zug

**Use case:** 

Vacancies posted in Zug on jobs.ch, read through the site's own search API: title, employer, workload percentage, place of work and the full advert in whichever of German, French or English it was written.

## Input

```json
{
  "query": "software engineer",
  "location": "Zug",
  "workloadMin": 0,
  "workloadMax": 0,
  "postedWithinDays": 0,
  "keywords": [],
  "excludeKeywords": [],
  "placeContains": "",
  "companies": [],
  "excludeCompanies": [],
  "withDescriptionOnly": false,
  "includeDescription": true,
  "onlyNew": false,
  "maxItems": 1000,
  "categoryIds": [],
  "regionIds": [],
  "industryIds": [],
  "employmentTypeIds": []
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "place": {
    "label": "Place",
    "format": "string"
  },
  "street": {
    "label": "Street",
    "format": "string"
  },
  "zipcode": {
    "label": "Postcode",
    "format": "string"
  },
  "workload": {
    "label": "Workload",
    "format": "string"
  },
  "workload_min": {
    "label": "Workload from",
    "format": "integer"
  },
  "workload_max": {
    "label": "Workload to",
    "format": "integer"
  },
  "employment_types": {
    "label": "Employment types",
    "format": "array"
  },
  "profession": {
    "label": "Profession",
    "format": "string"
  },
  "synonym": {
    "label": "Job title synonym",
    "format": "string"
  },
  "published_at": {
    "label": "Published",
    "format": "string"
  },
  "posted_days_ago": {
    "label": "Days ago",
    "format": "integer"
  },
  "expires_at": {
    "label": "Expires",
    "format": "string"
  },
  "description_text": {
    "label": "Advert text",
    "format": "string"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "url_de": {
    "label": "Listing (DE)",
    "format": "string"
  },
  "url_fr": {
    "label": "Listing (FR)",
    "format": "string"
  },
  "external_url": {
    "label": "External URL",
    "format": "string"
  },
  "company_logo": {
    "label": "Company logo",
    "format": "string"
  },
  "contact_name": {
    "label": "Contact name",
    "format": "string"
  },
  "contact_address": {
    "label": "Contact address",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "integer"
  },
  "longitude": {
    "label": "Longitude",
    "format": "integer"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "language_skills": {
    "label": "Language skills",
    "format": "array"
  },
  "job_id": {
    "label": "Job ID",
    "format": "string"
  },
  "is_paid": {
    "label": "Paid listing",
    "format": "boolean"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobs.ch Scraper - Swiss Job Portal, Vacancies, Workload %](https://apify.com/snow_leo_data/jobs-ch-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/snow_leo_data/jobs-ch-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/snow_leo_data/jobs-ch-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
