# Personio Jobs Scraper – Export Jobs by Department

**Use case:** 

Scrape company jobs from any Personio board with department, seniority and schedule on every role (title, location, full description) to JSON/CSV. No start fee.

## Input

```json
{
  "companies": [
    "teamative"
  ],
  "includeDescription": true,
  "maxJobsPerCompany": 25
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

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