# Scrape Remote Engineering Jobs from The Muse

**Use case:** 

Collect current remote engineering roles from The Muse with keyword filtering and pagination limits.

## Input

```json
{
  "keyword": "engineer",
  "location": "Remote",
  "category": "Engineering",
  "maxItems": 50,
  "page": 1,
  "maxPages": 5,
  "includeHtml": false,
  "includeRaw": false
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "number"
  },
  "name": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "levels": {
    "label": "Levels",
    "format": "array"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "contentsText": {
    "label": "Description",
    "format": "text"
  },
  "landingPage": {
    "label": "Landing page",
    "format": "link"
  }
}
```

## About this Actor

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