# Customer Service Representative Jobs in Austin

**Use case:** 

Find customer service representative job postings in Austin via JazzHR.

## Input

```json
{
  "maxJobs": 50,
  "board": "austin",
  "withDetails": true,
  "searchQuery": "customer service representative",
  "remoteOnly": false,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "title": {
    "label": "Job Title"
  },
  "company": {
    "label": "Company"
  },
  "companyWebsite": {
    "label": "Company Website"
  },
  "department": {
    "label": "Department"
  },
  "location": {
    "label": "Location"
  },
  "remote": {
    "label": "Remote"
  },
  "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 [JazzHR Jobs Scraper](https://apify.com/scrapers_lat/jazzhr-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/jazzhr-jobs-scraper) to learn more, explore other use cases, and run it yourself.