# Westwing Personio Jobs Extractor

**Use case:** 

Extract current Westwing Personio jobs with departments, locations, detail pages, and application links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://westwing.jobs.personio.de/"
    }
  ],
  "companySubdomains": [
    "join"
  ],
  "maxJobs": 75,
  "includeDetails": false,
  "maxDetailPages": 0,
  "language": "en"
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID"
  },
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company"
  },
  "department": {
    "label": "Department"
  },
  "location": {
    "label": "Location"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "schedule": {
    "label": "Schedule"
  },
  "seniority": {
    "label": "Seniority"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "language": {
    "label": "Language"
  },
  "status": {
    "label": "Status"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "descriptionHtml": {
    "label": "Description HTML"
  },
  "sections": {
    "label": "Sections"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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