# Scrape executive jobs in New York

**Use case:** 

Extract executive job listings in New York from TheLadders. Structured US high-salary job data. No subscription, pay per result.

## Input

```json
{
  "keywords": "director",
  "location": "New York, NY",
  "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.