# Himalayas Product Jobs Scraper

**Use case:** 

Extract remote product manager listings from Himalayas with job descriptions, company details, locations, and apply links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://himalayas.app/jobs/product-manager"
    }
  ],
  "searchQueries": [
    "software engineer"
  ],
  "maxItems": 40,
  "maxPages": 2,
  "includeDescriptions": true
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "locationRestrictions": {
    "label": "Locations",
    "format": "array"
  },
  "employmentType": {
    "label": "Employment",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "validThrough": {
    "label": "Valid through",
    "format": "date"
  },
  "applicationUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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