# Scrape The Muse jobs at a target company

**Use case:** 

Export public jobs for a selected employer on The Muse for account research or recruiting intelligence.

## Input

```json
{
  "keywords": [
    "engineer"
  ],
  "locations": [
    "Remote"
  ],
  "companies": [
    "Atlassian"
  ],
  "categories": [
    "Software Engineering"
  ],
  "maxItems": 10,
  "pageLimit": 1,
  "pageStart": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "levels": {
    "label": "Levels",
    "format": "array"
  },
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "id": {
    "label": "Job ID",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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