# Data Analyst Jobs on Jobvite in Chicago

**Use case:** 

Discover Data Analyst job openings listed on Jobvite in Chicago.

## Input

```json
{
  "maxJobs": 50,
  "company": "companydef",
  "withDetails": true,
  "searchQuery": "Data Analyst",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "title": {
    "label": "Job Title"
  },
  "company": {
    "label": "Company"
  },
  "category": {
    "label": "Category"
  },
  "location": {
    "label": "Location"
  },
  "workplaceType": {
    "label": "Workplace Type"
  },
  "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.