# Swiss Jobs With Direct Apply Links

**Use case:** 

Every row carries the link that leads to the employer's own application form, plus the contact details and coordinates jobs.ch publishes with the advert. Rows without an advert text are dropped before billing.

## Input

```json
{
  "query": "software engineer",
  "location": "",
  "workloadMin": 0,
  "workloadMax": 0,
  "postedWithinDays": 0,
  "keywords": [],
  "excludeKeywords": [],
  "placeContains": "",
  "companies": [],
  "excludeCompanies": [],
  "withDescriptionOnly": true,
  "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"
  },
  "workload": {
    "label": "Workload",
    "format": "string"
  },
  "published_at": {
    "label": "Published",
    "format": "string"
  },
  "posted_days_ago": {
    "label": "Days ago",
    "format": "integer"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "external_url": {
    "label": "External URL",
    "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`).
