# Verivox Careers & Open Roles Export

**Use case:** 

Export current vacancies at Verivox, the German price comparison portal, with job title, department, location and application link.

## Input

```json
{
  "maxItems": 30,
  "withDetails": true,
  "companies": [
    "verivox"
  ],
  "searchQuery": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "offices": {
    "label": "Offices",
    "format": "array"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "recruitingCategory": {
    "label": "Category",
    "format": "text"
  },
  "occupation": {
    "label": "Occupation",
    "format": "text"
  },
  "occupationCategory": {
    "label": "Occupation Category",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "schedule": {
    "label": "Schedule",
    "format": "text"
  },
  "yearsOfExperience": {
    "label": "Years of Experience",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "url": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "subcompany": {
    "label": "Subcompany",
    "format": "text"
  },
  "company_subdomain": {
    "label": "Company",
    "format": "text"
  },
  "createdAt": {
    "label": "Posted",
    "format": "date"
  },
  "sections": {
    "label": "Sections",
    "format": "array"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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