# Swiss Finance Jobs Scraper — Permanent Full-Time

**Use case:** 

Extract permanent full-time finance & accounting jobs across Switzerland from the official portal. Employer, location, workload and apply link.

## Input

```json
{
  "searchQueries": [
    "finance",
    "buchhaltung",
    "controller"
  ],
  "sortBy": "date_desc",
  "workloadMin": 80,
  "workloadMax": 100,
  "onlineSinceDays": 60,
  "permanent": true,
  "maxResultsPerQuery": 100,
  "maxResults": 0,
  "maxConcurrency": 10,
  "maxRequestRetries": 3,
  "maxRequestsPerMinute": 120,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "canton": {
    "label": "Canton",
    "format": "text"
  },
  "employment_type": {
    "label": "Type",
    "format": "text"
  },
  "workload_min": {
    "label": "Workload min %",
    "format": "number"
  },
  "workload_max": {
    "label": "Workload max %",
    "format": "number"
  },
  "remote_option": {
    "label": "Remote",
    "format": "boolean"
  },
  "posted_at": {
    "label": "Posted",
    "format": "text"
  },
  "expires_at": {
    "label": "Expires",
    "format": "text"
  },
  "job_status": {
    "label": "Status",
    "format": "text"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  },
  "source_url": {
    "label": "Source URL",
    "format": "link"
  },
  "search_query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Arbeit.Swiss Scraper | 1$/1k Cheap](https://apify.com/trev0n/arbeit-swiss-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/arbeit-swiss-scraper) to learn more, explore other use cases, and run it yourself.