# Jobs Posted Today In Switzerland

**Use case:** 

Only adverts published on jobs.ch in the last day. The date is the site's own publication date, so the first run does not hand back months of back catalogue dressed up as new.

## Input

```json
{
  "query": "software engineer",
  "location": "",
  "workloadMin": 0,
  "workloadMax": 0,
  "postedWithinDays": 1,
  "keywords": [],
  "excludeKeywords": [],
  "placeContains": "",
  "companies": [],
  "excludeCompanies": [],
  "withDescriptionOnly": false,
  "includeDescription": true,
  "onlyNew": false,
  "maxItems": 2000,
  "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": "number"
  },
  "workload_max": {
    "label": "Workload to",
    "format": "number"
  },
  "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": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "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 $0.99/1K: Swiss Job Board, 46K Swiss Job Listings](https://apify.com/snow_leo_data/jobs-ch-scraper-swiss-switzerland-jobs.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/snow_leo_data/jobs-ch-scraper-swiss-switzerland-jobs.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

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

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
