# Quinyx Careers Jobs Scraper

**Use case:** 

Collect open Quinyx jobs from the Teamtailor career site with title, department, location and direct apply URL.

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remoteStatus": {
    "label": "Remote",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "date"
  },
  "validThrough": {
    "label": "Closes",
    "format": "date"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryUnit": {
    "label": "Salary Unit",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "locations": {
    "label": "All Locations",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "url": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "companySite": {
    "label": "Career Site",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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