# Personio Company Career Jobs

**Use case:** 

Get structured data for personio company career jobs with Personio Jobs Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "careerSiteUrls": [
    "https://personio.jobs.personio.de"
  ],
  "language": "en",
  "includeDescriptions": true,
  "maxResultsPerSite": 10
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "office": {
    "label": "Office",
    "format": "text"
  },
  "additional_offices": {
    "label": "Other offices",
    "format": "array"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "schedule": {
    "label": "Schedule",
    "format": "text"
  },
  "created_at": {
    "label": "Created",
    "format": "date"
  },
  "url": {
    "label": "Job",
    "format": "link"
  },
  "apply_url": {
    "label": "Apply",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  }
}
```

## About this Actor

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