# Offres CDI à Lausanne, Hors Agences

**Use case:** 

Filtre les offres en CDI (permanent) à Lausanne sur jobup.ch, en excluant les annonces republiées par des agences de placement comme Adecco ou Manpower. Prérempli pour récupérer 25 annonces avec description complète. Changez employmentType pour temporary ou freelance, ou remplacez Lausanne par une autre ville.

## Input

```json
{
  "query": "software engineer",
  "country": "CH",
  "location": "Lausanne",
  "language": "fr",
  "sortBy": "relevance",
  "employmentType": "permanent",
  "workloadMin": 0,
  "workloadMax": 100,
  "companyFilter": "exclude-agencies",
  "publishedSinceDays": 0,
  "maxResults": 25,
  "maxResultsPerQuery": 0,
  "includeDetails": true,
  "descriptionFormat": "both",
  "compact": false,
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "place": {
    "label": "Place",
    "format": "text"
  },
  "canton": {
    "label": "Canton",
    "format": "text"
  },
  "employmentTypes": {
    "label": "Employment type",
    "format": "array"
  },
  "employmentGrades": {
    "label": "Workload %",
    "format": "array"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobup.ch Scraper - Swiss Job Board](https://apify.com/parsebird/jobup-ch-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/jobup-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/parsebird/jobup-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`).
