# Operations Jobs Jobvite Scraper

**Use case:** 

Scrape operations job openings from a company Jobvite career site with title, location, category and description.

## Input

```json
{
  "maxJobs": 50,
  "company": "ashcompanies",
  "withDetails": true,
  "searchQuery": "operations"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title"
  },
  "company": {
    "label": "Company"
  },
  "category": {
    "label": "Category"
  },
  "location": {
    "label": "Location"
  },
  "employmentType": {
    "label": "Employment Type"
  },
  "salaryMin": {
    "label": "Salary Min"
  },
  "salaryMax": {
    "label": "Salary Max"
  },
  "postedAt": {
    "label": "Posted"
  },
  "jobId": {
    "label": "Job ID"
  },
  "applyUrl": {
    "label": "Apply URL"
  }
}
```

## About this Actor

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