# Nutanix Jobvite Jobs Scraper

**Use case:** 

Scrape Nutanix Jobvite jobs with titles, locations, descriptions, requisition IDs, apply URLs, and source links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://jobs.jobvite.com/nutanix"
    }
  ],
  "companySlugs": [
    "nutanix"
  ],
  "maxItems": 25,
  "includeDetails": true,
  "requestDelaySecs": 0,
  "useApifyProxy": false
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "department": {
    "label": "Department"
  },
  "location": {
    "label": "Location"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region/state"
  },
  "country": {
    "label": "Country"
  },
  "requisitionId": {
    "label": "Requisition ID"
  },
  "jobId": {
    "label": "Jobvite job ID"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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