# Find high-salary jobs in the USA

**Use case:** 

Scrape high-salary executive roles from TheLadders across the US. Structured job data for senior positions. Pay per result.

## Input

```json
{
  "keywords": "vice president",
  "location": "",
  "maxItems": 5,
  "maxPages": 10,
  "fetchDetails": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "remoteType": {
    "label": "Remote",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TheLadders.Com Job Scraper](https://apify.com/unfenced-group/theladders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/theladders-scraper) to learn more, explore other use cases, and run it yourself.