# Collect remote data analyst jobs from Monster

**Use case:** 

Gather remote Monster openings for data analyst roles with title, company, location, salary, employment type, posted date, and job URL.

## Input

```json
{
  "searchQuery": "data analyst",
  "location": "Remote",
  "maxResults": 20,
  "enrichDetails": false,
  "maxConcurrency": 6,
  "debugDumpHtml": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary text",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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