# Executive Leadership Jobs from The Muse

**Use case:** 

Extract up to 100 executive and management job listings from The Muse. Return data in CSV, JSON, or Excel formats.

## Input

```json
{
  "searchKeyword": "",
  "categories": [],
  "levels": [
    "Management",
    "Executive"
  ],
  "location": "",
  "maxJobs": 100,
  "maxPages": 100000
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "levels": {
    "label": "Seniority Levels",
    "format": "array"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "jobType": {
    "label": "Job Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [The Muse Jobs Scraper — themuse.com Jobs, No API Key](https://apify.com/logiover/the-muse-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/the-muse-jobs-scraper) to learn more, explore other use cases, and run it yourself.