# Enrich Specific Himalayas Job Post Details

**Use case:** 

Retrieve comprehensive details for a predefined list of specific Himalayas job URLs, ensuring all relevant information is captured. This allows for deep analysi

## Input

```json
{
  "mode": "byJobUrls",
  "searchQuery": "software engineer",
  "jobUrls": [
    "https://himalayas.app/companies/gitlab/jobs/senior-frontend-engineer-gitlab-9",
    "https://himalayas.app/companies/shopify/jobs/senior-product-manager-shopify-1"
  ],
  "remotePolicy": "",
  "employmentType": "",
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "remotePolicy": {
    "label": "Remote policy"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "jobUrl": {
    "label": "Job url"
  }
}
```

## About this Actor

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