# Analyze Enterprise Sales Job Openings in Austin Texas

**Use case:** 

Extract enterprise sales executive roles to analyze salary ranges and required SaaS sales skills. Inform your company's hiring compensation strategy or generate

## Input

```json
{
  "startUrls": [
    "https://www.ziprecruiter.com/jobs-search?search=software+engineer&location=New+York%2C+NY"
  ],
  "search": "Enterprise Account Executive",
  "location": "Austin, TX",
  "jobType": "any",
  "daysPosted": 30,
  "radiusMiles": 50,
  "remoteOnly": false,
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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