# Scrape management jobs on TheLadders

**Use case:** 

Scrape management job listings from TheLadders including full descriptions. Structured US executive job data. Pay per result.

## Input

```json
{
  "keywords": "manager",
  "location": "",
  "maxItems": 5,
  "maxPages": 10,
  "fetchDetails": true,
  "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.