# Marketing Job Listings from jobs.ch

**Use case:** 

Retrieve up-to-date marketing job listings from jobs.ch. Get details like title, company, location, and posting date in one easy run.

## Input

```json
{
  "keywords": [
    "marketing"
  ],
  "max_items": 5,
  "max_pages": 1,
  "fetch_full_description": false
}
```

## Output

```json
{
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment type",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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